Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Popup won't pop down
Message
De
18/03/2016 12:24:33
 
 
À
17/03/2016 10:53:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Divers
Thread ID:
01633275
Message ID:
01633365
Vues:
119
This message has been marked as the solution to the initial question of the thread.
I'm probably misinterpreting what you're talking about... If this popup is within the menu and you want it to drop down the popup upon start, perhaps you could kludge it by stuffing keystrokes into the keyboard buffer (with keystrokes that would trigger the desired popup to appear) ?

Assuming that the menu pad associated with the desired popup is first one starting with a "T", then you could probably add just before the READ EVENTS
KEYBOARD "{F10}T"
The F10 key would activate the menu bar, then "T" should trigger the menu pad (with a label starting with a "T"), which then would cause the popup list to appear.

>Sorry for the newbie question- but I haven't done this before
>Call to the menu:
>
>
>
> DO ssofficemen.mpr
>*  ACTIVATE POPUP TRANSACTIO
>  READ EVENTS
>
>
>Code in the menu bar:
>
>ln_mencol = 2
>ln_menrow = 1
>CLEAR EVENTS
>
>
>All is well when that activate line is commented
>
>I'd like to have one of the menu bars active when the menu appears.
>
>When I uncomment that line though, I have to click the menu bar twice to execute the code.
>What am I missing?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform