<?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 : Problem when reloading docked panes (ReportCtrl)</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Problem when reloading docked panes (ReportCtrl)]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 00:26:37 +0000</pubDate>
  <lastBuildDate>Wed, 08 Apr 2009 04:27:38 +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=13944</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[Problem when reloading docked panes (ReportCtrl) : Hi Oleg, Thanks for the reply.  I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13944&amp;PID=47674&amp;title=problem-when-reloading-docked-panes-reportctrl#47674</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5129">timc4662</a><br /><strong>Subject:</strong> 13944<br /><strong>Posted:</strong> 08 April 2009 at 4:27am<br /><br /><P>Hi Oleg,</P><DIV>Thanks for the reply.</DIV><DIV>&nbsp;</DIV><DIV>I thought that you would say that and I have tried it but am still having problems. When I resize the application, the tabs of the docked windows are visible behind the messed up view. Note that this only happens when I dock one pane on top of another. Interestingly, when I click the tab of the hidden&nbsp;docked pane (i.e. to make it come to the front) the application redraws fine. When I close the app and restart, the same problem.</DIV><DIV>&nbsp;</DIV><DIV>I can try and post an example if this will help?</DIV><DIV>&nbsp;</DIV><DIV>Tim.</DIV>]]>
   </description>
   <pubDate>Wed, 08 Apr 2009 04:27:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13944&amp;PID=47674&amp;title=problem-when-reloading-docked-panes-reportctrl#47674</guid>
  </item> 
  <item>
   <title><![CDATA[Problem when reloading docked panes (ReportCtrl) : Hi,  Yes you need clip styles...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13944&amp;PID=47668&amp;title=problem-when-reloading-docked-panes-reportctrl#47668</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13944<br /><strong>Posted:</strong> 08 April 2009 at 12:57am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Yes you need clip styles for your MinaFrame and View</DIV><DIV>&nbsp;</DIV><DIV>BOOL CMainFrame::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( !CFrameWnd::PreCreateWindow(cs) )<BR>&nbsp;&nbsp;return FALSE;</DIV><DIV>&nbsp;cs.style |= WS_CLIPCHILDREN|WS_CLIPSIBLINGS;</DIV><DIV>&nbsp;return TRUE;<BR>}</DIV><DIV>&nbsp;</DIV><DIV>...</DIV>]]>
   </description>
   <pubDate>Wed, 08 Apr 2009 00:57:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13944&amp;PID=47668&amp;title=problem-when-reloading-docked-panes-reportctrl#47668</guid>
  </item> 
  <item>
   <title><![CDATA[Problem when reloading docked panes (ReportCtrl) : Hello, I have searched for the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13944&amp;PID=47647&amp;title=problem-when-reloading-docked-panes-reportctrl#47647</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5129">timc4662</a><br /><strong>Subject:</strong> 13944<br /><strong>Posted:</strong> 07 April 2009 at 5:32am<br /><br />Hello, I have searched for the answer for this and cannot find it on the forum. It seems to be another CLIP_SIBLINGS|CHILDREN issue, but I believe that I have them in the correct place.<DIV>&nbsp;</DIV><DIV>I have lots of report ctrls within docking panels. All is OK the first time it is loaded, however when I dock the panels and restart the application I get a weird effect. The main view appears to be drawn over the whole application but you can see the actual panels hidden behind it. Any ideas? When I put a breakpoint on the OnSize in the main view I get nothing when resizing the application which is strange.</DIV><DIV>&nbsp;</DIV><DIV>Here are some images showing the problem:</DIV><DIV>&nbsp;</DIV><DIV><img src="http://forum.codejock.com/uploads/20090407_052855_image1.jpg" border="0"></DIV><DIV>&nbsp;</DIV><DIV><img src="http://forum.codejock.com/uploads/20090407_052954_image2.jpg" border="0"></DIV><DIV>&nbsp;</DIV><DIV><img src="http://forum.codejock.com/uploads/20090407_053035_image3.jpg" border="0"></DIV>]]>
   </description>
   <pubDate>Tue, 07 Apr 2009 05:32:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13944&amp;PID=47647&amp;title=problem-when-reloading-docked-panes-reportctrl#47647</guid>
  </item> 
 </channel>
</rss>