<?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 : Controls  in the  Dockpane  disappeared</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Controls  in the  Dockpane  disappeared]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 03:12:30 +0000</pubDate>
  <lastBuildDate>Mon, 15 Feb 2010 17:08:00 +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=11029</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[Controls  in the  Dockpane  disappeared : Hi;How did you solve this? ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11029&amp;PID=56803&amp;title=controls-in-the-dockpane-disappeared#56803</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 11029<br /><strong>Posted:</strong> 15 February 2010 at 5:08pm<br /><br />Hi;<br><br>How did you solve this?<br>]]>
   </description>
   <pubDate>Mon, 15 Feb 2010 17:08:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11029&amp;PID=56803&amp;title=controls-in-the-dockpane-disappeared#56803</guid>
  </item> 
  <item>
   <title><![CDATA[Controls  in the  Dockpane  disappeared : HI,oleg I found the problem....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11029&amp;PID=36726&amp;title=controls-in-the-dockpane-disappeared#36726</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3885">deepstar</a><br /><strong>Subject:</strong> 11029<br /><strong>Posted:</strong> 13 June 2008 at 11:28pm<br /><br /><DIV>HI,oleg</DIV><DIV>I found the problem. it's&nbsp; the reason&nbsp;about my Dialog Template 's proptery , </DIV><DIV>Sorry for the trouble!</DIV><DIV>&nbsp;</DIV><DIV>thank you very much!</DIV>]]>
   </description>
   <pubDate>Fri, 13 Jun 2008 23:28:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11029&amp;PID=36726&amp;title=controls-in-the-dockpane-disappeared#36726</guid>
  </item> 
  <item>
   <title><![CDATA[Controls  in the  Dockpane  disappeared : hi. oleg&amp;#12288;this following...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11029&amp;PID=36725&amp;title=controls-in-the-dockpane-disappeared#36725</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3885">deepstar</a><br /><strong>Subject:</strong> 11029<br /><strong>Posted:</strong> 13 June 2008 at 10:52pm<br /><br />hi. oleg&#12288;<BR>this following code is in my CChildview ,and the CChildview is derived CWnd, however&nbsp; The problem is still unsolved<BR>BOOL CChildView::PreCreateWindow(CREATESTRUCT&amp; cs)<BR>{<BR>&nbsp;// TODO: Modify the Window class or styles here by modifying<BR>&nbsp;//&nbsp; the CREATESTRUCT cs<BR>&nbsp;if( !CWnd::PreCreateWindow(cs) )<BR>&nbsp; return FALSE;<BR>&nbsp;cs.style |= WS_CLIPCHILDREN|WS_CLIPSIBLINGS;<BR>&nbsp;return TRUE;<BR>}<DIV></DIV><DIV></DIV>this is normal pic<DIV><img src="https://forum.codejock.com/uploads/20080613_224722_Xtreme1.jpg" border="0"></DIV><DIV>mouse move on the autoHiden&nbsp; button </DIV><DIV><img src="https://forum.codejock.com/uploads/20080613_224927_Xtreme2.jpg" border="0"></DIV><DIV>&nbsp;</DIV><DIV>and move out </DIV><DIV><img src="https://forum.codejock.com/uploads/20080613_225026_Xtreme3.jpg" border="0"></DIV><DIV>&nbsp;</DIV><DIV>what is reason?</DIV><DIV>&nbsp;</DIV><DIV>thanks a lot</DIV><DIV>deepstar</DIV>]]>
   </description>
   <pubDate>Fri, 13 Jun 2008 22:52:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11029&amp;PID=36725&amp;title=controls-in-the-dockpane-disappeared#36725</guid>
  </item> 
  <item>
   <title><![CDATA[Controls  in the  Dockpane  disappeared : Hi, Also add WS_CLIPCHILDREN|WS_CLIPSIBLINGS...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11029&amp;PID=36715&amp;title=controls-in-the-dockpane-disappeared#36715</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11029<br /><strong>Posted:</strong> 13 June 2008 at 4:16pm<br /><br />Hi,<DIV>Also add WS_CLIPCHILDREN|WS_CLIPSIBLINGS&nbsp; for your main View.</DIV>]]>
   </description>
   <pubDate>Fri, 13 Jun 2008 16:16:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11029&amp;PID=36715&amp;title=controls-in-the-dockpane-disappeared#36715</guid>
  </item> 
  <item>
   <title><![CDATA[Controls  in the  Dockpane  disappeared : I have attached a CDialog as DockingPane...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11029&amp;PID=36690&amp;title=controls-in-the-dockpane-disappeared#36690</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3885">deepstar</a><br /><strong>Subject:</strong> 11029<br /><strong>Posted:</strong> 13 June 2008 at 12:52pm<br /><br /><P>I have attached a CDialog as DockingPane in my&nbsp; no-doc/view application,<BR>but when mouse move on the autoHide&nbsp; or close button of the pane, the all of controls in the CDialog are disappeared.<BR>otherwise . when i resizeing the pane ,the CDialog is flicker endlessly .<BR>some of code in the following <BR>=======================================<BR>BOOL CMainFrame::PreCreateWindow(CREATESTRUCT&amp; cs)<BR>{<BR>&nbsp;if( !CFrameWnd::PreCreateWindow(cs) )<BR>&nbsp;&nbsp;return FALSE;<BR>&nbsp;// TODO: Modify the Window class or styles here by modifying<BR>&nbsp;//&nbsp; the CREATESTRUCT cs</P><P><BR>&nbsp;cs.style |= WS_CLIPCHILDREN|WS_CLIPSIBLINGS;<BR>&nbsp;return TRUE;<BR>}</P><P><BR>CXTPOfficeBorder&lt;CReportFilesPane&gt;m_wndFiles; <BR>ps:&nbsp; CReportFilesPane is&nbsp; derived CDialog&nbsp; </P><P><BR>LRESULT CMainFrame::OnDockingPaneNotify(WPARAM wParam, LPARAM lParam)<BR>{<BR>&nbsp;.......<BR>&nbsp;if (m_wndFiles.GetSafeHwnd() == 0)<BR>&nbsp;{&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;m_wndFiles.Create(IDD_REPORT_FILESDLG,this);<BR>&nbsp;}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;pPane-&gt;Attach(&amp;m_wndFiles);<BR>&nbsp;.......</P><P>}</P><P>==================================<BR>i am not sure that&nbsp; is the problem about WS_CLIPCHILDREN and WS_CLIPSIBLINGS.&nbsp; so add the following code.<BR>but it's not any change.<BR>BOOL CReportFilesPane::PreCreateWindow(CREATESTRUCT&amp; cs)<BR>{</P><P>&nbsp;if( !CDialog::PreCreateWindow(cs) )<BR>&nbsp;&nbsp;return FALSE;<BR>&nbsp;cs.style = WS_CLIPCHILDREN|WS_CLIPSIBLINGS;</P><P>&nbsp;return TRUE;<BR>&nbsp;<BR>}</P><P><BR>how to does i.</P><P><BR>thanks <BR>deepstar<BR></P>]]>
   </description>
   <pubDate>Fri, 13 Jun 2008 12:52:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11029&amp;PID=36690&amp;title=controls-in-the-dockpane-disappeared#36690</guid>
  </item> 
 </channel>
</rss>