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 » Balloon ToolTip Collapse All
Subject Author Date
himanshu joshi Mar 29, 2007 - 6:48 AM

Hi

If i have one CExtRibbonNode and i want to set balloon tooltip to it
Could you suggest how to do the same .

Currently what i am using is like
CExtRibbonNode * pNode=new CExtRibbonNode( ID_BUTTON, 0, NULL, 0, tempStr );
g_CmdManager->CmdAllocPtr(g_CmdManager->ProfileNameFromWnd(m_hWnd),ID_BUTTON)->m_sTipTool = _T("Button");

but if text("Button") is too long it is getting clipped
i want to use balloon tooltip or any different way to set tooltip

thanks
himanshu

himanshu joshi Mar 30, 2007 - 12:56 AM

Could you please provide the link for the same

Technical Support Mar 30, 2007 - 8:42 AM

If you have a valid subscription, please contact via email so we can provide you with a download link to the latest source code. Please note ribbon screen tips are initialized only in the RibbonBar sample at the moment.

Technical Support Mar 29, 2007 - 11:59 AM

The ribbon controls now support screen tips. We would recommend you download and use the latest source code from our ftp server and use ribbon screen tips.