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 General Discussion » How to make menu always expanded? Collapse All
Subject Author Date
Oleg Mordvinov May 30, 2006 - 6:43 AM

Hi!
My SDI application has menu derived from CExtMenuControlBar. But when I expand some menu item I see only some (1-2) sub-items and strange sign like "down arrow". How to disable this sign& And how can I always see all my sub-items of menu item? Thanks for reply.

Technical Support May 30, 2006 - 12:18 PM

Please invoke the following code at the startup:

       CExtPopupMenuWnd::g_bMenuExpanding = false;

       CExtPopupMenuWnd::g_bMenuHighlightRarely = false;




Oleg Mordvinov May 31, 2006 - 2:19 AM

Thanks! It works properly!