<?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 : Auto-hide pane display bad when the view refresh</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Auto-hide pane display bad when the view refresh]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 08:22:18 +0000</pubDate>
  <lastBuildDate>Tue, 12 Jul 2011 16:00:46 +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=15725</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[Auto-hide pane display bad when the view refresh : I was having an analog problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15725&amp;PID=65232&amp;title=autohide-pane-display-bad-when-the-view-refresh#65232</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2517">jpnascim</a><br /><strong>Subject:</strong> 15725<br /><strong>Posted:</strong> 12 July 2011 at 4:00pm<br /><br />I was having an analog problem with my application. And the solution provided above solved it.<br><br>Just to describe the problem:<br><br>The application has a central view area which is constantly updated (openGL) surrounded by 3 docking panes (left, right and bottom). When these panels are hidden, everything is updated normally and the central view resizes itself accordingly. As soon as user hovers the mouse over the tabs of the hidden panes and a docking pane slides back to show itself, it is draw incorrectly as if "under" the central view area and flickering.<br><br>Thanks,<br><br>João Pedro<br>]]>
   </description>
   <pubDate>Tue, 12 Jul 2011 16:00:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15725&amp;PID=65232&amp;title=autohide-pane-display-bad-when-the-view-refresh#65232</guid>
  </item> 
  <item>
   <title><![CDATA[Auto-hide pane display bad when the view refresh : Yes! It works!Thanks very much! ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15725&amp;PID=55239&amp;title=autohide-pane-display-bad-when-the-view-refresh#55239</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5650">guanbin</a><br /><strong>Subject:</strong> 15725<br /><strong>Posted:</strong> 27 November 2009 at 10:27pm<br /><br />Yes! It works!<br>Thanks very much!<br>]]>
   </description>
   <pubDate>Fri, 27 Nov 2009 22:27:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15725&amp;PID=55239&amp;title=autohide-pane-display-bad-when-the-view-refresh#55239</guid>
  </item> 
  <item>
   <title><![CDATA[Auto-hide pane display bad when the view refresh : Hi,  Add Clip styles for your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15725&amp;PID=55206&amp;title=autohide-pane-display-bad-when-the-view-refresh#55206</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 15725<br /><strong>Posted:</strong> 27 November 2009 at 1:57am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Add Clip styles for your FRame and View. Something like</DIV><DIV>&nbsp;</DIV><DIV><BR>BOOL CChildFrame::PreCreateWindow(CREATESTRUCT&amp; cs)<BR>{<BR>&nbsp;// TODO: Modify the Window class or styles here by modifying<BR>&nbsp;//&nbsp; the CREATESTRUCT cs</DIV><DIV>&nbsp;if( !CMDIChildWnd::PreCreateWindow(cs) )<BR>&nbsp;&nbsp;return FALSE;</DIV><DIV>&nbsp;cs.style |= WS_CLIPCHILDREN|WS_CLIPSIBLINGS;</DIV><DIV>&nbsp;return TRUE;<BR>}<BR></DIV>]]>
   </description>
   <pubDate>Fri, 27 Nov 2009 01:57:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15725&amp;PID=55206&amp;title=autohide-pane-display-bad-when-the-view-refresh#55206</guid>
  </item> 
  <item>
   <title><![CDATA[Auto-hide pane display bad when the view refresh : When the mouse move to the tab...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15725&amp;PID=55190&amp;title=autohide-pane-display-bad-when-the-view-refresh#55190</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5650">guanbin</a><br /><strong>Subject:</strong> 15725<br /><strong>Posted:</strong> 26 November 2009 at 3:49am<br /><br />When the mouse move to the tab of a auto-hide pane, the auto-hide pane displayed very good.<br><br><img src="uploads/20091126_034405_before_view_ref.bmp" height="292" width="520" border="0"><br><br>and the&nbsp; the view window refreshed, it seems that some part of the auto-hide pane was replaced.<br>And it looks bad....<br><br><img src="uploads/20091126_034656_after_view_refr.JPG" height="312" width="309" border="0"><br><br>How to prevent this to happen? Any advices are appreciated!<br>Thanks!<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; guanbin 2009.11.26<br><br><br><br><br>]]>
   </description>
   <pubDate>Thu, 26 Nov 2009 03:49:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15725&amp;PID=55190&amp;title=autohide-pane-display-bad-when-the-view-refresh#55190</guid>
  </item> 
 </channel>
</rss>