do in widget | ||||||||||
Type | command | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Executes a list of statements within a widget. | |||||||||
Introduced | 8.0 | |||||||||
OS | mac, windows, linux, ios, android | |||||||||
Platforms | desktop, mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Command: do Object: widget | |||||||||
Description | Use the do in widget command to execute statements in a widget. LiveCode sends a "OnDo" message with script as parameter to the widget, which can then handle that messages to run the code appropriately. |