Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Splash blues - a sequel
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00637415
Message ID:
00637464
Vues:
17
Marc,

You could have the second splash screen release the first one in its Activate event.
* Launcher
DO FORM My1stSplash NAME loSplash

...

Do AppStartup WITH loSplash
* AppStratup
LPARAMETERS poSplash
DO My2ndSplash WITH poSplash
* My2ndSplash Init event
LPARAMETERS poOldSplash
Thisform.oOldSplash = poOldSplash
* My2ndSplash Activate event
IF TYPE("Thisform.oOldSplash.Name") = "C"
   Thisform.oOldSplash.Release()
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform