<?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 : Docking pane crash with MFC ...</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Docking pane crash with MFC ...]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 05:13:17 +0000</pubDate>
  <lastBuildDate>Tue, 23 Nov 2004 23:56:30 +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=1423</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[Docking pane crash with MFC ... : What version do you have? I don&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1423&amp;PID=4120&amp;title=docking-pane-crash-with-mfc#4120</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1423<br /><strong>Posted:</strong> 23 November 2004 at 11:56pm<br /><br /><P>What version do you have? I don't see any bugs/asserts</P><P>in the samlpe attched try to switch</P><P>from </P><P>m_paneManager.AttachPane(pPane, pChildPane);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</P><P>to</P><P>m_paneManager.AttachPane(pChildPane, pPane);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 23 Nov 2004 23:56:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1423&amp;PID=4120&amp;title=docking-pane-crash-with-mfc#4120</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane crash with MFC ... : 2004-11-23_025244_paneactions.rar Oleg, here...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1423&amp;PID=4109&amp;title=docking-pane-crash-with-mfc#4109</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=735">singulus</a><br /><strong>Subject:</strong> 1423<br /><strong>Posted:</strong> 23 November 2004 at 2:58am<br /><br /><P><A href="https://forum.codejock.com/uploads/singulus/2004-11-23_025244_paneacti&#111;ns.rar" target="_blank">2004-11-23_025244_paneactions.rar</A></P><P>Oleg,</P><P>&nbsp;here is a test project. Try executing the commands&nbsp;in the "My Actions" menu. The problem&nbsp;occurs&nbsp;when creating the third docking pane ! The example specifies a NULL neighbour to all the docking panes created. If I try to set the first docking pane as&nbsp;the neighbour of all the others the application asserts.&nbsp;</P><P>Thanks for your help</P>]]>
   </description>
   <pubDate>Tue, 23 Nov 2004 02:58:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1423&amp;PID=4109&amp;title=docking-pane-crash-with-mfc#4109</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane crash with MFC ... : I think it is error in your code. Im...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1423&amp;PID=4098&amp;title=docking-pane-crash-with-mfc#4098</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1423<br /><strong>Posted:</strong> 22 November 2004 at 11:06am<br /><br /><P>I think it is error in your code.</P><P>Im visual studio in some command event I added&nbsp;</P><P> m_paneManager.AttachPane(m_paneManager.FindPane(ID_VIEW_SOLU TIONEXPLORER),<BR>&nbsp;&nbsp;m_paneManager.FindPane(ID_VIEW_CLASSVIEW));</P><P>and it works.</P><P>&nbsp;</P><P>check may be you need to switch first and second parameter.</P><P>&nbsp;</P><P>You can create simple application, copy code from your programm and&nbsp;upload it here. I will find the error.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 22 Nov 2004 11:06:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1423&amp;PID=4098&amp;title=docking-pane-crash-with-mfc#4098</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane crash with MFC ... : Oleg, I tried to create it the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1423&amp;PID=4095&amp;title=docking-pane-crash-with-mfc#4095</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=735">singulus</a><br /><strong>Subject:</strong> 1423<br /><strong>Posted:</strong> 22 November 2004 at 6:38am<br /><br /><P><FONT size=2>Oleg,</FONT></P><P><FONT size=2>&nbsp;I tried to create it the way&nbsp;you said, but the result is still not the one expected! </FONT><FONT size=2>If I set the neighbour to NULL and then call 'AttachPane'&nbsp;the two panes&nbsp;are not being attached&nbsp;! Instead they seem to be just docked&nbsp;at one and the same side of the frame window.</FONT></P><P><FONT size=2>This&nbsp;behaviour confuses me. Since I have the pane created, why should I care whether&nbsp;it is visible or not?&nbsp;As a developper&nbsp;I don't need to&nbsp;know whether&nbsp;a particular window is visible&nbsp;in order&nbsp;to use it's methods (like SetWindowText for example)! </FONT></P><P><FONT size=2>&nbsp; Now is this a bug or the whole toolkit is based on this strange idea?</FONT></P><P><FONT size=2>&nbsp; My employer requires this feature&nbsp;but I can't think of a solution !!!</FONT></P><P><FONT size=2>&nbsp;So can this be fixed and when?</FONT></P>]]>
   </description>
   <pubDate>Mon, 22 Nov 2004 06:38:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1423&amp;PID=4095&amp;title=docking-pane-crash-with-mfc#4095</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane crash with MFC ... : You can attach it in any time,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1423&amp;PID=4064&amp;title=docking-pane-crash-with-mfc#4064</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1423<br /><strong>Posted:</strong> 19 November 2004 at 12:24am<br /><br /><P>You can attach it in any time, but you can't dock it left of _hidden pane_</P><P>so create it as </P><P>CXTPDockingPane* pPaneInfoView = m_paneManager.CreatePane(IDR_PANE_INFOVIEW, CRect(0, 0,200, 120), dockLeftOf, <strong>NULL</strong>); </P>]]>
   </description>
   <pubDate>Fri, 19 Nov 2004 00:24:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1423&amp;PID=4064&amp;title=docking-pane-crash-with-mfc#4064</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane crash with MFC ... : Yes, I know that  The problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1423&amp;PID=4042&amp;title=docking-pane-crash-with-mfc#4042</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=735">singulus</a><br /><strong>Subject:</strong> 1423<br /><strong>Posted:</strong> 18 November 2004 at 2:10am<br /><br /><P>Yes, I know that <IMG src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></P><P>The problem is that I need to use the docking pane the way I've described ! </P><P>Due to some application requirements I&nbsp;need to&nbsp;attach&nbsp;docking panes at runtime to a hidden one.</P><P>A new docking pane can be attached at any time during the application lifetime.</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 18 Nov 2004 02:10:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1423&amp;PID=4042&amp;title=docking-pane-crash-with-mfc#4042</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane crash with MFC ... : Hide the pane after the second...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1423&amp;PID=4035&amp;title=docking-pane-crash-with-mfc#4035</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1423<br /><strong>Posted:</strong> 17 November 2004 at 8:56am<br /><br />Hide the pane after the second pane is specified as its neighbor.]]>
   </description>
   <pubDate>Wed, 17 Nov 2004 08:56:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1423&amp;PID=4035&amp;title=docking-pane-crash-with-mfc#4035</guid>
  </item> 
  <item>
   <title><![CDATA[Docking pane crash with MFC ... : Hi, The problem occures when...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1423&amp;PID=4033&amp;title=docking-pane-crash-with-mfc#4033</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=735">singulus</a><br /><strong>Subject:</strong> 1423<br /><strong>Posted:</strong> 17 November 2004 at 8:27am<br /><br /><P>Hi,</P><P>&nbsp;&nbsp;The problem occures when I try to create a docking pane and specify another (hidden one) as its neigbour!<IMG src="http://forum.codejock.com/smileys/smiley5.gif" border="0"></P><P>Here is the code:</P><P>&nbsp;&nbsp;CXTPDockingPane* pPaneClassView =  m_paneManager.CreatePane(IDR_PANE_CLASSVIEW,&nbsp;&nbsp;&nbs p; CRect(0, 0,200, 120), dockLeftOf, NULL);<BR>&nbsp;if (pPaneClassView) {<BR>&nbsp;&nbsp; &nbsp;m_paneManager.HidePane(pPaneClassView);<BR>&nbsp;}</P><P>&nbsp;CXTPDockingPane* pPaneInfoView = m_paneManager.CreatePane(IDR_PANE_INFOVIEW, CRect(0, 0,200, 120), dockLeftOf, pPaneClassView); <FONT color=#ff0000>// this crashes the application !!!!</FONT><BR>&nbsp;&nbsp;if (pPaneInfoView ) {<BR>&nbsp;&nbsp;&nbsp;m_paneManager.AttachPane(pPaneInfoView , pPaneClassView );&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;}&nbsp;&nbsp;</P><P>Can this be fixed somehow?</P><P>Thanks</P>]]>
   </description>
   <pubDate>Wed, 17 Nov 2004 08:27:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1423&amp;PID=4033&amp;title=docking-pane-crash-with-mfc#4033</guid>
  </item> 
 </channel>
</rss>