<?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 : Panes Layout Load/Save new Pane</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Panes Layout Load/Save new Pane]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 04:36:42 +0000</pubDate>
  <lastBuildDate>Tue, 06 Jul 2004 07:22:19 +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=891</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[Panes Layout Load/Save new Pane : ..or even better, clean up the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=891&amp;PID=2437&amp;title=panes-layout-load-save-new-pane#2437</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=101">rvoith</a><br /><strong>Subject:</strong> 891<br /><strong>Posted:</strong> 06 July 2004 at 7:22am<br /><br />..or even better, clean up the old PanelLayout structure in registry, at program launch. You need a version identifier somewhere which control to delete or not. I prefer this vs. creating "PanelLayout_v2" to&nbsp;avoid cluttering the registry too much ...]]>
   </description>
   <pubDate>Tue, 06 Jul 2004 07:22:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=891&amp;PID=2437&amp;title=panes-layout-load-save-new-pane#2437</guid>
  </item> 
  <item>
   <title><![CDATA[Panes Layout Load/Save new Pane : This is a commone &amp;#034;problem&amp;#034;....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=891&amp;PID=2361&amp;title=panes-layout-load-save-new-pane#2361</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=15">spike</a><br /><strong>Subject:</strong> 891<br /><strong>Posted:</strong> 27 June 2004 at 4:39pm<br /><br />This is a commone "problem". In the event that you add a new Pane to your applicaiton you need to change the name of your "PaneLayout" to like "PanelLayout_v2", "v3", "v4" etc.]]>
   </description>
   <pubDate>Sun, 27 Jun 2004 16:39:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=891&amp;PID=2361&amp;title=panes-layout-load-save-new-pane#2361</guid>
  </item> 
  <item>
   <title><![CDATA[Panes Layout Load/Save new Pane : More Info  GetDockingPaneMan...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=891&amp;PID=2346&amp;title=panes-layout-load-save-new-pane#2346</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 891<br /><strong>Posted:</strong> 25 June 2004 at 4:59am<br /><br />More Info<br><br>GetDockingPaneManager()-&gt;CreatePane(IDC_PANE1, CRect(0,0,200,300), dockBottomOf, NULL);<br>GetDockingPaneManager()-&gt;CreatePane(IDC_PANE2, CRect(0,0,200,300), dockBottomOf, NULL);<br><br>//&nbsp; here GetDockingPaneManager()-&gt;CreatePane(IDC_PANE3, CRect(0,0,200,300), dockBottomOf, NULL);<br><br>&nbsp;m_pDefaultLayout = GetDockingPaneManager()-&gt;CreateLayout();<br>GetDockingPaneManager()-&gt;GetLayout(m_pDefaultLayout);<br><br> m_pPaneLayout = GetDockingPaneManager()-&gt;CreateLayout();<br>if (m_pPaneLayout-&gt;Load(_T("PaneLayout")))<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; GetDockingPaneManager()-&gt;SetLayout(m_pPaneLayout);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp; else<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; GetDockingPaneManager()-&gt;GetLayout(m_pPaneLayout);<br><br>--------------------------<br>Run one.<br>remove comments.<br>After SetLayout, the IDC_PANE3 are destroyd.<br><br>&nbsp;&nbsp;&nbsp; Jimmy<br><br>]]>
   </description>
   <pubDate>Fri, 25 Jun 2004 04:59:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=891&amp;PID=2346&amp;title=panes-layout-load-save-new-pane#2346</guid>
  </item> 
  <item>
   <title><![CDATA[Panes Layout Load/Save new Pane : Hello,  i have a program with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=891&amp;PID=2345&amp;title=panes-layout-load-save-new-pane#2345</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 891<br /><strong>Posted:</strong> 25 June 2004 at 4:40am<br /><br />Hello,<br><br>i have a program with panes.<br>With layout load/save i load/save the pane configuration.<br>After i add a new pane and call layout load/setlayout, the new pane will be destroy.<br>Why ?<br>i think correct is, hide the pane.<br><br>&nbsp; Jimmy<br>]]>
   </description>
   <pubDate>Fri, 25 Jun 2004 04:40:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=891&amp;PID=2345&amp;title=panes-layout-load-save-new-pane#2345</guid>
  </item> 
 </channel>
</rss>