How are icons and bitmap names used when my Framework is executed in a browser

Visual LANSA Framework

How are icons and bitmap names used when my Framework is executed in a browser?

The web version of the Framework takes the icon name <name> and when displaying a small (16x16) image of an icon it looks for a gif called <name>1.gif.

When displaying a large (32x32) image of an icon it looks for a gif called <name>3.gif.

For large images that are not icons (for example, help about images) it simply looks for <name>.gif

For example, if you had enrolled an icon named MYICON into the Framework for use in Windows environments and you then used the icon in a Web Browser the Framework would look for MYICON1.GIF (16 x 16 small version) and MYICON3.GIF (32 x 32 large version).