<?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 : LoadSaveFromString issue</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : LoadSaveFromString issue]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 12:54:03 +0000</pubDate>
  <lastBuildDate>Thu, 27 Apr 2006 21:53:13 +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=4076</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[LoadSaveFromString issue : Well thanks, we figured it out...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4076&amp;PID=12487&amp;title=loadsavefromstring-issue#12487</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1932">LittleJK</a><br /><strong>Subject:</strong> 4076<br /><strong>Posted:</strong> 27 April 2006 at 9:53pm<br /><br />Well thanks, we figured it out that we had to do a&nbsp;.showpane in the commandbar excute because we&nbsp;had it as&nbsp;PaneFields.Closed = Not PaneFields.Closed to keep it not shown until we click on an option to bring it back.]]>
   </description>
   <pubDate>Thu, 27 Apr 2006 21:53:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4076&amp;PID=12487&amp;title=loadsavefromstring-issue#12487</guid>
  </item> 
  <item>
   <title><![CDATA[LoadSaveFromString issue : I see .Closed = True.Options...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4076&amp;PID=12485&amp;title=loadsavefromstring-issue#12485</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4076<br /><strong>Posted:</strong> 27 April 2006 at 7:52pm<br /><br /><P>I see</P><P>.Closed = True<BR>.Options = PaneNoFloatable Or PaneNoDockable<BR></P><P>may be these lines problem. because pane must be or PaneNoFloatable&nbsp; or PaneNoDockable. try to comment them.</P>]]>
   </description>
   <pubDate>Thu, 27 Apr 2006 19:52:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4076&amp;PID=12485&amp;title=loadsavefromstring-issue#12485</guid>
  </item> 
  <item>
   <title><![CDATA[LoadSaveFromString issue : Are you sure ID_PANE_OPTIONS not...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4076&amp;PID=12484&amp;title=loadsavefromstring-issue#12484</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4076<br /><strong>Posted:</strong> 27 April 2006 at 7:49pm<br /><br /><P>Are you sure ID_PANE_OPTIONS not equal ID_PANE_FIELDS?</P><P>Use debug.Print to check if this constants are different.</P>]]>
   </description>
   <pubDate>Thu, 27 Apr 2006 19:49:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4076&amp;PID=12484&amp;title=loadsavefromstring-issue#12484</guid>
  </item> 
  <item>
   <title><![CDATA[LoadSaveFromString issue : Does anyone have any ideas on...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4076&amp;PID=12483&amp;title=loadsavefromstring-issue#12483</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1932">LittleJK</a><br /><strong>Subject:</strong> 4076<br /><strong>Posted:</strong> 27 April 2006 at 5:40pm<br /><br /><P>Does anyone have any ideas on how this is happening?&nbsp;We are trying to save the docking panes into a string to put on a db... and then using the LoadSaveFormString but it adds both pictureboxes to one pane. There should be two panes one on the right and left side.&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P><IMG src="uploads/LittleJK/2006-04-27_173527_problem.gif" border="0"></P><P>&nbsp;</P><P>The code we are using is this:</P><P>With Me.DockingPaneManager<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .VisualTheme = ThemeExplorer<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Options.CaptionDirection = PaneCaptionHorizontal<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Options.LockSplitters = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PaintManager.SplitterSize = 2<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PanelPaintManager.Appearance = xtpTabAppearanceFlat<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .PanelPaintManager.Layout = xtpTabLayoutFixed</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set PaneOptions = .CreatePane(ID_PANE_OPTIONS, 241, Int(Me.Height / 15), DockLeftOf)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With PaneOptions<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; .Title = "Search Options..."<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; .MaxTrackSize.Width = 241<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; .Options = PaneNoFloatable Or PaneNoDockable<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set PaneFields = .CreatePane(ID_PANE_FIELDS, 115, Int(Me.Height / 15), DockRightOf)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With PaneFields<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; .Title = "Field Chooser"<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; .MaxTrackSize.Width = 115<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; .Closed = True<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; .Options = PaneNoFloatable Or PaneNoDockable<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With</P><P> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; Set rs = objWOODLOCH.sel_codejock(curuser.lUserid, Me.Name, .Name)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; If rs.RecordCount &gt; 0 Then .LoadStateFromString (rs.Fields("s_config"))<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; rs.Close<BR>&nbsp;&nbsp;&nbsp; End With<BR></P><P>but if we comment out the last lines about setting string to the DB we get the orignial</P><P><IMG src="uploads/LittleJK/2006-04-27_174005_orig.gif" border="0"></P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 27 Apr 2006 17:40:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4076&amp;PID=12483&amp;title=loadsavefromstring-issue#12483</guid>
  </item> 
 </channel>
</rss>