|
IDL Reference Guide: iTools Object Classes |
|
The IDLitWindow::SetTimerInterval procedure method specifies the floating-point number of seconds between timer events. When a timer event occurs, the window calls the OnTimer method of all window event observers. The generation of timer events is controlled by the window event mask.
See Controlling the Animation Rate for examples of using this method in an animation display.
Obj->[IDLitWindow::]SetTimerInterval, Interval
The default interval value is 0, which indicates that the timer event interval is the smallest amount of time allowed by the system.
None
IDL Online Help (March 06, 2007)