<?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 : TaskPanel: gradient pouring of group header</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : TaskPanel: gradient pouring of group header]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 15:30:22 +0000</pubDate>
  <lastBuildDate>Wed, 16 Jul 2008 09:52:03 +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=11454</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[TaskPanel: gradient pouring of group header : But how can I force updating group...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11454&amp;PID=38461&amp;title=taskpanel-gradient-pouring-of-group-header#38461</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4277">debugx</a><br /><strong>Subject:</strong> 11454<br /><strong>Posted:</strong> 16 July 2008 at 9:52am<br /><br />But how can I force updating group header height? I mean DrawGroupCaption function is called for the header height only one time when application is started. In all other cases this function is called for drawing only (parameter bDraw = true). I need to change group header height dinamically but how can I update this header so that new header was applied?<br>]]>
   </description>
   <pubDate>Wed, 16 Jul 2008 09:52:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11454&amp;PID=38461&amp;title=taskpanel-gradient-pouring-of-group-header#38461</guid>
  </item> 
  <item>
   <title><![CDATA[TaskPanel: gradient pouring of group header : I got it:pGroup-&amp;gt;GetTaskPan...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11454&amp;PID=38459&amp;title=taskpanel-gradient-pouring-of-group-header#38459</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4277">debugx</a><br /><strong>Subject:</strong> 11454<br /><strong>Posted:</strong> 16 July 2008 at 9:12am<br /><br />I got it:<br>pGroup-&gt;GetTaskPanel()-&gt;GetImageManager()-&gt;GetIconSet(iconIndex)-&gt;GetIcon(16)-&gt;Draw(pDC, CPoint(x, y));<br>]]>
   </description>
   <pubDate>Wed, 16 Jul 2008 09:12:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11454&amp;PID=38459&amp;title=taskpanel-gradient-pouring-of-group-header#38459</guid>
  </item> 
  <item>
   <title><![CDATA[TaskPanel: gradient pouring of group header : I overrided DrawGroupCaption and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11454&amp;PID=38456&amp;title=taskpanel-gradient-pouring-of-group-header#38456</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4277">debugx</a><br /><strong>Subject:</strong> 11454<br /><strong>Posted:</strong> 16 July 2008 at 7:48am<br /><br />I overrided DrawGroupCaption and it was helpful for me. But once I override this method the group icon is not displayed. I can retrive its index:<br>int CTaskPanelPaintManager::DrawGroupCaption(CDC* pDC, CXTPTaskPanelGroup* pGroup, BOOL bDraw)<br>{<br>&nbsp;&nbsp;&nbsp; //....<br>&nbsp;&nbsp;&nbsp; int iconIndex = pGroup-&gt;GetIconIndex();<br>&nbsp;&nbsp;&nbsp; //HICON groupIcon = <br>&nbsp;&nbsp;&nbsp; //pDC-&gt;DrawIcon(0, 0, groupIcon);<br>}<br>But how can I get the appropriate icon by index.<br>Thank you<br>]]>
   </description>
   <pubDate>Wed, 16 Jul 2008 07:48:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11454&amp;PID=38456&amp;title=taskpanel-gradient-pouring-of-group-header#38456</guid>
  </item> 
  <item>
   <title><![CDATA[TaskPanel: gradient pouring of group header : Him  You can try override CX...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11454&amp;PID=38414&amp;title=taskpanel-gradient-pouring-of-group-header#38414</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11454<br /><strong>Posted:</strong> 15 July 2008 at 3:48pm<br /><br />Him<DIV>&nbsp;</DIV><DIV>You can try override CXTPTaskPanelPaintManager::DrawGroupCaption</DIV>]]>
   </description>
   <pubDate>Tue, 15 Jul 2008 15:48:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11454&amp;PID=38414&amp;title=taskpanel-gradient-pouring-of-group-header#38414</guid>
  </item> 
  <item>
   <title><![CDATA[TaskPanel: gradient pouring of group header : Hello All,I created a simple SDI...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11454&amp;PID=38396&amp;title=taskpanel-gradient-pouring-of-group-header#38396</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4277">debugx</a><br /><strong>Subject:</strong> 11454<br /><strong>Posted:</strong> 15 July 2008 at 10:52am<br /><br />Hello All,<br>I created a simple SDI application added TaskPanel.<br>Now I want to fill both background of TaslPanel and Group header rect with gradient.<br>In regards to the background of TaskPanel I simply override FillTaskPanel function in my custom paint manager and fill it by gradient using my spec function.<br>But how can I fill group header the such way.<br>I tryed to override GetGroupColors() but it was not helpfull for me. <br>How can I resolve this trouble? How can I fill group header rect with two color where one color will be go to the other by gradient?<br>]]>
   </description>
   <pubDate>Tue, 15 Jul 2008 10:52:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11454&amp;PID=38396&amp;title=taskpanel-gradient-pouring-of-group-header#38396</guid>
  </item> 
 </channel>
</rss>