Status Image
Previous  Top  Next

The Data Item format Status Image displays a data item as an image looked up in a reference file.
This is similar to the Status Text format where a text string is displayed depending on the item value.

This display mode is suited for status data to indicate the status graphically. The lookup file has the extension .tr, the same as for text references.

The Data Item format dialog box for the Status Image display looks as follows:

dataitemformatstatusimagedialog


Image Scaling
If you use images of varying sizes they will be scaled to the size of the largest image in the collection.
You can specify a scaling factor for the images which will be applied in addition to scale the images to the largest image in the collection. Otherwise the status images can not be resized.

Examples:

Image: Name="Image1" File="Image1.jpg"
Image: Name="Image2" File="Image2.jpg"
Image: Name="Image3" File="Image3.jpg"

ImageMap: BootApp {
                    0, Image1;
                    1, Image2;
                    2, Image3;
                  }

Note

Make sure to load the text reference files you want to use in your screens. You should add the text reference file you use for your screens to the gseos.ini [Config] section with a Load entry.