Redirect variables

From HSYCO
Revision as of 12:37, 26 September 2019 by Gionatan (talk | contribs) (Created page with "Redirect variables allow UI Objects to be linked dynamically to a source. Variables can be used in: - any object's id - I/O Server Objects, in server id and address param...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Redirect variables allow UI Objects to be linked dynamically to a source.

Variables can be used in: - any object's id - I/O Server Objects, in server id and address parameters - Button objects, in the address parameter


Syntax

Variables are defined with the following syntax:

[variable name]

E.g.

[myaddr]

Setting Values

Server UISets (from events or java) are used to set a redirect variable value. Each variable is a property of the "redirect" object. For example, a variable called "myaddr" can be set to value "70" with a UISet command on events:

UISET redirect.myaddr=70