<?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 disable pane movement</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : how to disable pane movement]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 21:49:45 +0000</pubDate>
  <lastBuildDate>Thu, 27 Oct 2005 10:13:20 +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=3016</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 disable pane movement :  Ok tobi,Here is the link to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3016&amp;PID=9292&amp;title=how-to-disable-pane-movement#9292</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3016<br /><strong>Posted:</strong> 27 October 2005 at 10:13am<br /><br />Ok tobi,<br>Here is the link to the CommandBars ActiveX Knowledge Base.<br><br>http://www.codejock.com/support/kb_activex/commandbars/<br><br>also can be accessed though this links:<br><br>http://www.codejock.com/support/kb.asp<br><br>Hope you like them.<br>]]>
   </description>
   <pubDate>Thu, 27 Oct 2005 10:13:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3016&amp;PID=9292&amp;title=how-to-disable-pane-movement#9292</guid>
  </item> 
  <item>
   <title><![CDATA[how to disable pane movement :  tobi,It is a work in progress...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3016&amp;PID=9291&amp;title=how-to-disable-pane-movement#9291</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3016<br /><strong>Posted:</strong> 27 October 2005 at 9:57am<br /><br />tobi,<br>It is a work in progress and is an effort to give Codejock customers better help. <br>]]>
   </description>
   <pubDate>Thu, 27 Oct 2005 09:57:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3016&amp;PID=9291&amp;title=how-to-disable-pane-movement#9291</guid>
  </item> 
  <item>
   <title><![CDATA[how to disable pane movement : Dear Supermario,that&#180;s it ! Thank...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3016&amp;PID=9289&amp;title=how-to-disable-pane-movement#9289</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=729">tobi</a><br /><strong>Subject:</strong> 3016<br /><strong>Posted:</strong> 27 October 2005 at 9:43am<br /><br /><P>Dear Supermario,<BR><BR>thatīs it ! Thank you very much ... <IMG src="http://forum.codejock.com/smileys/smiley32.gif" border="0"></P><P>Another question: I saw you&nbsp;did some "Question/Answer" posts on some other topics. Is there any way to access your Question/Answer archive ?</P>]]>
   </description>
   <pubDate>Thu, 27 Oct 2005 09:43:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3016&amp;PID=9289&amp;title=how-to-disable-pane-movement#9289</guid>
  </item> 
  <item>
   <title><![CDATA[how to disable pane movement :   To also allow pinning:  Private...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3016&amp;PID=9280&amp;title=how-to-disable-pane-movement#9280</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3016<br /><strong>Posted:</strong> 27 October 2005 at 8:35am<br /><br />To also allow pinning:<br>&nbsp;&nbsp;  <br>Private Sub DockingPaneManager_Action(ByVal Action AsXtremeDockingPane.DockingPaneAction, ByVal Pane AsXtremeDockingPane.IPane, Cancel As Boolean)<br><br>On Error Resume Next <br><br>&nbsp;&nbsp;&nbsp; If Action = PaneActionFloating Or Action = PaneActionAttaching Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Cancel = True<br>&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp; If Action = PaneActionDocking Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Cancel = Not Pane.Hidden<br>&nbsp;&nbsp;&nbsp; End If<br><br>End Sub<br><span style="font-size:10px"><br /><br />Edited by SuperMario</span>]]>
   </description>
   <pubDate>Thu, 27 Oct 2005 08:35:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3016&amp;PID=9280&amp;title=how-to-disable-pane-movement#9280</guid>
  </item> 
  <item>
   <title><![CDATA[how to disable pane movement : As I understand it, you want _All_...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3016&amp;PID=9275&amp;title=how-to-disable-pane-movement#9275</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3016<br /><strong>Posted:</strong> 27 October 2005 at 7:48am<br /><br />As I understand it, you want _All_ actions disabled?<br><br>Private Sub DockingPaneManager_Action(ByVal Action As XtremeDockingPane.DockingPaneAction, ByVal Pane As XtremeDockingPane.IPane, Cancel As Boolean)<br>&nbsp;&nbsp;&nbsp; On Error Resume Next&nbsp;&nbsp;  <br>&nbsp;&nbsp;&nbsp; Cancel = True<br>End Sub<br>]]>
   </description>
   <pubDate>Thu, 27 Oct 2005 07:48:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3016&amp;PID=9275&amp;title=how-to-disable-pane-movement#9275</guid>
  </item> 
  <item>
   <title><![CDATA[how to disable pane movement : I am wanting to do the same thing....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3016&amp;PID=9262&amp;title=how-to-disable-pane-movement#9262</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1459">mcaldwell</a><br /><strong>Subject:</strong> 3016<br /><strong>Posted:</strong> 27 October 2005 at 3:17am<br /><br /><P>I am wanting to do the same thing.&nbsp; Any luck with this issue?&nbsp; Thanks...</P>]]>
   </description>
   <pubDate>Thu, 27 Oct 2005 03:17:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3016&amp;PID=9262&amp;title=how-to-disable-pane-movement#9262</guid>
  </item> 
  <item>
   <title><![CDATA[how to disable pane movement : I&#180;ve tried that already, but with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3016&amp;PID=9159&amp;title=how-to-disable-pane-movement#9159</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=729">tobi</a><br /><strong>Subject:</strong> 3016<br /><strong>Posted:</strong> 20 October 2005 at 12:05pm<br /><br />Iīve tried that already, but with that option the pane can still be dragged to left, right, top and bottom of the window ...]]>
   </description>
   <pubDate>Thu, 20 Oct 2005 12:05:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3016&amp;PID=9159&amp;title=how-to-disable-pane-movement#9159</guid>
  </item> 
  <item>
   <title><![CDATA[how to disable pane movement : How about:  DockingPaneManag...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3016&amp;PID=9151&amp;title=how-to-disable-pane-movement#9151</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=570">nighthawk</a><br /><strong>Subject:</strong> 3016<br /><strong>Posted:</strong> 19 October 2005 at 6:14pm<br /><br />How about:<br><br>DockingPaneManager.Options.DefaultPaneOptions = PaneNoFloatable<br>]]>
   </description>
   <pubDate>Wed, 19 Oct 2005 18:14:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3016&amp;PID=9151&amp;title=how-to-disable-pane-movement#9151</guid>
  </item> 
  <item>
   <title><![CDATA[how to disable pane movement : Any suggestions ? ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3016&amp;PID=9150&amp;title=how-to-disable-pane-movement#9150</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=729">tobi</a><br /><strong>Subject:</strong> 3016<br /><strong>Posted:</strong> 19 October 2005 at 3:25pm<br /><br />Any suggestions ?]]>
   </description>
   <pubDate>Wed, 19 Oct 2005 15:25:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3016&amp;PID=9150&amp;title=how-to-disable-pane-movement#9150</guid>
  </item> 
  <item>
   <title><![CDATA[how to disable pane movement : I&#180;ve tried to cancel the &amp;#034;PaneActionDocking&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3016&amp;PID=9017&amp;title=how-to-disable-pane-movement#9017</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=729">tobi</a><br /><strong>Subject:</strong> 3016<br /><strong>Posted:</strong> 12 October 2005 at 8:15am<br /><br />Iīve tried to cancel the "PaneActionDocking" action, but then I canīt open and pin the docking pane ! <IMG src="http://forum.codejock.com/smileys/smiley5.gif" border="0">]]>
   </description>
   <pubDate>Wed, 12 Oct 2005 08:15:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3016&amp;PID=9017&amp;title=how-to-disable-pane-movement#9017</guid>
  </item> 
 </channel>
</rss>