Redirect variables
Revision as of 11: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...")
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