Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » About PopupMenu Collapse All
Subject Author Date
tera t Nov 12, 2007 - 2:14 AM

Hello.

I want to display all Popup Menu.
http://www.yukai.jp/~ifreeta/20071112/image02.jpg

<< is unnecessary.

Technical Support Nov 12, 2007 - 10:44 AM

You can disable the feature of rarely-used menu items in these two ways:

1) Add the following lines to your initialization code

CExtPopupMenuWnd::g_bMenuExpanding = false;
CExtPopupMenuWnd::g_bMenuHighlightRarely = false;

2) Use g_CmdManager->SetBasicCommands to make all your commands basic, i.e. initially visible in your menus.