Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is 2nd Timer Event possible while in a Timer Event?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00619247
Message ID:
00619477
Views:
13
Hi Simon,

>I am trying to trace down a strange experience where the debugger shows a timer control disabled and the timer event still occuring (There is only one timer on the form).

On Windows NT a VFP timer has a minimum activity time of 10 ms. That means, once a timer fired it keeps firing for the next 10 ms at the specified interval, even if you disable the timer immediately. To avoid this make sure that your timer doesn't use intervals of less than 10 ms.

Christof
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform