Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is 2nd Timer Event possible while in a Timer Event?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00619247
Message ID:
00619477
Vues:
14
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform