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 » Prevent menu items from being hidden Collapse All
Subject Author Date
Neville Franks Jun 7, 2004 - 5:00 AM

Hi,
My users tell me they don’t like having hidden menu items. Is the best and correct way to control this to set: CExtPopupMenuWnd::g_bMenuExpanding = false. I found this by looking at the code for: "Always show full menus".


Thanks,
Neville www.surfulater.com

Technical Support Jun 7, 2004 - 7:24 AM

Dear Neville,

The feature in question is disabled with these two lines in the initialization code:

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