<?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 : Docking Pane Overdrawn.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Docking Pane Overdrawn.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 19:27:36 +0000</pubDate>
  <lastBuildDate>Wed, 07 May 2008 18:46:49 +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=10526</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[Docking Pane Overdrawn. : You say &amp;#034;a paint DC,&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10526&amp;PID=34887&amp;title=docking-pane-overdrawn#34887</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3717">Smucker</a><br /><strong>Subject:</strong> 10526<br /><strong>Posted:</strong> 07 May 2008 at 6:46pm<br /><br />You say "a paint DC," are you sure it's the one for the window you're painting; i.e.:<br><br><b><font face="Courier New, Courier, mono" size="2">void CMyWnd::OnPaint()<br>{<br>&nbsp;&nbsp;&nbsp; CPaintDC dc(this);<br>&nbsp;&nbsp;&nbsp; //etc//<br>}<br></font></b>]]>
   </description>
   <pubDate>Wed, 07 May 2008 18:46:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10526&amp;PID=34887&amp;title=docking-pane-overdrawn#34887</guid>
  </item> 
  <item>
   <title><![CDATA[Docking Pane Overdrawn. : Does your frame window use a splitter...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10526&amp;PID=34867&amp;title=docking-pane-overdrawn#34867</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=669">markr</a><br /><strong>Subject:</strong> 10526<br /><strong>Posted:</strong> 07 May 2008 at 11:06am<br /><br />Does your frame window use a splitter window, by any chance?]]>
   </description>
   <pubDate>Wed, 07 May 2008 11:06:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10526&amp;PID=34867&amp;title=docking-pane-overdrawn#34867</guid>
  </item> 
  <item>
   <title><![CDATA[Docking Pane Overdrawn. : Hi,Thanks for the fast reply!...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10526&amp;PID=34838&amp;title=docking-pane-overdrawn#34838</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4077">wnolan</a><br /><strong>Subject:</strong> 10526<br /><strong>Posted:</strong> 07 May 2008 at 4:48am<br /><br />Hi,<br><br>Thanks for the fast reply!&nbsp;&nbsp; <br><br>The CWnd Objects that sit in my pane, are created with the WS_CLIPCHILDREN and WS_CLIPSIBLINGS styles.&nbsp;&nbsp; However this doesn't seem to change anything.&nbsp;&nbsp; The Docking pane frames themselves are created with these Styles (In the DockingPaneManager I think) but they too are still getting overdrawn.<br><br>The painting is done in OnPaint using a PaintDC.&nbsp;&nbsp; However it is all refreshed by a function in the Mainframe that calls RedrawWindow for the view.<br><br>]]>
   </description>
   <pubDate>Wed, 07 May 2008 04:48:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10526&amp;PID=34838&amp;title=docking-pane-overdrawn#34838</guid>
  </item> 
  <item>
   <title><![CDATA[Docking Pane Overdrawn. :  1) Need WS_CLIPCHILDREN too!2)...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10526&amp;PID=34807&amp;title=docking-pane-overdrawn#34807</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3717">Smucker</a><br /><strong>Subject:</strong> 10526<br /><strong>Posted:</strong> 06 May 2008 at 12:01pm<br /><br />1) Need WS_CLIPCHILDREN too!<br><br>2) Be sure you're only painting in OnPaint() or OnDraw(), and using the provided HDC/CDC.<br><br>]]>
   </description>
   <pubDate>Tue, 06 May 2008 12:01:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10526&amp;PID=34807&amp;title=docking-pane-overdrawn#34807</guid>
  </item> 
  <item>
   <title><![CDATA[Docking Pane Overdrawn. : Hey,I seem to be having problems...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10526&amp;PID=34805&amp;title=docking-pane-overdrawn#34805</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4077">wnolan</a><br /><strong>Subject:</strong> 10526<br /><strong>Posted:</strong> 06 May 2008 at 11:44am<br /><br />Hey,<br><br>I seem to be having problems where the view is drawing over a pane when its dynamically popped up (Unpinned).<br><br>Its an SDI application.&nbsp; The application's view receives refresh messages about once a second and repaints itself. <br><br>When I unpin the pane but have it visible, the main view draws over both the pane frame and the contents of the pane.&nbsp; I have created the contents of the pane with WS_CLIPSIBLINGS but that made any difference.<br><br>Any pointers?<br><br><br>]]>
   </description>
   <pubDate>Tue, 06 May 2008 11:44:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10526&amp;PID=34805&amp;title=docking-pane-overdrawn#34805</guid>
  </item> 
 </channel>
</rss>