<?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 : to arrange docking window position.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : to arrange docking window position.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 12:10:20 +0000</pubDate>
  <lastBuildDate>Wed, 22 Apr 2009 13:35:52 +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=14089</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[to arrange docking window position. : Dock the pane the same way, then...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14089&amp;PID=48242&amp;title=to-arrange-docking-window-position#48242</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3717">Smucker</a><br /><strong>Subject:</strong> 14089<br /><strong>Posted:</strong> 22 April 2009 at 1:35pm<br /><br />Dock the pane the same way, then m_paneManager.AttachPane(pwndGGGO, pwndCatalog)<br><br>]]>
   </description>
   <pubDate>Wed, 22 Apr 2009 13:35:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14089&amp;PID=48242&amp;title=to-arrange-docking-window-position#48242</guid>
  </item> 
  <item>
   <title><![CDATA[to arrange docking window position. : Oh~ thank you!.  I thinked that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14089&amp;PID=48225&amp;title=to-arrange-docking-window-position#48225</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4549">copycdx2</a><br /><strong>Subject:</strong> 14089<br /><strong>Posted:</strong> 22 April 2009 at 3:47am<br /><br /><DIV></DIV>&nbsp;Oh~ thank you!.<DIV>&nbsp;</DIV><DIV>&nbsp;I thinked that xtpPaneDockBottom-option is Bottom of MainFrame.</DIV><DIV>&nbsp;--------------------------------</DIV><DIV>&nbsp;I have another question.</DIV><DIV>&nbsp;How do i as bottom.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;Option have four-case. bottom, left, top, right.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;<img src="http://forum.codejock.com/uploads/20090422_034228_333.jpg" border="0"></DIV>]]>
   </description>
   <pubDate>Wed, 22 Apr 2009 03:47:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14089&amp;PID=48225&amp;title=to-arrange-docking-window-position#48225</guid>
  </item> 
  <item>
   <title><![CDATA[to arrange docking window position. : Use xtpPaneDockBottom to dock...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14089&amp;PID=48214&amp;title=to-arrange-docking-window-position#48214</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3717">Smucker</a><br /><strong>Subject:</strong> 14089<br /><strong>Posted:</strong> 21 April 2009 at 5:54pm<br /><br />Use xtpPaneDockBottom to dock below the catalog pane.<br><br><br>]]>
   </description>
   <pubDate>Tue, 21 Apr 2009 17:54:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14089&amp;PID=48214&amp;title=to-arrange-docking-window-position#48214</guid>
  </item> 
  <item>
   <title><![CDATA[to arrange docking window position. : I inserted docking pane like b...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14089&amp;PID=48180&amp;title=to-arrange-docking-window-position#48180</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4549">copycdx2</a><br /><strong>Subject:</strong> 14089<br /><strong>Posted:</strong> 21 April 2009 at 4:06am<br /><br /><DIV>&nbsp;I inserted docking pane like belowcode.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;CXTPDockingPane* pwndGunggido = m_paneManager.CreatePane( IDS_GUNGGIDOCATALOGWND,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CRect(0, 300,200, 380),<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;xtpPaneDockLeft,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pwnCatallog );&nbsp;ASSERT(pwndGunggido);<BR>&nbsp;&nbsp;pwndGunggido-&gt;SetTitle(_T("GGDO"));<BR></DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20090421_040137_222.jpg" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>but, I want to be below </DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20090421_040030_111.jpg" border="0"></DIV>]]>
   </description>
   <pubDate>Tue, 21 Apr 2009 04:06:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14089&amp;PID=48180&amp;title=to-arrange-docking-window-position#48180</guid>
  </item> 
 </channel>
</rss>