<?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 : Problems loading pane layout</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Problems loading pane layout]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 23 Apr 2026 14:08:20 +0000</pubDate>
  <lastBuildDate>Thu, 01 Jun 2006 08:50:45 +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=4319</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[Problems loading pane layout : Hi, Code looks ok... problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4319&amp;PID=13285&amp;title=problems-loading-pane-layout#13285</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4319<br /><strong>Posted:</strong> 01 June 2006 at 8:50am<br /><br /><P>Hi,</P><P>Code looks ok... problem somewhere else.</P>]]>
   </description>
   <pubDate>Thu, 01 Jun 2006 08:50:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4319&amp;PID=13285&amp;title=problems-loading-pane-layout#13285</guid>
  </item> 
  <item>
   <title><![CDATA[Problems loading pane layout : The following is some code that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4319&amp;PID=13277&amp;title=problems-loading-pane-layout#13277</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=877">bsharifi</a><br /><strong>Subject:</strong> 4319<br /><strong>Posted:</strong> 31 May 2006 at 6:50pm<br /><br /><P>The following is some code that demonstrates how we are saving and loading the pane layout to a file.&nbsp; We are running into an issue while loading.&nbsp; The panes load and appear in the correct locations.&nbsp; However, if we save a layout that has all the panes floating, and then load, the application does not respond to left mouse clicks except on the docking pane&nbsp;manager's frame window (which is inside an MDI Child Frame).&nbsp; All other MDI child frames don't respond to mouse clicks until a mouse click occurs within the docking pane manager frame window.&nbsp; Can you please see whether there is something wrong with the following code?</P><P>Thank you,<BR>Beaux</P><P>&nbsp; //<BR>&nbsp; // Save code.<BR>&nbsp; //<BR>&nbsp; CString strLayout;<BR>&nbsp; CXTPPropExchangeXMLNode px( FALSE, 0, STR_XML_SETUP );<BR>&nbsp; if (px.OnBeforeExchange())<BR>&nbsp; {<BR>&nbsp;&nbsp;&nbsp; CXTPPropExchangeSection pxDockingPane( px.GetSection(STR_XML_DOCKING_LAYOUT) );<BR>&nbsp;&nbsp;&nbsp; Imp()-&gt;paneManager.DoPropExchange( &amp;pxDockingPane );<BR>&nbsp;&nbsp;&nbsp; strLayout = px.GetXML();<BR>&nbsp;&nbsp;&nbsp; // Save strLayout to file<BR>&nbsp; }</P><P>&nbsp; //<BR>&nbsp; // Load code.<BR>&nbsp; //<BR>&nbsp; CString strLayout<BR>&nbsp; CXTPPropExchangeXMLNode px( TRUE, 0, STR_XML_SETUP );<BR>&nbsp; if (px.LoadFromString( strLayout ))<BR>&nbsp; {<BR>&nbsp;&nbsp;&nbsp; px.SetLoading( TRUE );<BR>&nbsp;&nbsp;&nbsp; CXTPPropExchangeSection pxDockingPane( px.GetSection(STR_XML_DOCKING_LAYOUT) );<BR>&nbsp;&nbsp;&nbsp; Imp()-&gt;paneManager.DoPropExchange( &amp;pxDockingPane );<BR>&nbsp; }</P>]]>
   </description>
   <pubDate>Wed, 31 May 2006 18:50:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4319&amp;PID=13277&amp;title=problems-loading-pane-layout#13277</guid>
  </item> 
 </channel>
</rss>