<?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 : Serialize individual command bars</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Serialize individual command bars]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 16:03:18 +0000</pubDate>
  <lastBuildDate>Tue, 06 Mar 2007 03:39:49 +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=6547</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[Serialize individual command bars : hello Oleg, Thanks for your reply. Here...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6547&amp;PID=20925&amp;title=serialize-individual-command-bars#20925</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2133">venkyhyd</a><br /><strong>Subject:</strong> 6547<br /><strong>Posted:</strong> 06 March 2007 at 3:39am<br /><br /><P>hello Oleg,</P><P>Thanks for your reply.</P><P>Here we have a situation where we are creating a tabbed toolbar on click of file new. Now in this tabbed toolbar we place some buttons. And when we select Add &amp; Remove options and select hide/show (check or uncheck) in the popup bar. Now we want to retain the state of the Tabbed Toolbar and its controls&nbsp;wrt previous state.</P><P>Hope you got our requirement.</P><P>thnks&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 06 Mar 2007 03:39:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6547&amp;PID=20925&amp;title=serialize-individual-command-bars#20925</guid>
  </item> 
  <item>
   <title><![CDATA[Serialize individual command bars : You can&amp;#039;t serialize only...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6547&amp;PID=20923&amp;title=serialize-individual-command-bars#20923</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6547<br /><strong>Posted:</strong> 06 March 2007 at 1:45am<br /><br />You can't serialize only one toolbar's controls. I can't understand why you need this. Make another toolbars not&nbsp;customizable if you don't want to save/restore all states.]]>
   </description>
   <pubDate>Tue, 06 Mar 2007 01:45:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6547&amp;PID=20923&amp;title=serialize-individual-command-bars#20923</guid>
  </item> 
  <item>
   <title><![CDATA[Serialize individual command bars : Hello    Any Suggestions........]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6547&amp;PID=20920&amp;title=serialize-individual-command-bars#20920</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2133">venkyhyd</a><br /><strong>Subject:</strong> 6547<br /><strong>Posted:</strong> 06 March 2007 at 12:33am<br /><br />Hello <DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Any Suggestions.....</DIV>]]>
   </description>
   <pubDate>Tue, 06 Mar 2007 00:33:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6547&amp;PID=20920&amp;title=serialize-individual-command-bars#20920</guid>
  </item> 
  <item>
   <title><![CDATA[Serialize individual command bars : Hello  I am able to do this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6547&amp;PID=20883&amp;title=serialize-individual-command-bars#20883</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2133">venkyhyd</a><br /><strong>Subject:</strong> 6547<br /><strong>Posted:</strong> 05 March 2007 at 1:17am<br /><br />Hello<DIV>&nbsp;</DIV><DIV>I am able to do this by deriving a class from <FONT size=2>CXTPTabToolBar</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>and by calling the statements would serialize the tabbed toolbar dockstate.</FONT></DIV><DIV><FONT size=2>CXTPPropExchangeXMLNode px(FALSE, 0, _T("IconPaletteSettings"));</DIV><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2> (px.OnBeforeExchange()) </P><P>{</FONT><FONT color=#008000 size=2>// Save Current Dock Location:</P></FONT><FONT size=2><P>CXTPPropExchangeSection pxIconPalette(px.GetSection(_T("IconPalette")));</P><P></FONT><FONT color=#0000ff size=2>this</FONT><FONT size=2>-&gt;GetCommandBars()-&gt;DoPropExchange(&amp;pxIconPalette);</P><DIV><FONT size=2><P>px.SaveToFile("C:\\TESTFILE.xml");</P><DIV></FONT>}</DIV></DIV><DIV>&nbsp;</DIV><DIV>This would serialize the Tabbed Toolbar dock state but now I would like to serialize the contorls state (hidden / showed) present in the Tabbed Toolbar. Any Suggestion on serializing individual or group of controls present on the Toolbar of each Tab in tabbed Toolbar.</FONT></DIV>]]>
   </description>
   <pubDate>Mon, 05 Mar 2007 01:17:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6547&amp;PID=20883&amp;title=serialize-individual-command-bars#20883</guid>
  </item> 
  <item>
   <title><![CDATA[Serialize individual command bars : Hi,  Sorry, there is no way....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6547&amp;PID=20868&amp;title=serialize-individual-command-bars#20868</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6547<br /><strong>Posted:</strong> 04 March 2007 at 3:59am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Sorry, there is no way. </DIV><DIV>Why?</DIV>]]>
   </description>
   <pubDate>Sun, 04 Mar 2007 03:59:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6547&amp;PID=20868&amp;title=serialize-individual-command-bars#20868</guid>
  </item> 
  <item>
   <title><![CDATA[Serialize individual command bars : Hello Can Anyone suggest on this........]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6547&amp;PID=20859&amp;title=serialize-individual-command-bars#20859</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2133">venkyhyd</a><br /><strong>Subject:</strong> 6547<br /><strong>Posted:</strong> 03 March 2007 at 2:15am<br /><br />Hello Can Anyone suggest on this.....]]>
   </description>
   <pubDate>Sat, 03 Mar 2007 02:15:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6547&amp;PID=20859&amp;title=serialize-individual-command-bars#20859</guid>
  </item> 
  <item>
   <title><![CDATA[Serialize individual command bars : Hello,  I have a Tabbed Toolbar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6547&amp;PID=20848&amp;title=serialize-individual-command-bars#20848</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2133">venkyhyd</a><br /><strong>Subject:</strong> 6547<br /><strong>Posted:</strong> 02 March 2007 at 6:46am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>I have a Tabbed Toolbar in my application I would like to serialize the Tabbed Toolbar states (docking position and all) into .xml/.ini file. How can I serialize individual commandbars (like Tabbed Toolbars)? here the customization option for the tabbed toolbar is set to false.</DIV><DIV>&nbsp;</DIV><DIV>But by using:</DIV><DIV>&nbsp;</DIV><FONT size=2><P>CXTPPropExchangeXMLNode px(FALSE, 0, _T("Settings"));</P><P></FONT><FONT color=#0000ff size=2>if</FONT><FONT size=2> (px.OnBeforeExchange()) </P><P>{</P><P>CXTPPropExchangeSection pxCommandBars(px.GetSection(_T("CommandBars")));</P><P>XTP_COMMANDBARS_PROPEXCHANGE_PARAM param; param.bSerializeControls = TRUE; param.bSaveOriginalControls = FALSE;</P><DIV>GetCommandBars()-&gt;DoPropExchange(&amp;pxCommandBars, &amp;param);</DIV><DIV>-</DIV><DIV>-</DIV><DIV>}</DIV><DIV></DIV>would serliazie all the commandbars into same .xml file but here i want to serialize only one Tabbed Toolbar into different .xml file. Pls suggest<DIV></DIV><DIV></DIV>thnks</FONT>]]>
   </description>
   <pubDate>Fri, 02 Mar 2007 06:46:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6547&amp;PID=20848&amp;title=serialize-individual-command-bars#20848</guid>
  </item> 
 </channel>
</rss>