Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUGS: is popup SHORTCUT usable ?
Message
From
11/09/2005 11:06:55
 
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Title:
BUGS: is popup SHORTCUT usable ?
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01048524
Message ID:
01048524
Views:
63
* BUG1: The clause MARGIN is added without a explicit declaration
* ISSUE: the popup is insensible of the MouseWheel scrolling

CLEAR

DIMENSION aItems[60,1]
aItems='test'
aItems[3]='33333333333333333333'
aItems[ALEN(aItems)]='last last last last last last last last '

DEFINE POPUP ContextMenu FROM MROW(),MCOL() SHORTCUT
FOR k=1 TO ALEN(aItems)
	DEFINE BAR k OF ContextMenu PROMPT aItems[k]
NEXT

* BUG2: The bottom arrow scroll is a line before the last popup row,
*       and it is insensible of the mouse click


ACTIVATE POPUP ContextMenu
RELEASE POPUPS ContextMenu 


DEFINE POPUP ContextMenu FROM MROW(),MCOL() SHORTCUT SCROLL
FOR k=1 TO ALEN(aItems)
	DEFINE BAR k OF ContextMenu PROMPT aItems[k]
NEXT

* BUG3: the right scroll is partially cut

ACTIVATE POPUP ContextMenu
RELEASE POPUPS ContextMenu 
Reply
Map
View

Click here to load this message in the networking platform