<?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 : Error in Ribbon sample</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Error in Ribbon sample]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 03:27:22 +0000</pubDate>
  <lastBuildDate>Wed, 25 Apr 2007 06:47:31 +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=6971</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[Error in Ribbon sample : Thanks, you right. Changed. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6971&amp;PID=22287&amp;title=error-in-ribbon-sample#22287</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6971<br /><strong>Posted:</strong> 25 April 2007 at 6:47am<br /><br />Thanks, you right. Changed.]]>
   </description>
   <pubDate>Wed, 25 Apr 2007 06:47:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6971&amp;PID=22287&amp;title=error-in-ribbon-sample#22287</guid>
  </item> 
  <item>
   <title><![CDATA[Error in Ribbon sample : Oh... make an error in &amp;#039;Was...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6971&amp;PID=22278&amp;title=error-in-ribbon-sample#22278</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2918">AlexXF</a><br /><strong>Subject:</strong> 6971<br /><strong>Posted:</strong> 25 April 2007 at 3:14am<br /><br />Oh... make an error in 'Was been section'<DIV>&nbsp;</DIV><DIV>Was been:</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"><FONT color=#010001 size=2>pCommandBars</FONT><FONT size=2>-&gt;</FONT><FONT color=#010001 size=2>GetImageManager</FONT><FONT size=2>()-&gt;</FONT><FONT color=#010001 size=2>SetIcons</FONT><FONT size=2>(</FONT><FONT color=#010001 size=2>IDB_GEAR</FONT><FONT size=2>, &amp;</FONT><FONT color=#010001 size=2>uCommand</FONT><FONT size=2>, 1, </FONT><FONT color=#010001 size=2>xtpImageNormal</FONT><FONT size=2>);</pre></td></tr></table></FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Correct:</FONT></DIV><DIV><FONT size=2><table width="99%"><tr><td><pre class="BBcode"><FONT color=#010001 size=2>pCommandBars</FONT><FONT size=2>-&gt;</FONT><FONT color=#010001 size=2>GetImageManager</FONT><FONT size=2>()-&gt;</FONT><FONT color=#010001 size=2>SetIcons</FONT><FONT size=2>(</FONT><FONT color=#010001 size=2>IDB_GEAR</FONT><FONT size=2>, &amp;</FONT><FONT color=#010001 size=2>uCommand</FONT><FONT size=2>, 1, (</FONT><FONT color=#010001 size=2>CSize</FONT><FONT size=2>)0, </FONT><FONT color=#010001 size=2>xtpImageNormal</FONT><FONT size=2>);</pre></td></tr></table></FONT></FONT></DIV>]]>
   </description>
   <pubDate>Wed, 25 Apr 2007 03:14:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6971&amp;PID=22278&amp;title=error-in-ribbon-sample#22278</guid>
  </item> 
  <item>
   <title><![CDATA[Error in Ribbon sample : Dear developers, please fix your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6971&amp;PID=22277&amp;title=error-in-ribbon-sample#22277</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2918">AlexXF</a><br /><strong>Subject:</strong> 6971<br /><strong>Posted:</strong> 25 April 2007 at 3:13am<br /><br /><P>Dear developers, please fix your 'Ribbon' sample.</P><DIV>I've spend all day to find this error, why i can't set Hot/Pressed/Disabled image for CXTToolbarSystemButton.</DIV><DIV>&nbsp;</DIV><DIV>file: MainFrame.cpp</DIV><DIV>&nbsp;</DIV><DIV>Was been:</DIV><DIV><table width="99%"><tr><td><pre class="BBcode"></DIV><DIV><FONT color=#010001 size=2>pControlFile</FONT><FONT size=2>-&gt;</FONT><FONT color=#010001 size=2>SetIconId</FONT><FONT size=2>(</FONT><FONT color=#010001 size=2>IDB_GEAR</FONT><FONT size=2>);</FONT></DIV><DIV><FONT color=#010001 size=2>UINT</FONT><FONT size=2> </FONT><FONT color=#010001 size=2>uCommand</FONT><FONT size=2> = {</FONT><FONT color=#010001 size=2>IDB_GEAR</FONT><FONT size=2>};</DIV><P></FONT><FONT color=#010001 size=2>pCommandBars</FONT><FONT size=2>-&gt;</FONT><FONT color=#010001 size=2>GetImageManager</FONT><FONT size=2>()-&gt;</FONT><FONT color=#010001 size=2>SetIcons</FONT><FONT size=2>(</FONT><FONT color=#010001 size=2>IDB_GEAR</FONT><FONT size=2>, &amp;</FONT><FONT color=#010001 size=2>uCommand</FONT><FONT size=2>, 1, (</FONT><FONT color=#010001 size=2>CSize</FONT><FONT size=2>)0, </FONT><FONT color=#010001 size=2>xtpImageNormal</FONT><FONT size=2>);</pre></td></tr></table></P><DIV></DIV><P>CORRECT:</P><DIV><table width="99%"><tr><td><pre class="BBcode"><FONT color=#010001 size=2>pCommandBars</FONT><FONT size=2>-&gt;</FONT><FONT color=#010001 size=2>GetImageManager</FONT><FONT size=2>()-&gt;</FONT><FONT color=#010001 size=2>SetIcons</FONT><FONT size=2>(</FONT><FONT color=#010001 size=2>IDR_GEARHOT</FONT><FONT size=2>, &amp;</FONT><FONT color=#010001 size=2>uCommand</FONT><FONT size=2>, 1, (</FONT><FONT color=#010001 size=2>CSize</FONT><FONT size=2>)0, </FONT><FONT color=#010001 size=2>xtpImageNormal</FONT><FONT size=2>);</pre></td></tr></table><P></FONT></P></FONT><FONT size=2></DIV></FONT>]]>
   </description>
   <pubDate>Wed, 25 Apr 2007 03:13:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6971&amp;PID=22277&amp;title=error-in-ribbon-sample#22277</guid>
  </item> 
 </channel>
</rss>