Objectlookobjecta – CUE Design Director Script Language User Manual

Page 27

Advertising
background image

Reference Manual Design Director Script Language

www.cuesystem.com

Page 27 of 94

3.1.9.

ObjectLookObjectA

The object is inherited from BackGroundObjectA and TextObjectA objects. It contains:

Property

Type

Description

BackColor

ColorObject

Background color. Reference to a real color object, if not filled
then the color is transparent. The objects of the color can be
the part of the palette, which has been defined in the design
environment.

Bitmap

BitmapObject

Reference to a real picture object or to NoObject, if not filled.

BtmHOri

uint

The picture horizontal orientation. The defined values are
0..up, 1..middle, 2..down, 3..tile (i.e. it repeats) To insert a
different values is not checked, what will appear is not
defined.

BtmVOri uint

The

picture

vertical

orientation. The picture horizontal

orientation. The defined values are 0..up, 1..middle, 2..down,
3..tile (i.e. it repeats) To insert a different values is not
checked, what will appear is not defined.

Color

ColorObject

The text color. Reference to a real color object – it can never
be NoObject (then the color would be transparent). The
objects of the color can be the part of the palette, which has
been defined in the design environment.

Flash

uint

If the value is a zero then will not flash. Otherwise the text
would flash according to the entered Period and Ration
parameters.

Font

FontObject

Reference to a real font object or to NoObject, if not filled (in
this case the text is not displayed).

Period

uint

It defines the flashing period in the milliseconds. If the value is
a zero, then the text will not flash.

Ratio

uint

It defines the number of the period percentage, when the text
will be displayed. For instance for the Period=4000 and
Ratio=25 the text is displayed for 1 second and hidden for 3
seconds.

Text

string*50

The text caption

TxTHOri

uint

The text horizontal orientation. The defined values are 0..left,
1..middle, 2..right. To insert different values is not checked,
what will appear is not defined.

TxtVOri

uint

The text vertical orientation. The defined values are 0..up,
1..middle, 2..down. To insert different values is not checked,
what will appear is not defined.

WordWrap

uint

If the value is a zero then the text appears on one line. In the
opposite case the text is automatically broken into more lines
according to the width of the object

Event

Parameters

Description

OnSetBitmap ParamByVal Prev BitmapObject

The event is called immediately after when someone
changes the Bitmap object property. The event is dedicated
i.e. for the change of the object size based on the picture size

Advertising