<?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 : Dynamic pane re-pin painting bug?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Dynamic pane re-pin painting bug?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 10:20:09 +0000</pubDate>
  <lastBuildDate>Thu, 17 Nov 2005 22:26:07 +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=3182</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[Dynamic pane re-pin painting bug? : I meet the same problem, so thanks...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3182&amp;PID=9668&amp;title=dynamic-pane-repin-painting-bug#9668</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=737">nicolnie</a><br /><strong>Subject:</strong> 3182<br /><strong>Posted:</strong> 17 November 2005 at 10:26pm<br /><br />I meet the same problem, so thanks to you.<IMG src="http://forum.codejock.com/smileys/smiley1.gif" border="0">]]>
   </description>
   <pubDate>Thu, 17 Nov 2005 22:26:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3182&amp;PID=9668&amp;title=dynamic-pane-repin-painting-bug#9668</guid>
  </item> 
  <item>
   <title><![CDATA[Dynamic pane re-pin painting bug? : Hi, Got exactly the same problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3182&amp;PID=9606&amp;title=dynamic-pane-repin-painting-bug#9606</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1309">simus</a><br /><strong>Subject:</strong> 3182<br /><strong>Posted:</strong> 14 November 2005 at 10:29am<br /><br /><P>Hi,</P><P>Got exactly the same problem and you solve it.</P><P>Many, many, many thanks to you</P>]]>
   </description>
   <pubDate>Mon, 14 Nov 2005 10:29:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3182&amp;PID=9606&amp;title=dynamic-pane-repin-painting-bug#9606</guid>
  </item> 
  <item>
   <title><![CDATA[Dynamic pane re-pin painting bug? : Okay I found out what was going...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3182&amp;PID=9508&amp;title=dynamic-pane-repin-painting-bug#9508</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1568">fishy</a><br /><strong>Subject:</strong> 3182<br /><strong>Posted:</strong> 08 November 2005 at 1:08pm<br /><br />Okay I found out what was going on.&nbsp; Since my view is (obviously fromthe screenshots) a CFormView, the dialog it contains also needs to havethe WS_CLIPCHILDREN and WS_CLIPSIBLINGS styles.&nbsp; When I added to those the CFormView's Dialog, everything worked fine.<br>]]>
   </description>
   <pubDate>Tue, 08 Nov 2005 13:08:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3182&amp;PID=9508&amp;title=dynamic-pane-repin-painting-bug#9508</guid>
  </item> 
  <item>
   <title><![CDATA[Dynamic pane re-pin painting bug? : Hey all, I am running into an...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3182&amp;PID=9503&amp;title=dynamic-pane-repin-painting-bug#9503</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1568">fishy</a><br /><strong>Subject:</strong> 3182<br /><strong>Posted:</strong> 08 November 2005 at 11:16am<br /><br />Hey all,<br>I am running into an issue that happens when a pane is docked and thenunpinned, then the user clicks on the tab that is created for the paneand pins it again.&nbsp; The problem is that as soon as the user clickson the pin button to repin the pane, a duplicate of the pane is drawnjust to the right of the pane itself.&nbsp; If you cause the window tobe repainted (resize it for example) then the "garbage pane" disappearsand all looks normal again.&nbsp;&nbsp; I have already tried addingWS_CLIPCHILDREN and WS_CLIPSIBLINGS to the frame and view - didn'thelp.&nbsp; The pane contains no control - I originally had a list boxin it but removed it just to make sure it wasn't causing the bug.&nbsp;I need some help here.<br><br>I took screenshots of the steps involved.<br><br>1.&nbsp; User clicks on the push pin to unpin the pane<br><img src="uploads/fishy/2005-11-08_110903_step1.jpg" border="0"><br><br>2.&nbsp; Unpin works great, user clicks tab<br><img src="uploads/fishy/2005-11-08_111046_step2.jpg" border="0"><br><br>3.&nbsp; Pane is unpinned correctly, user clicks the push pin to re-pin the pane<br><img src="uploads/fishy/2005-11-08_111211_step3.jpg" border="0"><br><br>4.&nbsp; Pane is re-pinned with the "garbage pane" painted over the view<br><img src="uploads/fishy/2005-11-08_111247_step4.jpg" border="0"><br>]]>
   </description>
   <pubDate>Tue, 08 Nov 2005 11:16:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3182&amp;PID=9503&amp;title=dynamic-pane-repin-painting-bug#9503</guid>
  </item> 
 </channel>
</rss>