OnTimer | |
Type | message |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax |
|
Associations | com.livecode.widget |
Summary | Sent when a timer message has been scheduled. |
Example |
|
Related | Statement: ScheduleTimerIn |
Description | Handle the OnTimer message to perform an action at a scheduled time. *Note:* OnTimer messages are only sent whilst in browse tool mode. If a timer is delivered whilst in pointer tool mode it will be deferred until browser tool mode is re-entered. |
Tags | widget |