<?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 : Ribbon Sample SDI</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Ribbon Sample SDI]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 14:08:02 +0000</pubDate>
  <lastBuildDate>Mon, 06 Oct 2008 09:12:18 +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=12326</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[Ribbon Sample SDI : Hi, Check parameters in OnCtlColor...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12326&amp;PID=41678&amp;title=ribbon-sample-sdi#41678</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12326<br /><strong>Posted:</strong> 06 October 2008 at 9:12am<br /><br /><P>Hi,</P><DIV>Check parameters in OnCtlColor method.</DIV>]]>
   </description>
   <pubDate>Mon, 06 Oct 2008 09:12:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12326&amp;PID=41678&amp;title=ribbon-sample-sdi#41678</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Sample SDI : Is there another edit class we...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12326&amp;PID=41668&amp;title=ribbon-sample-sdi#41668</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2928">terrym</a><br /><strong>Subject:</strong> 12326<br /><strong>Posted:</strong> 06 October 2008 at 6:00am<br /><br />Is there another edit class we could use to get this functionality ??? eg. Syntax Edit<DIV></DIV>]]>
   </description>
   <pubDate>Mon, 06 Oct 2008 06:00:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12326&amp;PID=41668&amp;title=ribbon-sample-sdi#41668</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Sample SDI : Hi  We actually want the themed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12326&amp;PID=41667&amp;title=ribbon-sample-sdi#41667</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2928">terrym</a><br /><strong>Subject:</strong> 12326<br /><strong>Posted:</strong> 06 October 2008 at 5:50am<br /><br />Hi<DIV>&nbsp;</DIV><DIV>We actually want the themed background colour like in your sample as we used this sample as the basis for adding this functionality to our project.&nbsp; However behind the CEdit control we want the white colour???</DIV><DIV>&nbsp;</DIV><DIV>What is best way to do this please :(</DIV><DIV>&nbsp;</DIV><DIV>Do you have example</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 06 Oct 2008 05:50:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12326&amp;PID=41667&amp;title=ribbon-sample-sdi#41667</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Sample SDI : Hi,  There is no special class...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12326&amp;PID=41647&amp;title=ribbon-sample-sdi#41647</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12326<br /><strong>Posted:</strong> 06 October 2008 at 1:17am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>There is no special class for Edit :( If you just need change background catch WM_CTLCLOLOR like CPaneStyles oin our sample.</DIV>]]>
   </description>
   <pubDate>Mon, 06 Oct 2008 01:17:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12326&amp;PID=41647&amp;title=ribbon-sample-sdi#41647</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Sample SDI : We have added a Dockable Pane...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12326&amp;PID=41625&amp;title=ribbon-sample-sdi#41625</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2928">terrym</a><br /><strong>Subject:</strong> 12326<br /><strong>Posted:</strong> 03 October 2008 at 12:25pm<br /><br />We have added a Dockable Pane like in Ribbon Sample SDI to our application and have some static text and edit controls, however these are not themed :( to the selected theme.&nbsp; Eg. in your sample code you have m_btnMyButton.SetTheme(...) however what do we use for static and edit controls in place of CXTPButton etc.<DIV></DIV><DIV>&nbsp;</DIV><DIV>Thank you for any help as it is much appreciated.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 03 Oct 2008 12:25:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12326&amp;PID=41625&amp;title=ribbon-sample-sdi#41625</guid>
  </item> 
 </channel>
</rss>