CUE Design Director Script Language User Manual

Page 48

Advertising
background image

Reference Manual Design Director Script Language

www.cuesystem.com

Page 48 of 94

Method

Parameters

Description

PosMe2Parent

Param x uint
Param y uint

Converts the entered coordinates x, y relative to the object to coordinate
relative to the parent object. If the father of the object is not defined (the
value of the property Father is NoObject) then the coordinates remain the
same.

PosParent2Me

Param x uint
Param y uint

Converts the entered coordinates x, y relative to the parent object to relative
coordinate directly to the object. If the father of the object is not defined (the
value of the property Father is NoObject) then the coordinates remain the
same.

PosParent2Top

Param x uint
Param y uint

Converts the entered coordinates x, y relative to the parent object to relative
coordinate to the top object (i.e. relative to the window or the page) If the
father of the object is not defined (the value of the property Father is
NoObject) then the coordinates relative to the top object remain the same
as the coordinates relative to father of the object.

PosScreen2Top

Param x uint
Param y uint

Converts the entered coordinates x, y relative to the entire screen to
coordinate relative to the top object (i.e. relative to the window or the page)

SendDown

It sends a signal with a ButtonCode name over the link to the control unit as
the button would be pressed by a user. For the outlook of the panel it does
not have any influence.

SendUp

It sends a signal with a ButtonCode name over the link to the control uint as
the button would be pressed by a user. For the outlook of the panel it does
not have any influence.

Advertising