Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Defining hot keys usimg invisible menus
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00496930
Message ID:
00497010
Views:
14
>>>It sure does work:
>>>
>>>DEFINE POPUP nosee
>>>DEFINE BAR 1 OF nosee PROMPT "" KEY CTRL+R
>>>ON SELECTION BAR 1 OF nosee WAIT WINDOW "Here I am!"
>>>
>>
>>Slightly different animal. This is a POPUP (submenu) that is not associated with a menu. Popups associated with menus abide by menu rules and the accelerator keys don't work (AFAIK and can test to).
>
>
>OK, but this is essentially all that a menu .MPR does.

It's exactly what an MPR does. If you run an MPR and then DISPLAY MEMO, you will see all the popups you defined in memory. The difference is that they are associated with the menu (ON PAD) and the rules of menus apply. Without that, anything is fair game. Thanks for reminding me of that. I had forgotten the structure of MPRs and it was good to review. :-)
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform