<?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 Control sub-menus</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Tooltips in Ribbon Control sub-menus]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 20:21:13 +0000</pubDate>
  <lastBuildDate>Thu, 28 Feb 2008 10:22:15 +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=9727</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 Control sub-menus : That fixed it perfectly.  Thanks!  -Dan...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9727&amp;PID=31715&amp;title=tooltips-in-ribbon-control-submenus#31715</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3787">Danlar</a><br /><strong>Subject:</strong> 9727<br /><strong>Posted:</strong> 28 February 2008 at 10:22am<br /><br />That fixed it perfectly.<br /><br />Thanks!<br /><br />-Dan]]>
   </description>
   <pubDate>Thu, 28 Feb 2008 10:22:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9727&amp;PID=31715&amp;title=tooltips-in-ribbon-control-submenus#31715</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltips in Ribbon Control sub-menus : Hi,  Call pCommandBars-&amp;gt;G...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9727&amp;PID=31702&amp;title=tooltips-in-ribbon-control-submenus#31702</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9727<br /><strong>Posted:</strong> 28 February 2008 at 3:20am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Call pCommandBars-&gt;GetCommandBarsOptions()-&gt;bShowPopupBarToolTips = TRUE;</DIV>]]>
   </description>
   <pubDate>Thu, 28 Feb 2008 03:20:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9727&amp;PID=31702&amp;title=tooltips-in-ribbon-control-submenus#31702</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltips in Ribbon Control sub-menus : Is it possible to enable Tooltips...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9727&amp;PID=31689&amp;title=tooltips-in-ribbon-control-submenus#31689</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3787">Danlar</a><br /><strong>Subject:</strong> 9727<br /><strong>Posted:</strong> 27 February 2008 at 5:28pm<br /><br />Is it possible to enable Tooltips on the sub menu of a control on the Ribbon?<br /><br />I tried to find a sample, but couldn't. In the CommandBar RibbonMDISample project, the Save button has a tooltip and has a sub-menu, but the child controls (Save and SaveAs) do not have tooltips. <br /><br /><table width="99%"><tr><td><pre class="BBcode">CXTPRibbonBar* pRibbonBar = (CXTPRibbonBar*)GetCommandBars()-&gt;Add(_T("The Ribbon"), xtpBarTop, RUNTIME_CLASS(CXTPRibbonBar));<br />CXTPRibbonTab* pTabHome = pRibbonBar-&gt;AddTab(ID_TAB_HOME);<br />CXTPRibbonGroup* pGroupFile = pTabHome-&gt;AddGroup(ID_GROUP_FILE);<br /><br />CXTPControlPopup* pControlSave = (CXTPControlPopup*)pGroupFile-&gt;Add(xtpControlSplitButtonPopup, ID_FILE_SAVE);<br />pControlSave-&gt;SetDescription(_T("A tooltip is created with this text in it"));<br /><br />CXTPControlButton* pControlSaveBtn= (CXTPControlButton*)pControlSave-&gt;GetCommandBar()-&gt;GetControls()-&gt;Add(xtpControlButton, ID_FILE_SAVE);<br />pControlSaveBtn-&gt;SetDescription(_T("No tooltip is made for this text"));</pre></td></tr></table><br /><br />With the above code, the <font face="Courier New, Courier, mono">pControlSave</font> control would have a tooltip, but not the <font face="Courier New, Courier, mono">pControlSaveBtn</font> one.<br /><br />-Dan]]>
   </description>
   <pubDate>Wed, 27 Feb 2008 17:28:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9727&amp;PID=31689&amp;title=tooltips-in-ribbon-control-submenus#31689</guid>
  </item> 
 </channel>
</rss>