Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug on Shortcut Submenus
Message
From
14/03/2012 12:34:18
 
 
To
07/03/2011 08:19:25
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01502825
Message ID:
01538329
Views:
66
Hi!

We still have this Problem.
Does anyone have a Solution for this?



>Hi @ALL,
>
>if I choose 125% Text Zoom (Control Panel\Appearance\Display), an I want to Display an shortcut menu with submenus at the left side of the screen the Submenu pops out off the left side of my screen.
>How to fix this?
>
>Here some Code to test:
>
>DEFINE POPUP _popShortcutMenu ;
>		FROM MROW(),MCOL() ;
>		MARGIN ;
>		RELATIVE ;
>		SHORTCUT
>DEFINE POPUP _SubMenu ;
>	SHORTCUT RELATIVE
>DEFINE BAR 1 OF _popShortcutMenu PROMPT "Item 1"
>DEFINE BAR 2 OF _popShortcutMenu PROMPT "Item 2 With sub"
>DEFINE BAR 3 OF _popShortcutMenu PROMPT "Item 3"
>ON BAR 2 OF _popShortcutMenu ACTIVATE Popup _SubMenu
>Define Bar 1 Of _SubMenu Prompt "SubMenu 1"
>Define Bar 2 Of _SubMenu Prompt "SubMenu 2"
>ACTIVATE POPUP _popShortcutMenu
>
>
>greetings from germany
Jörg Schneider
Joerg.Schneider@SMARTCRM.de
SMARTCRM CRM powered by MS Visual FoxPro
SMARTCRM GmbH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform