-
Notifications
You must be signed in to change notification settings - Fork 3
Actions SetWidgetAttribute
thica edited this page Jan 10, 2020
·
6 revisions
Sets / changes some attributes of a TEXTFIELD , BUTTON, PICTURE, RECTANGLE, CIRCLE widget.
Attribute | Description |
---|---|
string | setwidgetattribute |
widgetname | Name of the widget, which attribute should be change |
attributename |
Name of the attribute to change. You can set the following attributes:
|
attributevalue | New Value of the attribute |
touchtype |
For action attribute: the touch type of the action
|
autoupdate | Calls UpdateWidget, after setting the new attribute |
ignoremissing | Dont raise an error if widget is missing |
<action name="wait some time" string="wait" time="500" />