[Config]: ImageList

 

Value

FilenameVARREQ

Description

As in normal Windows menus, a small image (called a glyph) can appear beside each menu item. Those glyphs are stored in one single bitmap file. This bitmap file should contain one single row of glyphs that are 16 by 16 pixels. This is an example of such a bitmap: imagelistexample (14K) For each glyph, the upper left pixel's color is treated as the transparent color.

All 'glyph index' values (as in for example the TrayIcon*Running directives) specify a glyph in this bitmap. The first (leftmost) bitmap is number 0, the second is number 1 etc.

You can specify a filename relative to the location of the AeTrayMenu executable, or a fully-qualified path.

Examples

[Config] ImageList=images.bmp [Config] ImageList=res\images.bmp [Config] ImageList=%MyAppPath%\traymenuimages.bmp