<?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 : Pane layout</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Pane layout]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 00:12:44 +0000</pubDate>
  <lastBuildDate>Mon, 19 Apr 2004 14:51:48 +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=338</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[Pane layout : Yes, this works great, thanks!...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=338&amp;PID=1676&amp;title=pane-layout#1676</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=235">Unormal</a><br /><strong>Subject:</strong> 338<br /><strong>Posted:</strong> 19 April 2004 at 2:51pm<br /><br />Yes, this works great, thanks! <IMG src="http://forum.codejock.com/smileys/smiley1.gif" border="0">]]>
   </description>
   <pubDate>Mon, 19 Apr 2004 14:51:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=338&amp;PID=1676&amp;title=pane-layout#1676</guid>
  </item> 
  <item>
   <title><![CDATA[Pane layout : Okay, I see hiding the client...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=338&amp;PID=1630&amp;title=pane-layout#1630</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=466">tmorris</a><br /><strong>Subject:</strong> 338<br /><strong>Posted:</strong> 14 April 2004 at 10:32pm<br /><br /><P>Okay, I see hiding the client area has been implemented by calling <FONT size=1>CXTPDockingPaneManager::HideClient(TRUE).&nbsp; Thanks for the fix!!!<IMG src="http://forum.codejock.com/smileys/smiley17.gif" border="0"></P></FONT>]]>
   </description>
   <pubDate>Wed, 14 Apr 2004 22:32:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=338&amp;PID=1630&amp;title=pane-layout#1630</guid>
  </item> 
  <item>
   <title><![CDATA[Pane layout : Has the ability to hide the client...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=338&amp;PID=1628&amp;title=pane-layout#1628</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=466">tmorris</a><br /><strong>Subject:</strong> 338<br /><strong>Posted:</strong> 14 April 2004 at 10:09pm<br /><br />Has the ability to hide the client area been implemented in 8.70?&nbsp; I'd like my docking panes to always fill the window.]]>
   </description>
   <pubDate>Wed, 14 Apr 2004 22:09:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=338&amp;PID=1628&amp;title=pane-layout#1628</guid>
  </item> 
  <item>
   <title><![CDATA[Pane layout : I believe this is the code in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=338&amp;PID=1115&amp;title=pane-layout#1115</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 338<br /><strong>Posted:</strong> 23 February 2004 at 1:41pm<br /><br />I believe this is the code in MFC, hopefully this code along with theActiveX version I posted before will help.&nbsp;&nbsp;&nbsp; <br><br>&nbsp;&nbsp;&nbsp; GetDockingPaneManager()-&gt;InstallDockingPanes(this);<br>&nbsp;&nbsp;  &nbsp;GetDockingPaneManager()-&gt;SetTheme(xtpPaneThemeOffic e);<br><br>&nbsp;&nbsp; &nbsp;// Create docking panes.<br>&nbsp;&nbsp; &nbsp;CXTPDockingPane* pwndPaneA = GetDockingPaneManager()-&gt;CreatePane(<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;IDR_PANEA, CRect(0, 0,200, 120), dockLeftOf );<br>&nbsp;&nbsp;&nbsp; CXTPDockingPane* pwndPaneB = GetDockingPaneManager()-&gt;CreatePane(<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;IDR_PANEB, CRect(0, 0,200, 120), dockRightOf, pwndPaneA);<br>&nbsp;&nbsp; &nbsp;CXTPDockingPane* pwndPaneC = GetDockingPaneManager()-&gt;CreatePane(<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;IDR_PANEC, CRect(0, 0,200, 120), dockRightOf, pwndPaneB);<br><br>You can use the pointers to do things like set the title of the paneand attach them to each other.&nbsp; I hope this helps you out with theMFC, I though I should post this because I didn't realize how differentthis is from the AxtiveX version. <br>]]>
   </description>
   <pubDate>Mon, 23 Feb 2004 13:41:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=338&amp;PID=1115&amp;title=pane-layout#1115</guid>
  </item> 
  <item>
   <title><![CDATA[Pane layout : Thank you for your help oleg &amp;amp;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=338&amp;PID=1114&amp;title=pane-layout#1114</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=235">Unormal</a><br /><strong>Subject:</strong> 338<br /><strong>Posted:</strong> 23 February 2004 at 1:13pm<br /><br />Thank you for your help oleg &amp; Mario! I will try Mario's solution, and await 8.62 with baited breath. <IMG src="http://forum.codejock.com/smileys/smiley1.gif" border="0">]]>
   </description>
   <pubDate>Mon, 23 Feb 2004 13:13:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=338&amp;PID=1114&amp;title=pane-layout#1114</guid>
  </item> 
  <item>
   <title><![CDATA[Pane layout : OK, I will try to help. I have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=338&amp;PID=1100&amp;title=pane-layout#1100</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 338<br /><strong>Posted:</strong> 23 February 2004 at 11:14am<br /><br />OK, I will try to help.&nbsp; I have only used the ActiveX version butthe concept should be the same.&nbsp; There are a few ways to do thisbased on whether the application is a SDI or MDI application.&nbsp; Iwill assume you are creating a SDI application.&nbsp; Here is the codefor AxtiveX version:<br><br>&nbsp;&nbsp;&nbsp; Dim A As IPane, B As IPane, C As IPane<br><br>&nbsp;&nbsp;&nbsp; Set A = DockingPaneManager.CreatePane(1, 200, 120, DockLeftOf, Nothing)<br>&nbsp;&nbsp;&nbsp; Set B = DockingPaneManager.CreatePane(2, 200, 120, DockRightOf, A)<br>&nbsp;&nbsp;&nbsp; Set C = DockingPaneManager.CreatePane(3, 200, 120, DockRightOf, B)<br><br>Refer to the SDI docking panes sample.&nbsp; First 3 IPane objects atdeclared, which are the docing panes you will attach something to. Thenyou create the first docking pane, assign it an index, width, height,docking direction, and neighboring pane to doc to.&nbsp; The first paneis docked to the left of <span style="font-style: italic;">Nothing</span>,when docking to nothing the pane is docked to the frame of theapplication.&nbsp; When creating the pane a pointer is set so this panecan be refrenced.&nbsp; The next line of code created pane B which isdocked to the right of pane A.&nbsp; Now you have your client areafilled with two vertical panes.&nbsp; Now add pane C docking it to theright of Pane B.&nbsp; This will fill the entire client area with threevertical frames.&nbsp; All you need to do is figure out what values topass in for the width and height.&nbsp;&nbsp; All this functionalityshould be included in the MFC version.&nbsp; <br><br>I hope this helped, let me know if you need be to explain anything else.<br><br>]]>
   </description>
   <pubDate>Mon, 23 Feb 2004 11:14:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=338&amp;PID=1100&amp;title=pane-layout#1100</guid>
  </item> 
  <item>
   <title><![CDATA[Pane layout : Ability to hide client area will...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=338&amp;PID=1096&amp;title=pane-layout#1096</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 338<br /><strong>Posted:</strong> 23 February 2004 at 11:05am<br /><br />Ability to hide client area will appear in Docking Panes 8.62 is planned to be released in the beggining of March.]]>
   </description>
   <pubDate>Mon, 23 Feb 2004 11:05:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=338&amp;PID=1096&amp;title=pane-layout#1096</guid>
  </item> 
  <item>
   <title><![CDATA[Pane layout : Oh, c&amp;#039;mon, this has got to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=338&amp;PID=1095&amp;title=pane-layout#1095</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=235">Unormal</a><br /><strong>Subject:</strong> 338<br /><strong>Posted:</strong> 23 February 2004 at 10:45am<br /><br /><P>Oh, c'mon, this has got to have a pretty basic answer. Any help?</P>]]>
   </description>
   <pubDate>Mon, 23 Feb 2004 10:45:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=338&amp;PID=1095&amp;title=pane-layout#1095</guid>
  </item> 
  <item>
   <title><![CDATA[Pane layout : What calls would be made to arrange...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=338&amp;PID=748&amp;title=pane-layout#748</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=235">Unormal</a><br /><strong>Subject:</strong> 338<br /><strong>Posted:</strong> 06 January 2004 at 10:55am<br /><br /><P>What calls would be made to arrange three panes in three vertical columns that always fill the client area?</P><P>Or more generally&nbsp;X panes in&nbsp;&nbsp;X vertical columns, filling the client area.</P><P>Thanks!</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 06 Jan 2004 10:55:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=338&amp;PID=748&amp;title=pane-layout#748</guid>
  </item> 
 </channel>
</rss>