<?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 : Update ALL 2007-themed controls</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Update ALL 2007-themed controls]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 14:39:28 +0000</pubDate>
  <lastBuildDate>Fri, 13 Mar 2009 07:32:32 +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=13364</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[Update ALL 2007-themed controls : Works. Thanks! :) ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13364&amp;PID=46616&amp;title=update-all-2007themed-controls#46616</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 13364<br /><strong>Posted:</strong> 13 March 2009 at 7:32am<br /><br />Works. Thanks! :)]]>
   </description>
   <pubDate>Fri, 13 Mar 2009 07:32:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13364&amp;PID=46616&amp;title=update-all-2007themed-controls#46616</guid>
  </item> 
  <item>
   <title><![CDATA[Update ALL 2007-themed controls : Call  m_paneReport.RedrawControl();...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13364&amp;PID=46536&amp;title=update-all-2007themed-controls#46536</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13364<br /><strong>Posted:</strong> 12 March 2009 at 1:53am<br /><br /><DIV><FONT size=2>Call </FONT></DIV><DIV><FONT size=2>m_paneReport.</FONT>RedrawControl(); instedad Invalidate.<BR></DIV>]]>
   </description>
   <pubDate>Thu, 12 Mar 2009 01:53:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13364&amp;PID=46536&amp;title=update-all-2007themed-controls#46536</guid>
  </item> 
  <item>
   <title><![CDATA[Update ALL 2007-themed controls :  I got it working for all controls,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13364&amp;PID=46532&amp;title=update-all-2007themed-controls#46532</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 13364<br /><strong>Posted:</strong> 11 March 2009 at 7:14pm<br /><br /><FONT color=#0000ff size=2><FONT color=#0000ff size=2><DIV><FONT color=#000000>I got it working for all controls, except CXTPReportControl. I have to click on them to get the updated look! Why?</FONT></DIV><DIV><FONT color=#000000></FONT>&nbsp;</DIV><DIV><FONT color=#000000>void</FONT></FONT></FONT><FONT color=#000000><FONT size=2> </FONT><FONT size=2><FONT size=2>CMainFrame</FONT></FONT><FONT size=2>::</FONT><FONT size=2><FONT size=2>OnOptionsStyle</FONT></FONT><FONT size=2>(</FONT><FONT size=2><FONT size=2>UINT</FONT></FONT><FONT size=2> </FONT><FONT size=2><FONT size=2>ID)</FONT></FONT></FONT></DIV><DIV><FONT size=2>{</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; ...</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; XTPOffice2007Images()-&gt;SetHandle(hModule, strIniFile));</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; GetCommandBars()-&gt;GetPaintManager()-&gt;RefreshMetrics();<BR>&nbsp;&nbsp;&nbsp; GetCommandBars()-&gt;RecalcFrameLayout();</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; </FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; m_paneManager.GetPaintManager()-&gt;RefreshMetrics();</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; // Tab control is correctly updated!</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; m_wndTab.GetPaintManager()-&gt;SetColor(xtpTabColorOffice2007);<BR>&nbsp;&nbsp;&nbsp; m_wndTab.Invalidate();</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; <strong>// Report control is not updated until clicked!</strong></FONT></DIV><DIV><FONT size=2><strong>&nbsp;&nbsp;&nbsp;&nbsp; </strong>if (m_paneReport.GetSafeHwnd())<BR>&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_paneReport.GetPaintManager()-&gt;SetColumnStyle(<strong>xtpReportColumnOffice2007</strong>);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_paneReport.<strong>Invalidate</strong>();</FONT><FONT size=2><BR>&nbsp;&nbsp;&nbsp; }<BR></DIV></FONT><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; m_paneManager.RedrawPanes();</FONT></DIV><DIV><FONT size=2>&nbsp;&nbsp;&nbsp; SendMessage(WM_NCPAINT);<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; RedrawWindow(0, 0, RDW_ALLCHILDREN | RDW_INVALIDATE);</DIV></FONT><DIV><FONT size=2>}</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>XTP 13. Vista Pro.</FONT></DIV>]]>
   </description>
   <pubDate>Wed, 11 Mar 2009 19:14:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13364&amp;PID=46532&amp;title=update-all-2007themed-controls#46532</guid>
  </item> 
  <item>
   <title><![CDATA[Update ALL 2007-themed controls : Hi,  Most easy way to update...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13364&amp;PID=45744&amp;title=update-all-2007themed-controls#45744</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13364<br /><strong>Posted:</strong> 23 February 2009 at 3:27am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Most easy way to update colors is to set 2007 theme again for each control.</DIV>]]>
   </description>
   <pubDate>Mon, 23 Feb 2009 03:27:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13364&amp;PID=45744&amp;title=update-all-2007themed-controls#45744</guid>
  </item> 
  <item>
   <title><![CDATA[Update ALL 2007-themed controls : You&amp;#039;re not following me here....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13364&amp;PID=45736&amp;title=update-all-2007themed-controls#45736</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 13364<br /><strong>Posted:</strong> 22 February 2009 at 4:39pm<br /><br />You're not following me here. All my controls are CXTP. I have an SDI-ribbon application with all four Office 2007-colors (like in your sample). The problem is that my pane managers and its panes (<strong>CXTP</strong>ReportControl etc) are not updated when I change the color theme (Blue, Aqua, Black or Silver).]]>
   </description>
   <pubDate>Sun, 22 Feb 2009 16:39:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13364&amp;PID=45736&amp;title=update-all-2007themed-controls#45736</guid>
  </item> 
  <item>
   <title><![CDATA[Update ALL 2007-themed controls : Hi, You have to change controls...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13364&amp;PID=45636&amp;title=update-all-2007themed-controls#45636</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13364<br /><strong>Posted:</strong> 19 February 2009 at 12:00pm<br /><br /><P>Hi,</P><DIV>You have to change controls to CXTP version then.</DIV>]]>
   </description>
   <pubDate>Thu, 19 Feb 2009 12:00:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13364&amp;PID=45636&amp;title=update-all-2007themed-controls#45636</guid>
  </item> 
  <item>
   <title><![CDATA[Update ALL 2007-themed controls : I&amp;#039;m talking about the ribbon-colors...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13364&amp;PID=45629&amp;title=update-all-2007themed-controls#45629</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 13364<br /><strong>Posted:</strong> 19 February 2009 at 9:07am<br /><br />I'm talking about the ribbon-colors here. Not using the SkinFramework for that...]]>
   </description>
   <pubDate>Thu, 19 Feb 2009 09:07:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13364&amp;PID=45629&amp;title=update-all-2007themed-controls#45629</guid>
  </item> 
  <item>
   <title><![CDATA[Update ALL 2007-themed controls : Hi, Automatically change theme...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13364&amp;PID=45615&amp;title=update-all-2007themed-controls#45615</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13364<br /><strong>Posted:</strong> 19 February 2009 at 2:56am<br /><br />Hi,<DIV>Automatically change theme you can do only with SkinFramework. Without you have manually replace classes to CXTP versions and change themes.</DIV>]]>
   </description>
   <pubDate>Thu, 19 Feb 2009 02:56:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13364&amp;PID=45615&amp;title=update-all-2007themed-controls#45615</guid>
  </item> 
  <item>
   <title><![CDATA[Update ALL 2007-themed controls : I know one of the samples does...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13364&amp;PID=45588&amp;title=update-all-2007themed-controls#45588</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 13364<br /><strong>Posted:</strong> 18 February 2009 at 6:27am<br /><br /><P>I know one of the samples does this, but it's not a complete solution. Any ideas on how to do this optimally?</P>]]>
   </description>
   <pubDate>Wed, 18 Feb 2009 06:27:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13364&amp;PID=45588&amp;title=update-all-2007themed-controls#45588</guid>
  </item> 
  <item>
   <title><![CDATA[Update ALL 2007-themed controls : XTP 12.1.1. This has been bugging...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13364&amp;PID=45219&amp;title=update-all-2007themed-controls#45219</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 13364<br /><strong>Posted:</strong> 09 February 2009 at 10:03am<br /><br /><P>XTP 12.1.1.</P><DIV>This has been bugging me for a long time.</DIV><DIV>&nbsp;</DIV><DIV><strong>Q: After switching Office 2007-theme, exactly what do you need to do to make all controls get the new colors? Please provide some pseudo code :)</strong></DIV><DIV>&nbsp;</DIV><DIV>I remember I called some "Redraw all children" function, but that didn't work for certain panes etc. Then I removed all code, and it worked... until I switched to Vista and upgrade from XTP 11.2.2...</DIV>]]>
   </description>
   <pubDate>Mon, 09 Feb 2009 10:03:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13364&amp;PID=45219&amp;title=update-all-2007themed-controls#45219</guid>
  </item> 
 </channel>
</rss>