Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Timed events
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 7
Database:
Visual FoxPro
Divers
Thread ID:
00975807
Message ID:
00975916
Vues:
21
Joe,

Delay.
public oTimer

oTimer = createobject( "testTimer" )
oTimer.Enabled = .t.

define class testTimer as Timer
interval = 500
function Timer
   ?? '.'
endfunc
enddefine
run it a poke around doing things in VFP you'll see times when the dots stop showing up. It used to happen anytime a menu was active it'd hold up the events. In VFP8 dropping a menu won't stop it, but opening the File Open dialog stops them. Once the dialog is closed you'll see a flurry of dots. Long running commands/SQL can stop them.

>One second would be ideal. What kind of things can prevent the vfp timers from firing? Do you mean prevent or delay?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform