<?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 : CXTPDockingPane set size ???</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : CXTPDockingPane set size ???]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 02:59:13 +0000</pubDate>
  <lastBuildDate>Thu, 20 Oct 2005 11:34:45 +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=3025</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[CXTPDockingPane set size ??? : Hi Oleg!  I managed to save...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3025&amp;PID=9158&amp;title=cxtpdockingpane-set-size#9158</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=633">hpesata</a><br /><strong>Subject:</strong> 3025<br /><strong>Posted:</strong> 20 October 2005 at 11:34am<br /><br />Hi Oleg!<br><br>I managed to save the initaia state for every pane and now I am tryingto recreate them all from scratch, to restore my initial pane-display.I am using DestroyWindow() on every pane-window, call&nbsp;DestroyAll() on the dockingpanemanager and afterwards create all panesagain. I realized, that I dont receive an docking-pane notifications(XTPWM_DOCKINGPANE_NOTIFY) after doing all this, so my pane-windowsdont get recreated/attached... are there any additional calls I have touse (Recalclayout, SyncPaneState, RedrawPanes) ?<br><br>thanx in advance!<br><br>regards,<br>Hans<br><br>]]>
   </description>
   <pubDate>Thu, 20 Oct 2005 11:34:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3025&amp;PID=9158&amp;title=cxtpdockingpane-set-size#9158</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPDockingPane set size ??? : Hi, So call DestroyPane and call...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3025&amp;PID=9074&amp;title=cxtpdockingpane-set-size#9074</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3025<br /><strong>Posted:</strong> 17 October 2005 at 6:17am<br /><br /><P>Hi,</P><P>So call DestroyPane and call Createpane for each pane you need to reset.</P>]]>
   </description>
   <pubDate>Mon, 17 Oct 2005 06:17:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3025&amp;PID=9074&amp;title=cxtpdockingpane-set-size#9074</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPDockingPane set size ??? : Hi!  thanx for your reply!  our...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3025&amp;PID=9070&amp;title=cxtpdockingpane-set-size#9070</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=633">hpesata</a><br /><strong>Subject:</strong> 3025<br /><strong>Posted:</strong> 17 October 2005 at 2:59am<br /><br />Hi!<br><br>thanx for your reply!<br><br>our panes lie in seperate MFC extension Dlls and get created duringloading/initialization of the Dll os I cant destroy/create everythingnew. I managed to restore the initial pane docking state and the panesalso resize to their initial size, without setting a new size ?<br>I dont understand why they do this, maybe you have a suggestion ?<br><br>regards,<br>Hans<br><br>]]>
   </description>
   <pubDate>Mon, 17 Oct 2005 02:59:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3025&amp;PID=9070&amp;title=cxtpdockingpane-set-size#9070</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPDockingPane set size ??? : Suggest you call  DestoryAll()...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3025&amp;PID=9042&amp;title=cxtpdockingpane-set-size#9042</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3025<br /><strong>Posted:</strong> 14 October 2005 at 2:01am<br /><br /><P>Suggest you call </P><P>DestoryAll() and repeat all methods to create panes from OnCreate method.</P>]]>
   </description>
   <pubDate>Fri, 14 Oct 2005 02:01:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3025&amp;PID=9042&amp;title=cxtpdockingpane-set-size#9042</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPDockingPane set size ??? : Hi!  XTP 9.70  we are using...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3025&amp;PID=9027&amp;title=cxtpdockingpane-set-size#9027</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=633">hpesata</a><br /><strong>Subject:</strong> 3025<br /><strong>Posted:</strong> 13 October 2005 at 3:32am<br /><br />Hi!<br><br>XTP 9.70<br><br>we are using 3 panes with our frame-window and I would like toimplement a feature, to restore a default view of my frame-window andthe panes.<br><br>I am saving the initla size/docking-state of the panes and<br>I am using DockPane() to reestablish the docking-state but how can I set<br>the default size of a pane ?<br><br>SetWindowRect() is protected so I cant call this function.<br><br>any help with this would be greatly appreciated,<br>thanx in advance!<br><br>regards,<br>Hans<br><br>]]>
   </description>
   <pubDate>Thu, 13 Oct 2005 03:32:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3025&amp;PID=9027&amp;title=cxtpdockingpane-set-size#9027</guid>
  </item> 
 </channel>
</rss>