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 » Display Menubar tool tip Collapse All
Subject Author Date
Gunasekaran Velu Dec 1, 2005 - 4:47 AM

 


hi folks


 


  first i have ver 2.4 in this case the menubar tool tip displyed. now i update the version(ver 2.5) in this case menubar tool tip does not disply. what is the reason can u give the solution for that problem. plz make as soon as possible.


 


Thanks and regards


Guna

Technical Support Dec 1, 2005 - 8:38 AM

Starting from v. 2.50 the cool tooltips over menu items are turned off by default . To turn them on, please insert the following line somewhere in the initialization code:

CExtPopupMenuWnd::g_eTtsClassicMenu = CExtPopupMenuTipWnd::__ETS_BALLOON;
The following enumeration constants that specify tooltip window styles are available:
__ETS_NONE - Tooltips are not allowed (no tooltips). This option is used by default.
__ETS_BALLOON - Windows 2000 balloon tip style.
__ETS_BALLOON_NO_ICON - Windows 2000 balloon tip style with no icon.
__ETS_RECTANGLE - Classic rectangular tip style.
__ETS_RECTANGLE_NO_ICON - Classic rectangular tip style with no icon.
__ETS_INV_RECTANGLE - Classic rectangular tip style which displayed at the top of the item.
__ETS_INV_RECTANGLE_NO_ICON - Classic rectangular tip style with no icon, which displayed at the top of the item.