Special Attribute Functions for TriggerUI and ActionUI

The bit mapped ASCII coded numbers used previously are still active – e.g. “0” = Normal control, “1” = Control may not be edited by the user, “4” = Control is a heading (boldface font and blue color), etc.

In version 1.6.139 and later, however, you may now specify other parameters for the control preceded by a backslash character.

 

Following is a list of these special parameters and what they control/modify:

(This list was updated to remove the parameters obsoleted by HomeSeer 2.0)

 

Following is an example in Visual Basic that creates 4 small text boxes side-by-side – in

this example, it is for the purpose of entering coordinates:

 

 

The following example shows the control only if the user has a video capture device in their system that is also a TV Tuner device:

 

 

This example sets the list index to the 2nd entry in the case where a video capture device has more than one input:

 

 

Note that in each example, these special control codes are appended to the existing value of attributes, which is a string variable already containing "0" or "1".