<?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 : HOWTO: Use CXTPDockingPaneLayout::SaveToNode?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : HOWTO: Use CXTPDockingPaneLayout::SaveToNode?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 06 Jun 2026 16:55:39 +0000</pubDate>
  <lastBuildDate>Tue, 10 Sep 2013 17:29:21 +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=19267</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[HOWTO: Use CXTPDockingPaneLayout::SaveToNode? : Don&amp;#039;t know if this helps...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19267&amp;PID=71594&amp;title=howto-use-cxtpdockingpanelayoutsavetonode#71594</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 19267<br /><strong>Posted:</strong> 10 September 2013 at 5:29pm<br /><br />Don't know if this helps but we save docking pane layouts to our own xml document. We use something like this:<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; const TCHAR _xtRootSection&#091;&#093; = _T("DockingPaneLayouts");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CXTPPropExchangeXMLNode px(FALSE, 0, _xtRootSection);<br><br>.<br>.<br>.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; px.LoadFromFile(LPCTSTR(CustomizationFileName));<br>.<br>.<br>.<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CXTPPropExchangeSection pxSection(px.GetSection(LPCTSTR(strLayout)));<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; layout.DoPropExchange(&amp;pxSection);<br><br>The "strLayout" is there because we are an MDI application and we have different document types and even different environments (UI layout - ribbon, qat, panes etc.) for each document type. That is, it is just a different node in our xml document.<br><br>"layout" is CXTPDockingPaneLayout object we get from the pane manager.<br><br>I have not stepped thru the CJ code. It might make its way to the SaveToNode API you mention.<br><br>]]>
   </description>
   <pubDate>Tue, 10 Sep 2013 17:29:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19267&amp;PID=71594&amp;title=howto-use-cxtpdockingpanelayoutsavetonode#71594</guid>
  </item> 
  <item>
   <title><![CDATA[HOWTO: Use CXTPDockingPaneLayout::SaveToNode? : No!Neither from support nor from...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19267&amp;PID=71224&amp;title=howto-use-cxtpdockingpanelayoutsavetonode#71224</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 19267<br /><strong>Posted:</strong> 26 June 2013 at 11:32pm<br /><br />No!<br>Neither from support nor from any forum member...<br>]]>
   </description>
   <pubDate>Wed, 26 Jun 2013 23:32:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19267&amp;PID=71224&amp;title=howto-use-cxtpdockingpanelayoutsavetonode#71224</guid>
  </item> 
  <item>
   <title><![CDATA[HOWTO: Use CXTPDockingPaneLayout::SaveToNode? : Hi I&amp;#039;m also interested to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19267&amp;PID=71215&amp;title=howto-use-cxtpdockingpanelayoutsavetonode#71215</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8117">altair</a><br /><strong>Subject:</strong> 19267<br /><strong>Posted:</strong> 26 June 2013 at 2:10am<br /><br />Hi I'm also interested to know this. Any answers so far?]]>
   </description>
   <pubDate>Wed, 26 Jun 2013 02:10:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19267&amp;PID=71215&amp;title=howto-use-cxtpdockingpanelayoutsavetonode#71215</guid>
  </item> 
  <item>
   <title><![CDATA[HOWTO: Use CXTPDockingPaneLayout::SaveToNode? :   Any sample?I don&amp;#039;t know...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19267&amp;PID=67042&amp;title=howto-use-cxtpdockingpanelayoutsavetonode#67042</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 19267<br /><strong>Posted:</strong> 05 December 2011 at 6:34pm<br /><br />Any sample?<br>I don't know how to get the 'Node' parameter.<br>I want to use this function to store the layout to a distinct child node of an XML file!<br>]]>
   </description>
   <pubDate>Mon, 05 Dec 2011 18:34:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19267&amp;PID=67042&amp;title=howto-use-cxtpdockingpanelayoutsavetonode#67042</guid>
  </item> 
 </channel>
</rss>