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 » Menu item custom tip is not displayed if the menu item is disabled. Collapse All
Subject Author Date
Offer Har Nov 20, 2008 - 2:25 PM

Hi,


I am building a menu in OnExtMenuPrepareOneLevel, and setting to each entry a custom tool-tip (which looks great by the way...)


However, when the item is disabled the tip is not displayed - I need to display an explanation by the item is disabled in the tip...


Thanks,


Ron.


 

Technical Support Nov 24, 2008 - 10:47 AM

We implemented optional status tips and cool tips for disabled command items in popup menus. The following code turns on status tips for disabled menu commands:

CExtPopupMenuWnd::g_bShowStatusTipsOverDisabledItems = false;
The code below turns on cool tips for all the menu commands:
CExtPopupMenuWnd::g_bShowCoolTipsOverDisabledItems = false;
CExtPopupMenuWnd::g_eTtsClassicMenu = CExtPopupMenuTipWnd::__ETS_BALLOON;
You can download the latest Prof-UIS 2.84 from the same location. The ZIP file name marked with 2008-11-24.