<?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 and Task Panels</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Docking Panes and Task Panels]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 15:24:40 +0000</pubDate>
  <lastBuildDate>Tue, 14 Sep 2004 06:34:27 +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=1172</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 and Task Panels :  EDIT****OK, I finally see the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1172&amp;PID=3117&amp;title=docking-panes-and-task-panels#3117</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1172<br /><strong>Posted:</strong> 14 September 2004 at 6:34am<br /><br />EDIT****OK, I finally see the problem.&nbsp; I would use AttachPane****<br><br>Yes, attachpane is only called when then pane is first shown.&nbsp; Soyou must keep track of the form handle that you attached to it.&nbsp;It will be fired when the hidden tab is clicked&nbsp; or on mouse over,which ever method show the pane.<br><span style="font-size:10px"><br /><br />Edited by SuperMario</span>]]>
   </description>
   <pubDate>Tue, 14 Sep 2004 06:34:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1172&amp;PID=3117&amp;title=docking-panes-and-task-panels#3117</guid>
  </item> 
  <item>
   <title><![CDATA[Docking Panes and Task Panels : Looks like the taskpanel was a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1172&amp;PID=3115&amp;title=docking-panes-and-task-panels#3115</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=731">Geraint P</a><br /><strong>Subject:</strong> 1172<br /><strong>Posted:</strong> 14 September 2004 at 4:47am<br /><br /><P>Looks like the taskpanel was a red herring. I've cut the problem down to the absolute minimum code and uploaded it.</P><P><A href="https://forum.codejock.com/uploads/GeraintP/2004-09-14_044034_UnpinnableExample.zip" target="_blank">2004-09-14_044034_UnpinnableExample.zip</A></P><P>Looks like the problem is to do with when you attach the form handle to the pane. Works fine if I do it in AttachPane, but not if I attach the handle when creating the pane. Probably something I'm doing wrong admittedly.</P><P>One more question. Is it true to say that AttachPane is only called when a pane is first displayed? So if I create a pane with no handle, which is hidden, then the AttachPane event is only fired when the tab for that pane is clicked?</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 14 Sep 2004 04:47:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1172&amp;PID=3115&amp;title=docking-panes-and-task-panels#3115</guid>
  </item> 
  <item>
   <title><![CDATA[Docking Panes and Task Panels : I can not reproduce your taskpanel...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1172&amp;PID=3113&amp;title=docking-panes-and-task-panels#3113</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1172<br /><strong>Posted:</strong> 13 September 2004 at 12:44pm<br /><br />I can not reproduce your taskpanel behavior. Maybe you can post a sample project that illustrates this.<br><br>Look at <a href="forum_posts.asp?TID=1173&amp;PN=1" target="_blank">this</a> post where Ioffer a solution to the pane selected problem.&nbsp; No, the actionevent is not fired when a pane is selected in a group of panes.]]>
   </description>
   <pubDate>Mon, 13 Sep 2004 12:44:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1172&amp;PID=3113&amp;title=docking-panes-and-task-panels#3113</guid>
  </item> 
  <item>
   <title><![CDATA[Docking Panes and Task Panels : I have a docking pane which when...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1172&amp;PID=3110&amp;title=docking-panes-and-task-panels#3110</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=731">Geraint P</a><br /><strong>Subject:</strong> 1172<br /><strong>Posted:</strong> 13 September 2004 at 11:39am<br /><br /><P>I have a docking pane which when created is set by default&nbsp;to be&nbsp;hidden. Attached to the pane is a form. As soon as I put a task panel on this form the docking pane refuses to pin to the side of the screen (i.e. it remains as an auto-hide pane). Remove the task panel and everything works as expected. Any ideas?</P><P>Incidentally, is there any way to capture&nbsp;an event prior to&nbsp;a pane being selected/clicked/shown? i.e. if you have a set of panes attached to each other is there an event fired when a particular tab is clicked on, and the pane displayed?&nbsp;The Action event under for the DockingPane doesn't seem to include anything like this.</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 13 Sep 2004 11:39:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1172&amp;PID=3110&amp;title=docking-panes-and-task-panels#3110</guid>
  </item> 
 </channel>
</rss>