Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Toolbar Woes
Message
De
20/07/2001 18:03:25
 
 
À
19/07/2001 04:41:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00532398
Message ID:
00533390
Vues:
23
This message has been marked as a message which has helped to the initial question of the thread.
>When I get into the ProdReport form, I want the 3 toolbar buttons to still be active. But, the preview button is "dead".. Nothing in the click method runs (but strangeley the mousedown event fires)

Yeah, sucks don't it? I wrote most of an app based on that concept only tofind it it didnt work!

To summarize for Will:

He hit the Click button on a toolbar, and called a modal form, the toolbar is still available, but if you look at the call stack, the Click event is still waiting for the form to go away. Now if he hits the button again, VFP doesn't like the fact that Click is already running, so its not gonna let him do it again.

What to do? Create more toolbars, sadly.

After you call teh form, hide the current toolbar, and create a duplicate just for the new form. Once that form goes away, hide the duplicate, and resurface the orginal. *sigh*
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform