<?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 : Where&#039;s Docking Panes&#039; position/visibility stored?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Where&#039;s Docking Panes&#039; position/visibility stored?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 18:03:40 +0000</pubDate>
  <lastBuildDate>Mon, 28 Jan 2008 07:05:08 +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=9077</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[Where&#039;s Docking Panes&#039; position/visibility stored? : Seriously, check our samples. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9077&amp;PID=30550&amp;title=wheres-docking-panes-position-visibility-stored#30550</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9077<br /><strong>Posted:</strong> 28 January 2008 at 7:05am<br /><br />Seriously, check our samples.]]>
   </description>
   <pubDate>Mon, 28 Jan 2008 07:05:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9077&amp;PID=30550&amp;title=wheres-docking-panes-position-visibility-stored#30550</guid>
  </item> 
  <item>
   <title><![CDATA[Where&#039;s Docking Panes&#039; position/visibility stored? : Hi I do not need to attach panes....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9077&amp;PID=30545&amp;title=wheres-docking-panes-position-visibility-stored#30545</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1735">Shajeer</a><br /><strong>Subject:</strong> 9077<br /><strong>Posted:</strong> 28 January 2008 at 5:59am<br /><br /><P>Hi</P><DIV></DIV>I do not need to attach panes. I want all the panes to be separtely shown.I am&nbsp;using <FONT size=2>CXTPDockingPaneManager to show the different views with panes.</FONT><FONT size=2>CXTPDockingPaneManager's CreatePane function has been used to create all the panes. <DIV>&nbsp;</DIV><DIV><DIV></DIV>Thanks</DIV><DIV></DIV>Shajeer</FONT>]]>
   </description>
   <pubDate>Mon, 28 Jan 2008 05:59:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9077&amp;PID=30545&amp;title=wheres-docking-panes-position-visibility-stored#30545</guid>
  </item> 
  <item>
   <title><![CDATA[Where&#039;s Docking Panes&#039; position/visibility stored? : Hi, You have attach panes in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9077&amp;PID=30541&amp;title=wheres-docking-panes-position-visibility-stored#30541</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9077<br /><strong>Posted:</strong> 28 January 2008 at 5:15am<br /><br />Hi,<DIV>You have attach panes in Notify handler. See any sample from DockingPane folder.</DIV>]]>
   </description>
   <pubDate>Mon, 28 Jan 2008 05:15:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9077&amp;PID=30541&amp;title=wheres-docking-panes-position-visibility-stored#30541</guid>
  </item> 
  <item>
   <title><![CDATA[Where&#039;s Docking Panes&#039; position/visibility stored? : Hi  To save://In CMainFrame:...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9077&amp;PID=30532&amp;title=wheres-docking-panes-position-visibility-stored#30532</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1735">Shajeer</a><br /><strong>Subject:</strong> 9077<br /><strong>Posted:</strong> 28 January 2008 at 1:03am<br /><br />Hi<DIV><DIV>To save://In CMainFrame::OnDestroy</DIV><DIV>&nbsp;<SPAN =highlight>CXTPDockingPaneLayout</SPAN> layout(&amp;m_paneManager);<BR>&nbsp;m_paneManager.GetLayout(&amp;layout);<BR>&nbsp;layout.Save(_T("NormalLayout"));</DIV><DIV>&nbsp;</DIV><DIV>To load://In CMainFrame::<FONT size=2>OnCreate</FONT>&nbsp;</DIV><DIV>&nbsp;<SPAN =highlight>CXTPDockingPaneLayout</SPAN> layout(&amp;m_paneManager);<BR>&nbsp;if (layout.Load(_T("NormalLayout"))) <BR>&nbsp;{<BR>&nbsp;&nbsp;m_paneManager.SetLayout(&amp;layout);<BR>&nbsp;}</DIV><DIV>I am doing the above to save the postion and load it while relaunching.</DIV><DIV>But when I try to relaunch, the position has been loaded correctly but the </DIV><DIV>pane contents are blank. </DIV><DIV>Kindly advice to solve this issue.</DIV><DIV>Thanks</DIV><DIV>Shajeer</DIV></DIV>]]>
   </description>
   <pubDate>Mon, 28 Jan 2008 01:03:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9077&amp;PID=30532&amp;title=wheres-docking-panes-position-visibility-stored#30532</guid>
  </item> 
  <item>
   <title><![CDATA[Where&#039;s Docking Panes&#039; position/visibility stored? : Yes. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9077&amp;PID=29466&amp;title=wheres-docking-panes-position-visibility-stored#29466</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9077<br /><strong>Posted:</strong> 14 December 2007 at 2:58pm<br /><br />Yes.]]>
   </description>
   <pubDate>Fri, 14 Dec 2007 14:58:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9077&amp;PID=29466&amp;title=wheres-docking-panes-position-visibility-stored#29466</guid>
  </item> 
  <item>
   <title><![CDATA[Where&#039;s Docking Panes&#039; position/visibility stored? : Thanks!  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9077&amp;PID=29391&amp;title=wheres-docking-panes-position-visibility-stored#29391</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3579">bob0110</a><br /><strong>Subject:</strong> 9077<br /><strong>Posted:</strong> 12 December 2007 at 3:59pm<br /><br />Thanks!]]>
   </description>
   <pubDate>Wed, 12 Dec 2007 15:59:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9077&amp;PID=29391&amp;title=wheres-docking-panes-position-visibility-stored#29391</guid>
  </item> 
  <item>
   <title><![CDATA[Where&#039;s Docking Panes&#039; position/visibility stored? : Yup, that was it. Is that information...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9077&amp;PID=29390&amp;title=wheres-docking-panes-position-visibility-stored#29390</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3579">bob0110</a><br /><strong>Subject:</strong> 9077<br /><strong>Posted:</strong> 12 December 2007 at 3:53pm<br /><br />Yup, that was it. Is that information stored in the registry or somewhere else?]]>
   </description>
   <pubDate>Wed, 12 Dec 2007 15:53:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9077&amp;PID=29390&amp;title=wheres-docking-panes-position-visibility-stored#29390</guid>
  </item> 
  <item>
   <title><![CDATA[Where&#039;s Docking Panes&#039; position/visibility stored? : Almost all our samples are save/restore...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9077&amp;PID=29367&amp;title=wheres-docking-panes-position-visibility-stored#29367</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9077<br /><strong>Posted:</strong> 12 December 2007 at 1:33am<br /><br /><P>Almost all our samples are save/restore position of Panes. </P><DIV>To save:</DIV><DIV>&nbsp;CXTPDockingPaneLayout layout(&amp;m_paneManager);<BR>&nbsp;m_paneManager.GetLayout(&amp;layout);<BR>&nbsp;layout.Save(_T("NormalLayout"));</DIV><DIV>&nbsp;</DIV><DIV>To load:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;CXTPDockingPaneLayout layout(&amp;m_paneManager);<BR>&nbsp;if (layout.Load(_T("NormalLayout"))) <BR>&nbsp;{<BR>&nbsp;&nbsp;m_paneManager.SetLayout(&amp;layout);<BR>&nbsp;}</DIV><DIV><BR>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 12 Dec 2007 01:33:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9077&amp;PID=29367&amp;title=wheres-docking-panes-position-visibility-stored#29367</guid>
  </item> 
  <item>
   <title><![CDATA[Where&#039;s Docking Panes&#039; position/visibility stored? : And how can I reset that information...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9077&amp;PID=29364&amp;title=wheres-docking-panes-position-visibility-stored#29364</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3579">bob0110</a><br /><strong>Subject:</strong> 9077<br /><strong>Posted:</strong> 11 December 2007 at 9:16pm<br /><br />And how can I reset that information for my application. Spent all day trying to figure it out&nbsp;<img src="http://forum.codejock.com/smileys/smiley19.gif" border="0" align="absmiddle"><br>Thanks!!!<br>]]>
   </description>
   <pubDate>Tue, 11 Dec 2007 21:16:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9077&amp;PID=29364&amp;title=wheres-docking-panes-position-visibility-stored#29364</guid>
  </item> 
 </channel>
</rss>