<?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 : How can I create a custom taskpanel theme</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : How can I create a custom taskpanel theme]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 17:29:35 +0000</pubDate>
  <lastBuildDate>Wed, 08 Feb 2006 08:08:17 +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=3611</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[How can I create a custom taskpanel theme : Take a look at the source files...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3611&amp;PID=10873&amp;title=how-can-i-create-a-custom-taskpanel-theme#10873</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1770">Roger</a><br /><strong>Subject:</strong> 3611<br /><strong>Posted:</strong> 08 February 2006 at 8:08am<br /><br /><P>Take a look at the source files XTPTaskPanelPaintManager.h and XTPTaskPanelPaintManager.cpp to see how the existing taskpanel themes - e.g. <FONT size=2>CXTPTaskPanelOffice2003Theme - are derived from <FONT size=2>CXTPTaskPanelPaintManager, there are only a handful of methods that need to be implemented. I combined behaviours from the Office 2003 and Whidbey themes in a new class of my own which I derived from <FONT size=2>CXTPTaskPanelPaintManager.</FONT></FONT></FONT></P><P><FONT size=2>To use the new theme, use the SetCustomTheme() methods of the taskpanel instance rather than SetTheme().</FONT></P><P><FONT size=2>Hope that helps.</FONT></P><P><FONT size=2>Roger</FONT></P>]]>
   </description>
   <pubDate>Wed, 08 Feb 2006 08:08:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3611&amp;PID=10873&amp;title=how-can-i-create-a-custom-taskpanel-theme#10873</guid>
  </item> 
  <item>
   <title><![CDATA[How can I create a custom taskpanel theme : I&amp;#039;m in the process of trying...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3611&amp;PID=10862&amp;title=how-can-i-create-a-custom-taskpanel-theme#10862</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1775">Gary8</a><br /><strong>Subject:</strong> 3611<br /><strong>Posted:</strong> 07 February 2006 at 4:18pm<br /><br /><P>I'm in the process of trying to do the same thing. Would you be able to&nbsp;share some details of what is involved? I'm not experienced in MFC at all.</P><P>Gary</P>]]>
   </description>
   <pubDate>Tue, 07 Feb 2006 16:18:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3611&amp;PID=10862&amp;title=how-can-i-create-a-custom-taskpanel-theme#10862</guid>
  </item> 
  <item>
   <title><![CDATA[How can I create a custom taskpanel theme : Answering my own request but what...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3611&amp;PID=10848&amp;title=how-can-i-create-a-custom-taskpanel-theme#10848</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1770">Roger</a><br /><strong>Subject:</strong> 3611<br /><strong>Posted:</strong> 07 February 2006 at 10:39am<br /><br /><P>Answering my own request but what the heck - I've looked through the source code of the library and it's actually a lot easier to get to grips with than I expected. Actually very well designed.</P><P>I have my custom theme up and running perfectly now.</P><P>Roger</P>]]>
   </description>
   <pubDate>Tue, 07 Feb 2006 10:39:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3611&amp;PID=10848&amp;title=how-can-i-create-a-custom-taskpanel-theme#10848</guid>
  </item> 
  <item>
   <title><![CDATA[How can I create a custom taskpanel theme : Hi, I&amp;#039;d like to create a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3611&amp;PID=10839&amp;title=how-can-i-create-a-custom-taskpanel-theme#10839</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1770">Roger</a><br /><strong>Subject:</strong> 3611<br /><strong>Posted:</strong> 06 February 2006 at 3:35pm<br /><br /><P>Hi,</P><P>I'd like to create a CXTPTaskPanel theme, which is similar to Whidbey but has small changes like group highlights on mouse-over (like the Office2003 theme). Could someone just give me a quick nudge in the right direction? I am new to Xtreme Toolkit but am a very experienced C++/MFC developer, I just need a hint to get me looking at the right class(es) to inherit from etc.</P><P>Thanks in advance,</P><P>Roger</P>]]>
   </description>
   <pubDate>Mon, 06 Feb 2006 15:35:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3611&amp;PID=10839&amp;title=how-can-i-create-a-custom-taskpanel-theme#10839</guid>
  </item> 
 </channel>
</rss>