Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Splash Screen Inquiry
Message
De
31/05/2002 07:50:50
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00663305
Message ID:
00663343
Vues:
8
Hello,

I'm not sure what the problem is exactly, but couldn't you just do something like:

LOCAL loSplash, loMain

DO FORM Splash TO loSplash
DO FORM Main TO loMain NOSHOW
loSplash.Release()
loMain.Visible = .T.

This will show the splash screen, and allow it to be removed once the loMain form has been loaded.

Mace

>Hi All!
>
>I have two forms, login and main. When I start my app, login form first appears, asking for username and password. If both fields are correct, main form loads, else, messagebox appears saying "user does not have access.. blah blah blah". My problem is that between the login form and the main form, loading the main form and displaying it takes around 1-2 minutes. I'd like to display a "splash screen" in-between the login and main form to "distract" the user while waiting. How can I load (and display) a splash screen form AFTER the login form WHILE the main form is still loading? Sort of doing a DO FORM splashscreen and following immediately a DO FORM main? Or do a DO FORM main first, and follow immediately a DO FORM splashscreen?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform