OnTimer picture event
Related pages:
ENTRY OnTimer ; script actions END OnTimer
Generation of the picture event OnTimer can be enabled/disabled by calling the function %HI_TimerEnable.
; picture event handler: OnTimer
ENTRY OnTimer
; script actions END OnTimer
To ensure the picture event generation, it is required to call the function %HI_TimerEnable. The function can be also called within the handler of other picture event (e.g. pressing the mouse button), or within the initialisation part of the script:
BEGIN %HI_TimerEnable(@TRUE) END
Related pages:
Pridať komentár