Tabpageobject – CUE Design Director Script Language User Manual

Page 79

Advertising
background image

Reference Manual Design Director Script Language

www.cuesystem.com

Page 79 of 94

3.2.18. TabPageObject

The object inherits from IdentificationObjectA and SubCollectionObjectA objects. The page number is
stored in Z coordinate property, the change is not recommended.

Note: the object contains two references to ObjectLookA object type. Each of these objects contain
OnSetBitmap event. In the TabPageObject object implementation events have been joined into one that
occurs directly above the tab i.e. through TabPageObject.

Property

Type

Description

ButtonCode

uint

It is a number that when a button is pressed is used for build
up of the button ID (Button ID = Code Offset + ButtonCode)
transmits through the communication channel to the control
unit.

Down

ObjectLookObjectA

It is the way in which the button should be displayed in down
position (when Value value is not a zero or there is a finger on
the button at the moment). The property is to read only; the
content of the object cannot be changed.

Father IdentificationObjectA

The father of the object. For the button itself, for instance it is
the board that it is lying on. For the window and the page (as
well as for the ”free” objects – i.e. a picture, font or a color) the
value is NoObject. The property is for reading only.

Child

CollectionObjectA

It is the collection of all child objects of IdentificationObjectA
type. The property is for read only. The value is default.

Name

string*50

The object name. The property is for reading only. The value
is default.

Tag

uint

Free space where anyone, while the program is running, can
note something. For the virtual world itself it has no
importance. For the design environment it is forbidden. At the
beginning the value is zero here.

Top

IdentificationObjectA

Top object for an object. This means an object that has no
father – that is a page or a window. For the ”free” objects – i.e.
a picture, font, color – the value is NoObject. The property is
for reading only.

Up

ObjectLookObjectA

It is the way the tab should be drawn in the top position (i.e.
when the Value property of TabsObject object is similar to
page number i.e. the local Z property).. The property is to
read only, the object contents can be changed.

Event Parameter

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