<?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 : Redraw Problem with Docking Pane</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Redraw Problem with Docking Pane]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 18:43:44 +0000</pubDate>
  <lastBuildDate>Thu, 14 Aug 2003 07:15:31 +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=123</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[Redraw Problem with Docking Pane : OK it&amp;#039;s fixed. I use a splitter...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=123&amp;PID=269&amp;title=redraw-problem-with-docking-pane#269</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=97">douglashogan</a><br /><strong>Subject:</strong> 123<br /><strong>Posted:</strong> 14 August 2003 at 7:15am<br /><br /><P>OK it's fixed.</P><P>I use a splitter window in the SDI mainframe. This needs the styles mentioned above in the call to CreateStatic ();</P>]]>
   </description>
   <pubDate>Thu, 14 Aug 2003 07:15:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=123&amp;PID=269&amp;title=redraw-problem-with-docking-pane#269</guid>
  </item> 
  <item>
   <title><![CDATA[Redraw Problem with Docking Pane : Try to add clip styles to all...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=123&amp;PID=255&amp;title=redraw-problem-with-docking-pane#255</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 123<br /><strong>Posted:</strong> 10 August 2003 at 4:34am<br /><br />Try to add clip styles to all child windows, if it no helps send me executable (or cutted sources) to <A href="mailto:oleg@codejock.com" target="_blank">oleg@codejock.com</A>]]>
   </description>
   <pubDate>Sun, 10 Aug 2003 04:34:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=123&amp;PID=255&amp;title=redraw-problem-with-docking-pane#255</guid>
  </item> 
  <item>
   <title><![CDATA[Redraw Problem with Docking Pane : Tried it before and it doesn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=123&amp;PID=253&amp;title=redraw-problem-with-docking-pane#253</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=97">douglashogan</a><br /><strong>Subject:</strong> 123<br /><strong>Posted:</strong> 09 August 2003 at 6:27am<br /><br /><P>Tried it before and it doesn't work. </P><P>Any window that is obscured by an expanded pinnable window, will draw in the client area of the pinnable window before it retracts. My tree control embedded in a pinnable window selects different windows behind the pinnable window. As these windows are shown and redrawn, they overwrite the pinnable window's tree control. This is before the focus has shifted from the tree control and the pinnable window retracts. I can send an executable with the behaviour. </P>]]>
   </description>
   <pubDate>Sat, 09 Aug 2003 06:27:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=123&amp;PID=253&amp;title=redraw-problem-with-docking-pane#253</guid>
  </item> 
  <item>
   <title><![CDATA[Redraw Problem with Docking Pane : try to add this code: BOOL CM...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=123&amp;PID=249&amp;title=redraw-problem-with-docking-pane#249</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 123<br /><strong>Posted:</strong> 09 August 2003 at 1:08am<br /><br /><P>try to add this code:</P><P>BOOL CMainFrame::PreCreateWindow(CREATESTRUCT&amp; cs)<BR>{<BR>&nbsp;if( !CFrameWnd::PreCreateWindow(cs) )<BR>&nbsp;&nbsp;return FALSE;<BR></P><P>&nbsp;cs.style |= WS_CLIPCHILDREN|WS_CLIPSIBLINGS;</P><P>&nbsp;return TRUE;<BR>}</P>]]>
   </description>
   <pubDate>Sat, 09 Aug 2003 01:08:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=123&amp;PID=249&amp;title=redraw-problem-with-docking-pane#249</guid>
  </item> 
  <item>
   <title><![CDATA[Redraw Problem with Docking Pane : I use a pinnable docking pane...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=123&amp;PID=246&amp;title=redraw-problem-with-docking-pane#246</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=97">douglashogan</a><br /><strong>Subject:</strong> 123<br /><strong>Posted:</strong> 08 August 2003 at 4:36am<br /><br /><P>I use a pinnable docking pane with a tree control inside it to navigate my workspace. Selecting different items on the tree shows and hides views in the SDI workspace area. If the workspace bar is unpinned then when I show a window in the SDI workspace area with CWnd::ShowWindow (SW_SHOW), the windows is displayed over the docking window. This is before the&nbsp;workspace window has retracted. </P><P>Is this a drawing clipping problem?</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 08 Aug 2003 04:36:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=123&amp;PID=246&amp;title=redraw-problem-with-docking-pane#246</guid>
  </item> 
 </channel>
</rss>