<?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 : Urgent Docking Pane Issue</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Urgent Docking Pane Issue]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 18:40:53 +0000</pubDate>
  <lastBuildDate>Mon, 22 Feb 2010 13:47:07 +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=16169</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[Urgent Docking Pane Issue : Hi,  Try with ID = 2,3,4,5,6...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16169&amp;PID=56998&amp;title=urgent-docking-pane-issue#56998</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16169<br /><strong>Posted:</strong> 22 February 2010 at 1:47pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Try with ID = 2,3,4,5,6 or 7 because of array size in AttachPane event.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 22 Feb 2010 13:47:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16169&amp;PID=56998&amp;title=urgent-docking-pane-issue#56998</guid>
  </item> 
  <item>
   <title><![CDATA[Urgent Docking Pane Issue : I modified this code to use a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16169&amp;PID=56984&amp;title=urgent-docking-pane-issue#56984</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5068">coolzsunil</a><br /><strong>Subject:</strong> 16169<br /><strong>Posted:</strong> 22 February 2010 at 6:24am<br /><br />I modified this code to use a different id of 15, but it still it does not work fine.]]>
   </description>
   <pubDate>Mon, 22 Feb 2010 06:24:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16169&amp;PID=56984&amp;title=urgent-docking-pane-issue#56984</guid>
  </item> 
  <item>
   <title><![CDATA[Urgent Docking Pane Issue : Hi,   I don&amp;#039;t have VB.NET...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16169&amp;PID=56812&amp;title=urgent-docking-pane-issue#56812</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16169<br /><strong>Posted:</strong> 16 February 2010 at 4:25am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>I don't have VB.NET so&nbsp;I can't test your project... I opened file with Wordpad. I looked and found that you create a pane with menuItem6 with same ID</DIV><DIV>&nbsp;</DIV><FONT size=2><DIV></DIV><DIV><FONT size=2>&nbsp; <P>private void frmMain_Load(object sender, System.EventArgs e)</P><P>{</P><P>//........</P><DIV>Pane paneA = DockingPaneManager.CreatePane(<strong><FONT color=#ff0000 size=4>1</FONT></strong>, 200, 120, DockingDirection.DockLeftOf, null);</DIV><P>//...........</P></FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>private void menuItem6_Click(object sender, EventArgs e)</DIV><P>{</P><P>Pane paneA1 = DockingPaneManager.CreatePane(<strong><FONT color=#ff0000 size=4>1</FONT></strong>, 200, 120, DockingDirection.DockLeftOf, null);</P><P>paneA1.Title = "Pane A1";</P><P>}</P><DIV></DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Maybe this&nbsp;has been the&nbsp;problem all along...</DIV><DIV></DIV><DIV></DIV></FONT></FONT>]]>
   </description>
   <pubDate>Tue, 16 Feb 2010 04:25:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16169&amp;PID=56812&amp;title=urgent-docking-pane-issue#56812</guid>
  </item> 
  <item>
   <title><![CDATA[Urgent Docking Pane Issue : No Aaron, I am not creating pane...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16169&amp;PID=56807&amp;title=urgent-docking-pane-issue#56807</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5068">coolzsunil</a><br /><strong>Subject:</strong> 16169<br /><strong>Posted:</strong> 16 February 2010 at 12:01am<br /><br />No Aaron, I am not creating pane with the same ID twice.<br />The ids are different. The only thing common is that it is being docked wrt to the frame at the same position in which a pane has already been docked.]]>
   </description>
   <pubDate>Tue, 16 Feb 2010 00:01:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16169&amp;PID=56807&amp;title=urgent-docking-pane-issue#56807</guid>
  </item> 
  <item>
   <title><![CDATA[Urgent Docking Pane Issue : Hi,  I guess you create pane...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16169&amp;PID=56758&amp;title=urgent-docking-pane-issue#56758</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 16169<br /><strong>Posted:</strong> 12 February 2010 at 1:50pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I guess you create pane with same ID, twice...</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 12 Feb 2010 13:50:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16169&amp;PID=56758&amp;title=urgent-docking-pane-issue#56758</guid>
  </item> 
  <item>
   <title><![CDATA[Urgent Docking Pane Issue : Hi,  I modified one of the C#...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16169&amp;PID=56734&amp;title=urgent-docking-pane-issue#56734</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5068">coolzsunil</a><br /><strong>Subject:</strong> 16169<br /><strong>Posted:</strong> 11 February 2010 at 5:10am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I modified one of the C# samples shipped with CodeJock ActiveX Docking Pane.</DIV><DIV>&nbsp;</DIV><DIV>In this sample I have added another menu option to add a new pane. When I add a new pane in the handler, I notice that</DIV><DIV>my existing pane gets grayed out.</DIV><DIV>&nbsp;</DIV><DIV>Is there anything that is wrong in this code?</DIV><DIV>&nbsp;</DIV><DIV>Regards</DIV><DIV>Sunil</DIV><DIV>ActiveX Docking Pane 13.0</DIV><DIV>&nbsp;</DIV><DIV><a href="http://forum.codejock.com/uploads/20100211_050952_DockingIssue.zip" target="_blank">uploads/20100211_050952_DockingIssue.zip</A></DIV>]]>
   </description>
   <pubDate>Thu, 11 Feb 2010 05:10:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16169&amp;PID=56734&amp;title=urgent-docking-pane-issue#56734</guid>
  </item> 
 </channel>
</rss>