Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mouse move hilight
Message
From
15/07/2003 19:24:52
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
Mouse move hilight
Miscellaneous
Thread ID:
00810472
Message ID:
00810472
Views:
55
I have a menu popup that I need to use when I right click on a grid Item.
When the Popup opens up the selection bar doesn't move with the mouse as it does in a regular menu where we have a PAD defined.

The following is a small code of the type of MENU activation that I use, can anyone tell me what I'm doing wrong.

*****************************************************
DEFINE POPUP popGrid FROM 10,5 ;
MARGIN COLOR SCHEME 14
DEFINE BAR 1 OF popGrid ;
PROMPT '\DEFINE BAR 2 OF popGrid ;
PROMPT '\DEFINE BAR 3 OF popGrid ;
PROMPT '\DEFINE BAR 4 OF popGrid ;
PROMPT "\DEFINE BAR 5 OF popGrid ;
PROMPT "\ON SELECTION POPUP popGrid DO _GridMenuOpion
ACTIVATE POPUP popGrid
*****************************************************

Thank you
Next
Reply
Map
View

Click here to load this message in the networking platform