Efekt3dobjecta, Feedbackobject a – CUE Design Director Script Language User Manual

Page 24

Advertising
background image

Reference Manual Design Director Script Language

www.cuesystem.com

Page 24 of 94

3.1.5.

Efekt3DobjectA

The object is elementary/basic i.e. there is no object from which it could inherit.

Property

Type

Description

EbackColor

ColorObject

The darker color of the effect color. Reference to a real color, it can
never be NoObject, and then the color would be transparent. The
objects of the color can be the part of palette that has been defined
in the design environment.

EColor

ColorObject

The lighter color of the effect color. Referent to a real color, it can
never be NoObject then the color would be transparent. The object
of the color can be the part of palette that has been defined in the
design environment.

EfektType

uint

The type of 3D effect. The values are defined 0..for no effect,
1..raised, 2..inset. To insert different values is not checked, what
will appear is not defined.

EfektWidth

uint

The width of the effect. It is only used when the EfektType type is a
zero.

3.1.6.

FeedBackObject A

The object is elementary/basic i.e. there is no object from which it could inherit.

Property

Type

Description

FeedAddr

uint

Number i.e. address of the variable (for FeedType type 2 and 3) or
the value (for FeedType type 1)

FeedType

uint

The address stored in the object. According to the values it is:
0. no address, that means other properties have no meaning
1. the address of value, through this value the feedback is realized
2. the address of variable
3. the address of variable with value condition

FeedValue

uint

It is only defined for FeedType type 3. Then the feedback is
defined not only through the variable but also through its actual
value. Here the variable value is stored that it has to have, so the
feedback would set the object value.

Value

uint

The current object value. According to this value the object is
drawn i.e. button, bargraph. According to this value the Message
resp. Tabs object define what Message message resp. Tabs page
will be displayed. This property is default.

Event

Parameters

Description

OnFeedBack

ParamByVal Prev uint

The event occurs at the moment when the feedback comes on
resp. at the moment when its forced changes are performed. The
event parameter is the previous object value.

Advertising