There was an error while loading. Please reload this page.
Sets the timer handler for timer events in the graphics area.
timer
pyux.set_timer_handler(function[, id])
function
nil
id
integer
0
The parameters to the handler function are as follows:
function on_timer_handler(info)
info
{...}
info.timer_id
info.tick
This handler is specific to the current modal environment / dialog and can only be set within a dialog.
Use pyux.start_timer to start the timer.
pyux.start_timer
This function is available in V26 and above.
pyux, start_timer, set_on_left_click_handler