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 » I would like to display dinamically the tooltip only in some submenu Collapse All
Subject Author Date
Andrea Colugnat Dec 18, 2008 - 3:43 AM

I would like to display dinamically the tooltip only in some submenu. Is it possible to do this?


For now i’m using this global member, but this enable the tooltip in all menu.


CExtPopupMenuWnd::g_eTtsClassicMenu = CExtPopupMenuTipWnd::__ETS_BALLOON;


 


Thanks in advance

Technical Support Dec 19, 2008 - 10:41 AM

Menu cool tips display a status tip message and it’s not possible to turn the cool tips for particular menu items only. You can specify empty status tips for menu items which should not display the cool tip. Alternatively, you can use the approach demonstrated in the HelpNotes sample application: you can display tooltip like windows or your own instance of the CExtPopupMenuTipWnd window near required menu items manually.