CUE Design Director Script Language User Manual

Page 46

Advertising
background image

Reference Manual Design Director Script Language

www.cuesystem.com

Page 46 of 94

Property

Type

Description

Transparent

uint

When the value is a zero, the object is not transparent – that means it
writes on the entire area of a rectangle determined by a position (without a
coordinate Z).The none-zero value means that some part of the object is
not fully drawn. I.e. The background is a picture with a transparent
color,…The feature is read only.

Type

uint

It is the way how the gauge will be displayed. Values 0..from left to right,
1..from right to left, 2..from down to up, 3..from up to down. To insert
different values is not checked, what will appear is not defined.

Value

uint

It is the actual object value. According to the value the object is displayed
in a different way – e.g. button, bargraph. According to value the message
and tab are defined, what message resp. tab page will be displayed. The
value is default.

Up

ObjectLookObjectA

It is the way the button should be drawn in the up position (i.e. when the
Value property is zero).. The property is to read only, the object contents
can be changed.

Visible

uint

When the value is a zero, the object is neither drawn nor it gets
information about the user’s touches on the panel (The events are not
generated) On the other hand when the value is other than the zero, the
object is drawn as well it receives events.

Width

uint

It is the total width of the object. The property cannot be changed for the
page.

X

uint

The X coordinate position of the object within the area of its parent.

Y

uint

The Y coordinate position of the object with the area of its parent.

Z

uint

The Z coordinate position of the object within the area of its parent that
means it determines the overlapping of the objects among each other. In
case two objects will have the same coordinate Z, the resulting status on
the screen is not explicitly defined. For the top object (that is a window or a
page), the coordinate sets position on the screen among other top objects.
For these objects the property cannot be changed, only read.

Advertising