[perl-win32-gui-users] Timers

2003-01-16 Thread Jonathan Southwick
I have some code that uses the Timer object but it doesn't always work correctly. My code grabs the time when the program is run and determines how many minutes and seconds are left until the next hour. A timer event is fired on the hour that kills the current timer and creates a new timer th

[perl-win32-gui-users] Timers (cont)

2003-01-16 Thread Jonathan Southwick
Here is some output that gets written within the Timer event when it is fired: It is now 08:41:24 Update in 18:36 in Update Data killing timer after 108 seconds setting new timer for every hour updated data here at 09:00:00 in Update Data updated data here at 10:00:00 in Update Data updated d

RE: [perl-win32-gui-users] Timers

2003-01-16 Thread Peter Eisengrein
Does it do anything else besides use the timers to trigger events? I'm wondering if it gets hung up somewhere else in the code that you can maybe add a DoEvents() or Update() -Original Message- From: Jonathan Southwick [mailto:[EMAIL PROTECTED] Sent: Thursday, January 16, 2003 12:28 PM To:

RE: [perl-win32-gui-users] Timers

2003-01-16 Thread Jonathan Southwick
There are other events that usually get triggered but they do not get triggered during this test I am doing because the application is sitting on the taskbar while all this is happening. Jonathan At 1/16/2003 12:55 PM, Peter Eisengrein wrote: Does it do anything else besides use the timers to