<?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 : Docking Panes</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Docking Panes]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 08:27:15 +0000</pubDate>
  <lastBuildDate>Tue, 06 Jan 2009 07:24:53 +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=13080</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[Docking Panes :  Here&amp;#039;s the code I use to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13080&amp;PID=44189&amp;title=docking-panes#44189</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3717">Smucker</a><br /><strong>Subject:</strong> 13080<br /><strong>Posted:</strong> 06 January 2009 at 7:24am<br /><br />Here's the code I use to toggle panes by ID. This should be enough to get you what you need.<br><br>Note that most of the methods can also take a CXTPDockingPane*.<br><br><font face="Courier New, Courier, mono"><br>void CMainFrame::TogglePane(int id)<br>{<br>&nbsp;&nbsp;&nbsp; if (m_paneManager.IsPaneClosed(id))<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_paneManager.ShowPane(id);<br>&nbsp;&nbsp;&nbsp; else if (m_paneManager.IsPaneHidden(id))<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_paneManager.ToggleAutoHide(m_paneManager.FindPane(id));<br>&nbsp;&nbsp;&nbsp; else<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_paneManager.ClosePane(id);<br>}<br></font><br><br>HidePane() is also available.<br><br>]]>
   </description>
   <pubDate>Tue, 06 Jan 2009 07:24:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13080&amp;PID=44189&amp;title=docking-panes#44189</guid>
  </item> 
  <item>
   <title><![CDATA[Docking Panes : Hi  How can we dynamically hide/show...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13080&amp;PID=44186&amp;title=docking-panes#44186</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2928">terrym</a><br /><strong>Subject:</strong> 13080<br /><strong>Posted:</strong> 06 January 2009 at 4:34am<br /><br />Hi<DIV>&nbsp;</DIV><DIV>How can we dynamically hide/show docking panes from within our application please</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 06 Jan 2009 04:34:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13080&amp;PID=44186&amp;title=docking-panes#44186</guid>
  </item> 
 </channel>
</rss>