<?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 : Tooltip icon different from icon</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Visual C++ MFC : Tooltip icon different from icon]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 22:27:00 +0000</pubDate>
  <lastBuildDate>Fri, 05 Mar 2010 06:16:59 +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=16078</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[Tooltip icon different from icon : Hi, already solved the isue.  Just...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16078&amp;PID=57401&amp;title=tooltip-icon-different-from-icon#57401</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5710">ione</a><br /><strong>Subject:</strong> 16078<br /><strong>Posted:</strong> 05 March 2010 at 6:16am<br /><br />Hi, already solved the isue. <DIV>Just replace the icon size to be loaded in DrawRibbonFrameSystemButton (ICON_SMALL). </DIV><DIV>This way the system button displays small icon while tooltip displays the big one. </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 05 Mar 2010 06:16:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16078&amp;PID=57401&amp;title=tooltip-icon-different-from-icon#57401</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltip icon different from icon : Hi Oleq, thank you very much....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16078&amp;PID=57259&amp;title=tooltip-icon-different-from-icon#57259</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5710">ione</a><br /><strong>Subject:</strong> 16078<br /><strong>Posted:</strong> 02 March 2010 at 3:36am<br /><br />Hi Oleq, thank you very much. It works! <DIV>&nbsp;</DIV><DIV>My problem here is that this offset is applied&nbsp;to all options in the Ribbon, since pTooltipContext is owned by pCommandBars. </DIV><DIV>Is there any way to have different images for icon and tooltip just for the main system button, having the same icon id for the rest of button-tooltips? </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 02 Mar 2010 03:36:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16078&amp;PID=57259&amp;title=tooltip-icon-different-from-icon#57259</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltip icon different from icon : Hi, Not sure about 11.1.3......]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16078&amp;PID=57239&amp;title=tooltip-icon-different-from-icon#57239</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 16078<br /><strong>Posted:</strong> 01 March 2010 at 2:11pm<br /><br /><P>Hi,</P><DIV>Not sure about 11.1.3... try then pToolTipContext-&gt;ShowImage + some non zero base offset and set each icon to Id+thisOffset.</DIV>]]>
   </description>
   <pubDate>Mon, 01 Mar 2010 14:11:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16078&amp;PID=57239&amp;title=tooltip-icon-different-from-icon#57239</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltip icon different from icon : Actually, my RibbonSample doesn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16078&amp;PID=57228&amp;title=tooltip-icon-different-from-icon#57228</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5710">ione</a><br /><strong>Subject:</strong> 16078<br /><strong>Posted:</strong> 01 March 2010 at 3:29am<br /><br /><P>Actually, my RibbonSample doesn't have it. (ToolkitPro 11.1.3)</P><DIV>I've tried, but it doesn't work. <FONT size=2>Main button shows the large image. </FONT>This is my new code: </DIV><DIV>&nbsp;</DIV><DIV><FONT size=2><P>pControlFile-&gt;GetCommandBar()-&gt;SetIconSize(CSize(32, 32)); </P><DIV>pControlFile-&gt;SetIconId(ID_MAINBUTTON);</DIV><P>UINT uCommand = {ID_MAINBUTTON};</P><P>pCommandBars-&gt;GetImageManager()-&gt;SetIcons(IDB_GEAR, &amp;uCommand, 1, CSize(32, 32), xtpImageNormal);</P><P>pCommandBars-&gt;GetImageManager()-&gt;SetIcons(IDB_GEAR_LARGE, &amp;uCommand, 1, CSize(96, 96), xtpImageNormal);</P></FONT></DIV>]]>
   </description>
   <pubDate>Mon, 01 Mar 2010 03:29:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16078&amp;PID=57228&amp;title=tooltip-icon-different-from-icon#57228</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltip icon different from icon : Hi,  Just set bigger image for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16078&amp;PID=57220&amp;title=tooltip-icon-different-from-icon#57220</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 16078<br /><strong>Posted:</strong> 01 March 2010 at 1:49am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Just set bigger image for same Id - RibbonSample has it.</DIV>]]>
   </description>
   <pubDate>Mon, 01 Mar 2010 01:49:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16078&amp;PID=57220&amp;title=tooltip-icon-different-from-icon#57220</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltip icon different from icon : I really need this too! ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16078&amp;PID=57174&amp;title=tooltip-icon-different-from-icon#57174</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 16078<br /><strong>Posted:</strong> 27 February 2010 at 7:37am<br /><br />I really need this too!]]>
   </description>
   <pubDate>Sat, 27 Feb 2010 07:37:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16078&amp;PID=57174&amp;title=tooltip-icon-different-from-icon#57174</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltip icon different from icon : Hi, maybe this picture could explain...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16078&amp;PID=56412&amp;title=tooltip-icon-different-from-icon#56412</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5710">ione</a><br /><strong>Subject:</strong> 16078<br /><strong>Posted:</strong> 28 January 2010 at 4:44am<br /><br />Hi, maybe this picture could explain what I mean: <DIV>&nbsp;</DIV><DIV><img src="http://forum.codejock.com/uploads/20100128_044132_microsoft-offic.jpg" border="0"></DIV><DIV>&nbsp;</DIV><DIV>System button displays Windows logo while tooltip displays another picture. </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 28 Jan 2010 04:44:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16078&amp;PID=56412&amp;title=tooltip-icon-different-from-icon#56412</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltip icon different from icon : Hi, I needa CXTPControlPopup displaying...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16078&amp;PID=56361&amp;title=tooltip-icon-different-from-icon#56361</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5710">ione</a><br /><strong>Subject:</strong> 16078<br /><strong>Posted:</strong> 26 January 2010 at 12:17pm<br /><br />Hi, I need&nbsp;a <FONT size=2>CXTPControlPopup displaying a tooltip icon different from its icon. Is it possible?&nbsp;I need it for System Button on Ribbon.<DIV>&nbsp;</DIV><DIV></DIV><DIV>Thank you. </DIV><DIV></DIV></FONT>]]>
   </description>
   <pubDate>Tue, 26 Jan 2010 12:17:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16078&amp;PID=56361&amp;title=tooltip-icon-different-from-icon#56361</guid>
  </item> 
 </channel>
</rss>