OnTimer

Typemessage
DictionaryLCB
LibraryLiveCode Builder
Syntax
OnTimer
Associationscom.livecode.widget
Summary

Sent when a timer message has been scheduled.

Example
// Create a timer loop
public handler OnTimer()
	...
	schedule timer in 1 seconds
end handler
RelatedStatement: 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.

Tagswidget