<?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 : How to force a dockingwindow to slide out</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : How to force a dockingwindow to slide out]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 02:47:35 +0000</pubDate>
  <lastBuildDate>Fri, 26 Mar 2004 14:13:32 +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=537</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[How to force a dockingwindow to slide out : Here is the code I use to dock...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=537&amp;PID=1470&amp;title=how-to-force-a-dockingwindow-to-slide-out#1470</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=350">vladsch</a><br /><strong>Subject:</strong> 537<br /><strong>Posted:</strong> 26 March 2004 at 2:13pm<br /><br /><P>Here is the code I use to dock a hidden pane, I could not find an reasonably easy way to slideout a hidden pane and not have it immediately slide back in:</P><P><table width="99%"><tr><td><pre class="BBcode"></P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (m_paneManager.IsPaneClosed(nPaneID) || m_paneManager.IsPaneHidden(nPaneID))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; if (m_paneManager.IsPaneHidden(nPaneID))<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; {<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_paneManager.ClosePane(nPaneID);<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; }<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; m_paneManager.ShowPane(nPaneID);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR></pre></td></tr></table></P>]]>
   </description>
   <pubDate>Fri, 26 Mar 2004 14:13:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=537&amp;PID=1470&amp;title=how-to-force-a-dockingwindow-to-slide-out#1470</guid>
  </item> 
  <item>
   <title><![CDATA[How to force a dockingwindow to slide out : &amp;gt;&amp;gt;Have you tried to change...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=537&amp;PID=1398&amp;title=how-to-force-a-dockingwindow-to-slide-out#1398</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=365">Alex H.</a><br /><strong>Subject:</strong> 537<br /><strong>Posted:</strong> 19 March 2004 at 6:57am<br /><br /><P>&gt;&gt;Have you tried to change the status of the docking pane before you call ShowPane(nID)?</P><P>How should I do that ?</P><P>&gt;&gt;Are you saying that the window that the docking pane is attached to is not visible? </P><P>The docking pane is pinned..I can only see its TAB.</P><P><IMG src="uploads/AlexH/578_tab.jpg" border="0"><!-- Message  ''"" --></P>]]>
   </description>
   <pubDate>Fri, 19 Mar 2004 06:57:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=537&amp;PID=1398&amp;title=how-to-force-a-dockingwindow-to-slide-out#1398</guid>
  </item> 
  <item>
   <title><![CDATA[How to force a dockingwindow to slide out : Have you tried to change the status...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=537&amp;PID=1397&amp;title=how-to-force-a-dockingwindow-to-slide-out#1397</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 537<br /><strong>Posted:</strong> 19 March 2004 at 6:33am<br /><br />Have you tried to change the status of the docking pane before you callShowPane(nID)?&nbsp; Are you saying that the window that the dockingpane is attached to is not visible?]]>
   </description>
   <pubDate>Fri, 19 Mar 2004 06:33:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=537&amp;PID=1397&amp;title=how-to-force-a-dockingwindow-to-slide-out#1397</guid>
  </item> 
  <item>
   <title><![CDATA[How to force a dockingwindow to slide out : Unfortunately ShowPane(nID) doesn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=537&amp;PID=1391&amp;title=how-to-force-a-dockingwindow-to-slide-out#1391</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=365">Alex H.</a><br /><strong>Subject:</strong> 537<br /><strong>Posted:</strong> 19 March 2004 at 2:21am<br /><br /><P>Unfortunately ShowPane(nID) doesn't work with pinned docking windows. It looks like ShowPane assumes the window is already visible.</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P><BR>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 19 Mar 2004 02:21:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=537&amp;PID=1391&amp;title=how-to-force-a-dockingwindow-to-slide-out#1391</guid>
  </item> 
  <item>
   <title><![CDATA[How to force a dockingwindow to slide out :  Try the ShowPane method.   ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=537&amp;PID=1383&amp;title=how-to-force-a-dockingwindow-to-slide-out#1383</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 537<br /><strong>Posted:</strong> 18 March 2004 at 10:19am<br /><br />Try the ShowPane method.&nbsp; <br><br>&nbsp;GetDockingPaneManager()-&gt;ShowPane(nID);<br><br>Where nID is the Id of the docking pane you want to show.<img src="http://forum.codejock.com/smileys/smiley17.gif" border="0"><br><span style="font-size:10px"><br /><br />Edited by SuperMario</span>]]>
   </description>
   <pubDate>Thu, 18 Mar 2004 10:19:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=537&amp;PID=1383&amp;title=how-to-force-a-dockingwindow-to-slide-out#1383</guid>
  </item> 
  <item>
   <title><![CDATA[How to force a dockingwindow to slide out : How can I to force a dockingwindow...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=537&amp;PID=1372&amp;title=how-to-force-a-dockingwindow-to-slide-out#1372</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=365">Alex H.</a><br /><strong>Subject:</strong> 537<br /><strong>Posted:</strong> 17 March 2004 at 9:24am<br /><br />How can I to force a dockingwindow to slide out ?]]>
   </description>
   <pubDate>Wed, 17 Mar 2004 09:24:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=537&amp;PID=1372&amp;title=how-to-force-a-dockingwindow-to-slide-out#1372</guid>
  </item> 
 </channel>
</rss>