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 » CExtRibbonBar question Collapse All
Subject Author Date
tera tera Mar 17, 2009 - 2:45 AM

Hello.


I want to display ToolTip in around one second


Technical Support Mar 17, 2009 - 10:13 AM

The RibbonBar sample initializes a lot of CExtCustomizeCmdScreenTip tooltips. Most buttons in the ribbon bar have screentips similar to those on your screenshot.

tera tera Mar 23, 2009 - 2:38 AM

Hello.


In hover of the mouse, I want to display a tool tip quickly.

I want to display a tool tip within one second.

Please teach a program method.

Technical Support Mar 23, 2009 - 2:08 PM

Please invoke the following code in the constructor of your CExtRibbonBar-derived class:

   m_wndScreenTip.m_nPeriodDelayShowQuick = m_wndScreenTip.m_nPeriodDelayShowNormal = 1;