<?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 : Pin CXTPDockingPane Programmatically</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Pin CXTPDockingPane Programmatically]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 03:52:13 +0000</pubDate>
  <lastBuildDate>Tue, 18 Oct 2005 12:08:34 +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=3054</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[Pin CXTPDockingPane Programmatically : I tried ShowPane, but it did something...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3054&amp;PID=9112&amp;title=pin-cxtpdockingpane-programmatically#9112</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=504">AliRafiee</a><br /><strong>Subject:</strong> 3054<br /><strong>Posted:</strong> 18 October 2005 at 12:08pm<br /><br /><P>I tried ShowPane, but it did something weird, the pane was not pinned, and it wasn't floating either, it was kinda in mid-air.</P><P>&nbsp;</P><P>Ali</P>]]>
   </description>
   <pubDate>Tue, 18 Oct 2005 12:08:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3054&amp;PID=9112&amp;title=pin-cxtpdockingpane-programmatically#9112</guid>
  </item> 
  <item>
   <title><![CDATA[Pin CXTPDockingPane Programmatically : what about just using ShowPane()...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3054&amp;PID=9101&amp;title=pin-cxtpdockingpane-programmatically#9101</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1011">Barto</a><br /><strong>Subject:</strong> 3054<br /><strong>Posted:</strong> 18 October 2005 at 4:31am<br /><br /><P>what about just using ShowPane() to pin, HidePane() to unpin.</P><P>works for me :)</P>]]>
   </description>
   <pubDate>Tue, 18 Oct 2005 04:31:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3054&amp;PID=9101&amp;title=pin-cxtpdockingpane-programmatically#9101</guid>
  </item> 
  <item>
   <title><![CDATA[Pin CXTPDockingPane Programmatically : So far I have something working...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3054&amp;PID=9093&amp;title=pin-cxtpdockingpane-programmatically#9093</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=504">AliRafiee</a><br /><strong>Subject:</strong> 3054<br /><strong>Posted:</strong> 18 October 2005 at 12:07am<br /><br /><P>So far I have something working by doing this</P><P>LRESULT CMainFrame::OnDockingPaneNotify(WPARAM wParam, LPARAM lParam)<BR>{<BR>....</P><P>&nbsp;else if (wParam == XTP_DPN_ACTION)<BR>&nbsp;{<BR>&nbsp;&nbsp;XTP_DOCKINGPANE_ACTION* pAction = (XTP_DOCKINGPANE_ACTION*)lParam;<BR>&nbsp;&nbsp;if (pAction-&gt;action == xtpPaneActionExpanded)<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;if  (pAction-&gt;pPane-&gt;GetDockingPaneManager()-&gt;IsPaneClo sed(pAction-&gt;pPane-&gt;GetID())  ||  pAction-&gt;pPane-&gt;GetDockingPaneManager()-&gt;IsPaneHidd en(pAction-&gt;pPane-&gt;GetID())) <BR>&nbsp;&nbsp;&nbsp;{<BR> &nbsp;&nbsp;&nbsp;&nbsp;m_paneManager.ToggleAutoHide(pAction -&gt;pPane);<BR>&nbsp;&nbsp;&nbsp;}<BR>&nbsp;&nbsp;&nbsp;return TRUE;<BR>&nbsp;&nbsp;}<BR>&nbsp;}<BR>....<BR>}</P><P>&nbsp;</P><P>If anyone has a better way, please let me know.</P>]]>
   </description>
   <pubDate>Tue, 18 Oct 2005 00:07:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3054&amp;PID=9093&amp;title=pin-cxtpdockingpane-programmatically#9093</guid>
  </item> 
  <item>
   <title><![CDATA[Pin CXTPDockingPane Programmatically : Hi Everyone, I have an SDI application...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3054&amp;PID=9091&amp;title=pin-cxtpdockingpane-programmatically#9091</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=504">AliRafiee</a><br /><strong>Subject:</strong> 3054<br /><strong>Posted:</strong> 17 October 2005 at 11:36pm<br /><br /><P>Hi Everyone,</P><P>I have an SDI application with a couple of CXTPDockingPanes.&nbsp; What I am trying to do is pin down a pane programmatically , when the user want's to show a the pane that has been unpinned before, the reason is I when the pane is extended out it cannot block the main view (it is showing the a video), so I need to&nbsp;pin it so that it will resize the main view.</P><P>I am catching the XTP_DPN_ACTION, but&nbsp;don't&nbsp;know what to do there.</P><P>Thanks</P><P>Ali Rafiee</P><span style="font-size:10px"><br /><br />Edited by AliRafiee</span>]]>
   </description>
   <pubDate>Mon, 17 Oct 2005 23:36:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3054&amp;PID=9091&amp;title=pin-cxtpdockingpane-programmatically#9091</guid>
  </item> 
 </channel>
</rss>