Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Splash Form Not Showing Progress
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Splash Form Not Showing Progress
Divers
Thread ID:
00602687
Message ID:
00602687
Vues:
54
I have a splash form in an application, that updates a progress bar, which doesn't work when called in the main.prg. The program code is this:

LOCAL loSplash
DO FORM splash NAME loSplash LINKED
loSplash.SHOW()

And the code in the Splash form's timer event is :

loProgress = THISFORM.oleProgress
IF loProgress.VALUE + 10 > loProgress.MAX
loProgress.VALUE = 0
ENDIF
loProgress.VALUE = loProgress.VALUE + 10

The progress bar part works if I do "DO FORM splash NAME loSplash LINKED" in the command window though.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform