<?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 : Dockingpanes rpaint problem in Autohide</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Dockingpanes rpaint problem in Autohide]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 07:01:59 +0000</pubDate>
  <lastBuildDate>Mon, 20 Sep 2004 07:05:22 +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=1184</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[Dockingpanes rpaint problem in Autohide : Thanks a lot for your help. It...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1184&amp;PID=3177&amp;title=dockingpanes-rpaint-problem-in-autohide#3177</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=736">stanimir</a><br /><strong>Subject:</strong> 1184<br /><strong>Posted:</strong> 20 September 2004 at 7:05am<br /><br />Thanks a lot for your help. It works ok now. I actually saw the same recommendation in another post and tried it but without success because i did not put the code on the right place.]]>
   </description>
   <pubDate>Mon, 20 Sep 2004 07:05:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1184&amp;PID=3177&amp;title=dockingpanes-rpaint-problem-in-autohide#3177</guid>
  </item> 
  <item>
   <title><![CDATA[Dockingpanes rpaint problem in Autohide : Add clip styles to your view: BOOL...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1184&amp;PID=3175&amp;title=dockingpanes-rpaint-problem-in-autohide#3175</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1184<br /><strong>Posted:</strong> 20 September 2004 at 3:40am<br /><br /><P>Add clip styles to your view:</P><P>BOOL CMDIPanesView::PreCreateWindow(CREATESTRUCT&amp; cs)<BR>{<BR>&nbsp;cs.style |= WS_CLIPCHILDREN|WS_CLIPSIBLINGS;</P><P>&nbsp;return CView::PreCreateWindow(cs);<BR>}</P>]]>
   </description>
   <pubDate>Mon, 20 Sep 2004 03:40:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1184&amp;PID=3175&amp;title=dockingpanes-rpaint-problem-in-autohide#3175</guid>
  </item> 
  <item>
   <title><![CDATA[Dockingpanes rpaint problem in Autohide : void CMDIPanesView::OnTimer(UINT...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1184&amp;PID=3169&amp;title=dockingpanes-rpaint-problem-in-autohide#3169</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=711">xred</a><br /><strong>Subject:</strong> 1184<br /><strong>Posted:</strong> 17 September 2004 at 11:13pm<br /><br /><P>void CMDIPanesView::OnTimer(UINT nIDEvent) <BR>{<BR>&nbsp;// TODO: Add your message handler code here and/or call default<BR>&nbsp;m_color = RGB(rand()%255, rand()%255, rand()%255);<BR>&nbsp;<BR>&nbsp;<FONT color=#ff0000>Invalidate(false);</FONT><BR>}</P><span style="font-size:10px"><br /><br />Edited by xred</span>]]>
   </description>
   <pubDate>Fri, 17 Sep 2004 23:13:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1184&amp;PID=3169&amp;title=dockingpanes-rpaint-problem-in-autohide#3169</guid>
  </item> 
  <item>
   <title><![CDATA[Dockingpanes rpaint problem in Autohide : Hello guys. When I have some kind...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1184&amp;PID=3153&amp;title=dockingpanes-rpaint-problem-in-autohide#3153</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=736">stanimir</a><br /><strong>Subject:</strong> 1184<br /><strong>Posted:</strong> 17 September 2004 at 1:58am<br /><br />Hello guys. When I have some kind of painting which regularly change in a MDI window (like simple colorful rectangles) and a docking pane attached to this window in auto hide mode I get the following results:<br />At the moment when the pane expands (shows) by pressing the tab button the colored rectangles are drawn straight trough the pane and scrabbles it. The pane is not redrawn until it doesn't hide. Attached modified one of the original samples <br /><a target="_blank" href="uploads/stanimir/2004-09-17_015404_MDIPanes.zip" target="_blank">2004-09-17_015404_MDIPanes.zip</a><br />Please help me to fix this problem?]]>
   </description>
   <pubDate>Fri, 17 Sep 2004 01:58:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1184&amp;PID=3153&amp;title=dockingpanes-rpaint-problem-in-autohide#3153</guid>
  </item> 
 </channel>
</rss>