Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUGS: is popup SHORTCUT usable ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Titre:
BUGS: is popup SHORTCUT usable ?
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01048524
Message ID:
01048524
Vues:
61
* 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 
Répondre
Fil
Voir

Click here to load this message in the networking platform