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 » CExtMenuControlBar Collapse All
Subject Author Date
Eddie Judson Jul 7, 2005 - 7:45 AM

Is there a way to stop the menus from using the collapse feature (double down arrow) so that all the items in the menu are visible all the time?


Regards,


  

Technical Support Jul 7, 2005 - 9:08 AM

If you want to disable the most recently used menu items, there are two ways to do this:

  1. add these two lines to your initialization code (which is preferable):
    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.