Question on onTimer in Win32lib
- Posted by SR Williamson <sr.williamson at OSHA.GOV> Feb 17, 2000
- 492 views
Okay, I thought I understood how to do timers in Win32lib, but obviously I don't. How do you use multiple timers? It seems you can't, if you have to use the handle of the window as the parameter in the onTimer statement. For example onTimer[MainWin] = routine_id(doSomething) There isn't any documentation to speak of in the win32lib.ew on timers. So how do you use them? Sherm