<?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 : Bug in TaskPanel</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Bug in TaskPanel]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 13:49:19 +0000</pubDate>
  <lastBuildDate>Wed, 10 Oct 2007 14:45:37 +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=8001</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[Bug in TaskPanel : I use a task panel with panels...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8001&amp;PID=27186&amp;title=bug-in-taskpanel#27186</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3104">MacW</a><br /><strong>Subject:</strong> 8001<br /><strong>Posted:</strong> 10 October 2007 at 2:45pm<br /><br />I use a task panel with panels containing form views.<br><br>Even using the UpdateScrollBar() trick, I sometimes get the same redraw problems just by scrolling the task bar. If a panel becomes hidden in part by scrolling it out of the visible area, and then scrolling back, it sometimes contains rubbish.<br><br><br>]]>
   </description>
   <pubDate>Wed, 10 Oct 2007 14:45:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8001&amp;PID=27186&amp;title=bug-in-taskpanel#27186</guid>
  </item> 
  <item>
   <title><![CDATA[Bug in TaskPanel : Thanks Oleg, it works great.  Dmitry...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8001&amp;PID=25984&amp;title=bug-in-taskpanel#25984</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=854">Dmitry</a><br /><strong>Subject:</strong> 8001<br /><strong>Posted:</strong> 16 September 2007 at 11:35pm<br /><br />Thanks Oleg, it works great.<br /><br />Dmitry]]>
   </description>
   <pubDate>Sun, 16 Sep 2007 23:35:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8001&amp;PID=25984&amp;title=bug-in-taskpanel#25984</guid>
  </item> 
  <item>
   <title><![CDATA[Bug in TaskPanel : Hi,  As workaround create small...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8001&amp;PID=25903&amp;title=bug-in-taskpanel#25903</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8001<br /><strong>Posted:</strong> 15 September 2007 at 1:35am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>As workaround create small class that will redraw all child windows after expanding:</DIV><DIV>&nbsp;</DIV><DIV>class CControlsTaskPanel : public CXTPTaskPanel<BR>{<BR>&nbsp;virtual void UpdateScrollBar()<BR>&nbsp;{<BR>&nbsp;&nbsp;CXTPTaskPanel::UpdateScrollBar();<BR>&nbsp;&nbsp;RedrawWindow(0, 0, RDW_INVALIDATE | RDW_ALLCHILDREN);<BR>&nbsp;}<BR>};<BR></DIV><DIV>&nbsp;</DIV><DIV>and instead CXTPTaskPanel in declarations use CControlsTaskPanel.</DIV>]]>
   </description>
   <pubDate>Sat, 15 Sep 2007 01:35:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8001&amp;PID=25903&amp;title=bug-in-taskpanel#25903</guid>
  </item> 
  <item>
   <title><![CDATA[Bug in TaskPanel : PS: I&amp;#039;m using XTP 11.1.3...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8001&amp;PID=25853&amp;title=bug-in-taskpanel#25853</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=854">Dmitry</a><br /><strong>Subject:</strong> 8001<br /><strong>Posted:</strong> 14 September 2007 at 4:44am<br /><br />PS: I'm using XTP 11.1.3 with Visual Studio 2005.<br /><br />Dmitry.]]>
   </description>
   <pubDate>Fri, 14 Sep 2007 04:44:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8001&amp;PID=25853&amp;title=bug-in-taskpanel#25853</guid>
  </item> 
  <item>
   <title><![CDATA[Bug in TaskPanel : Hi,  There seems to be a bug in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8001&amp;PID=25852&amp;title=bug-in-taskpanel#25852</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=854">Dmitry</a><br /><strong>Subject:</strong> 8001<br /><strong>Posted:</strong> 14 September 2007 at 4:34am<br /><br />Hi,<br /><br />There seems to be a bug in using dialogs within TaskPanel groups. It can be reproduced using slightly modified TaskPanel sample.<br /><br />Attached is the modifications needed to TaskPanel sample to reproduce the problem. Override resource.h, TaskPanel.rc & SearchDlg.cpp and rebuild TaskPanel.sln. Then, run the sample and look at the search dialog.<br /><br /><a href="uploads/20070914_042400_TaskPanelBug.zip" target="_blank">20070914_042400_TaskPanelBug.zip</a><br /><br />The problem:<br /><br /><img src="uploads/20070914_042537_TaskPanelBug.PNG" border="0"><br /><br />The three groups with a dialog in each should look like the image on the left when expanded. When they are expanded from the top, they do (ie expand the top group, then centre, then the bottom.) However, when expanded from the bottom up, they look like the image on the right, ie the third group contains rubbish from the second group.<br /><br />As another way to reproduce the same problem - expand all groups from top to bottom (the picture will be correct), then collapse and expand the top group. The picture will be incorrect again.<br /><br />Could you please have a look at this ASAP?<br /><br />Regards,<br />Dmitry Jouravlev<br />]]>
   </description>
   <pubDate>Fri, 14 Sep 2007 04:34:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8001&amp;PID=25852&amp;title=bug-in-taskpanel#25852</guid>
  </item> 
 </channel>
</rss>