Element: panel.image[ ]

Type

string

Description

The image file name or names associated with a panel. The file names are those of image or bitmap files from which the panel images were derived.

If the panel is not an image panel, the size of this array is 0, otherwise the size of the array, always fixed-length, depends on the panel type:

Changing this element will effect an immediate visible change in the panel. A new value should be the name of a image file with or without a cameo number.

Examples

Change a panel image to the contents of a .gif image file.

mywin.panels[1].image[1] = "myim.gif"

Change the second image of a panel to the contents of a image file.

mywin.panels[1].image[2] = "myras.ras"

Change the third image of a panel to the fourth image from a multi-image file.

mywin.panels[1].image[3] = "mymenu.ras%4"