Online documentation, manuals and tutorials
< All Topics
Print

Bitmap (EEZ-GUI)

Description

This Widget displays a bitmap.

Properties

Specific

Data

EXPRESSION (integer)

Index of the bitmap to be displayed. It is necessary to use the functions Flow.getBitmapIndex({<bitmapName>}), which receives bitmapName, i.e. the name of the bitmap, and returns the index of the bitmap. In this way, we can choose or change which bitmap will be displayed in the runtime, because, for example, `bitmapName’ can come from a variable.

Bitmap

ObjectReference

The name of the bitmap to be displayed.

Visible

EXPRESSION (boolean)

If the calculated expression is true then the Widget is visible, and if it is false then the Widget is hidden. It can be left blank, in which case the Widget is always visible.

Examples

  • eez-gui-widgets-demo
Page content