<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Tooltips in Ribbon</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Visual C++ MFC : Tooltips in Ribbon]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 29 May 2026 16:57:15 +0000</pubDate>
  <lastBuildDate>Thu, 07 Jan 2010 07:05:04 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=15952</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Tooltips in Ribbon : That&amp;#039;s it! Thank you!!  ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15952&amp;PID=56031&amp;title=tooltips-in-ribbon#56031</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5710">ione</a><br /><strong>Subject:</strong> 15952<br /><strong>Posted:</strong> 07 January 2010 at 7:05am<br /><br /><P>That's it! Thank you!! </P><DIV></DIV>]]>
   </description>
   <pubDate>Thu, 07 Jan 2010 07:05:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15952&amp;PID=56031&amp;title=tooltips-in-ribbon#56031</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltips in Ribbon : Hi,  ohh. you want tooltip for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15952&amp;PID=56028&amp;title=tooltips-in-ribbon#56028</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 15952<br /><strong>Posted:</strong> 07 January 2010 at 6:37am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>ohh. you want tooltip for Popup Menus also - </DIV><DIV>&nbsp;</DIV><DIV>switch option - pCommandBars-&gt;GetCommandBarsOptions()-&gt;bShowPopupBarToolTips =TRUE;</DIV>]]>
   </description>
   <pubDate>Thu, 07 Jan 2010 06:37:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15952&amp;PID=56028&amp;title=tooltips-in-ribbon#56028</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltips in Ribbon : Hi Oleq, in this case, pControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15952&amp;PID=56026&amp;title=tooltips-in-ribbon#56026</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5710">ione</a><br /><strong>Subject:</strong> 15952<br /><strong>Posted:</strong> 07 January 2010 at 2:49am<br /><br /><DIV>Hi Oleq, in this case, pControl displays tooltip (image1) and pSubControl wouldn't display tooltip (image2). </DIV><DIV>I've edited previous post. </DIV><DIV>Thank you!</DIV><DIV></DIV>]]>
   </description>
   <pubDate>Thu, 07 Jan 2010 02:49:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15952&amp;PID=56026&amp;title=tooltips-in-ribbon#56026</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltips in Ribbon : Hi, what control in Ribbonsample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15952&amp;PID=56003&amp;title=tooltips-in-ribbon#56003</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 15952<br /><strong>Posted:</strong> 06 January 2010 at 7:42am<br /><br /><P>Hi,</P><DIV>what control in Ribbonsample shows problem ? I will give code to show tooltip for this control.</DIV>]]>
   </description>
   <pubDate>Wed, 06 Jan 2010 07:42:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15952&amp;PID=56003&amp;title=tooltips-in-ribbon#56003</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltips in Ribbon : Well, I see that all controls...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15952&amp;PID=55998&amp;title=tooltips-in-ribbon#55998</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5710">ione</a><br /><strong>Subject:</strong> 15952<br /><strong>Posted:</strong> 05 January 2010 at 12:15pm<br /><br />Well, I see that all controls in Ribbon are contained by the main CommandBar (<FONT size=2>CXTPRibbonBar) which in turn is contained by the main CXTPCommandBars* object. This object is associated with the <FONT size=2>CXTPToolTipContext that manages tooltips. <DIV>&nbsp;</DIV><DIV></FONT>On the contrary, those controls that don't display tooltip are not contained by any CommandBar. This seems to be the problem. </DIV><DIV><FONT size=2><DIV></DIV><FONT size=2><P>CXTPControlPopup* pControl = (CXTPControlPopup*) pGroup-&gt;Add(xtpControlPopup, ID_008) ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ---&gt; pControl owned by the CommandBar</P><DIV><img src="http://forum.codejock.com/uploads/20100107_024043_Tooltip.jpg" border="0"></DIV><DIV>&nbsp;</DIV><DIV>CXTPControl* pSubControl = pControl-&gt;GetCommandBar ()-&gt;GetControls ()-&gt;Add (<FONT size=2>xtpControlButton</FONT>, ID_155) ;&nbsp;&nbsp; ---&gt; pSubControl NOT owned by the CommandBar! </DIV><DIV><img src="http://forum.codejock.com/uploads/20100107_024536_NoTooltip.jpg" border="0">&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Am I correct? Does it have a solution? </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV></FONT></FONT></DIV></FONT>]]>
   </description>
   <pubDate>Tue, 05 Jan 2010 12:15:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15952&amp;PID=55998&amp;title=tooltips-in-ribbon#55998</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltips in Ribbon : Of course, they have ID and also...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15952&amp;PID=55987&amp;title=tooltips-in-ribbon#55987</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5710">ione</a><br /><strong>Subject:</strong> 15952<br /><strong>Posted:</strong> 05 January 2010 at 8:31am<br /><br />Of course, they have ID and also string in resources. <DIV>Ribbon Sample neither seems to display tooltips for this controls. </DIV><DIV>Version: Xtreme ToolkitPro v11.1.3</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 05 Jan 2010 08:31:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15952&amp;PID=55987&amp;title=tooltips-in-ribbon#55987</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltips in Ribbon : Hi,  Check that you have Id...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15952&amp;PID=55981&amp;title=tooltips-in-ribbon#55981</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 15952<br /><strong>Posted:</strong> 05 January 2010 at 8:17am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Check that you have Id for them and there are tooltip string for this Id in your string table.</DIV>]]>
   </description>
   <pubDate>Tue, 05 Jan 2010 08:17:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15952&amp;PID=55981&amp;title=tooltips-in-ribbon#55981</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltips in Ribbon : Hi, I have Ribbon menus and tooltips...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15952&amp;PID=55980&amp;title=tooltips-in-ribbon#55980</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5710">ione</a><br /><strong>Subject:</strong> 15952<br /><strong>Posted:</strong> 05 January 2010 at 6:50am<br /><br />Hi, I have Ribbon menus and tooltips are being shown ok. My problem is that there is no tooltip displayed in some cases: <DIV>&nbsp;</DIV><DIV>1. Controls that are contained by another (i.e. <FONT size=2>xtpControlPopup, xtpControlButtonPopup, xtpControlSplitButtonPopup</FONT>).</DIV><DIV><FONT size=2>2. Items from the menu of the main button. </FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Is there any way to solve this?</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Thank you! </FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2></FONT>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 05 Jan 2010 06:50:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15952&amp;PID=55980&amp;title=tooltips-in-ribbon#55980</guid>
  </item> 
 </channel>
</rss>