Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disappear Toolbars (HELP!)
Message
De
12/05/2003 14:54:13
 
 
À
12/05/2003 14:45:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00787450
Message ID:
00787454
Vues:
15
mathew

Check outHow to show a toolbar in a top level form at startup
http://www.levelextreme.com/wconnect/wc.dll?FournierTransformation~

HTH

>Hi All,
>
>After several attempts, I can find a solution to solve the disappearing toolbars. Maybe, one of you have this problem and have a solution for me.
>
>Setting as 'Modal' & 'As a Top Level Form' for all three forms below.
>
>Splash(Intro) -> Login(Security) --> Main Screen
>
>StartApp.prg
>------------
>DO FORM SPLASH.SCX
>READ EVENTS
>
>After a successfully login, the program call main.prg in the Unload event of the login.scx.
>
>Main.Prg
>---------
>DO FORM Main.SCX
>SET CLASSLIB TO E:\ProjectA\Library\CoreLib" ADDITIVE
>
>oTool1 = CREATEOBJECT("Tool1")
>oTool1.Show
>oTool1.Dock(0)
>
>oTool2 = CREATEOBJECT("Tool2")
>oTool2.Show
>oTool2.Dock(0)
>
>*READ Events <- Comments out
>
>I know that you can only have one Read Event to start the process. After Main.SCX was loaded, I can see the toolbars for a second and disappear. This a better way to accomplish it and I can control my forms. TIA
>
>BTW, File/Exit in the main.scx is set with "Clear Event" to end program.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform