Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Short Popup Hot Keys not responding
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
Short Popup Hot Keys not responding
Miscellaneous
Thread ID:
00817396
Message ID:
00817396
Views:
54
A project has both a [main] menu PAD (and associated popups) with hot key bars, and 'stand alone' [shortcut] popups (activated by right clicking a control).

The hot keys on the main menu popups fired from the PAD, behave as expected and forward to the processes (just as if it were clicked).

The 'stand alone' popus (fired by right clicks on a control), forward to process only when the BAR is clicked, but do not respond to the designated hot key sequence.

Here is a snipet from the 'stand alone' popup definition:
DEFINE POPUP popSNLV in Window BM MARGIN RELATIVE ;
        shortcut TITLE "Shortname" COLOR SCHEME 4
DEFINE BAR 5 OF popSNLV PROMPT "\<Toggle" KEY CTRL+T,"";
       PICTURE ucImageFolder+"Active.bmp"
.... 
ON SELECTION BAR 5 of popSNLV do mnuActiveOnly with oform,oform.ocxSN_LV
Clicking the "Toggle" prompt fires, but, CTRL+T don't do nothing.
Any assistance, as always, is appreciated.
Imagination is more important than knowledge
Next
Reply
Map
View

Click here to load this message in the networking platform