<?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 : I must do something terribly wrong?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : I must do something terribly wrong?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 22:32:09 +0000</pubDate>
  <lastBuildDate>Tue, 28 Nov 2006 00:41:59 +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=5621</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[I must do something terribly wrong? : Yes that works, sort of. The pane...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5621&amp;PID=17683&amp;title=i-must-do-something-terribly-wrong#17683</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=787">JSram</a><br /><strong>Subject:</strong> 5621<br /><strong>Posted:</strong> 28 November 2006 at 12:41am<br /><br />Yes that works, sort of. The pane slide out over my picbox but then it dissapears and the tab as well. I guess it places it self behind the picbox. No way to have it stand there without making it floating? <br><br>If I float it after Pane.Hidden = False it becomes visible on top, but then when docked again it again hides behind the picbox. My head is too tired now to figure it out but I guess there is a way to catch it and put it in place.<br><br>However, why I have tried to figure out and don't get is how I can make a floating pane "minimize" so just the caption bar is floating visible?<br><br>Regards,<br>Joakim<br>]]>
   </description>
   <pubDate>Tue, 28 Nov 2006 00:41:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5621&amp;PID=17683&amp;title=i-must-do-something-terribly-wrong#17683</guid>
  </item> 
  <item>
   <title><![CDATA[I must do something terribly wrong? : Hello,  This worka for me:  ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5621&amp;PID=17681&amp;title=i-must-do-something-terribly-wrong#17681</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5621<br /><strong>Posted:</strong> 28 November 2006 at 12:01am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>This worka for me:</DIV><DIV>&nbsp;</DIV><DIV><BR>&nbsp;&nbsp;&nbsp; If Action = <strong>PaneActionExpanded</strong> Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pane.Hidden = False<BR>&nbsp;&nbsp;&nbsp; End If<BR></DIV>]]>
   </description>
   <pubDate>Tue, 28 Nov 2006 00:01:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5621&amp;PID=17681&amp;title=i-must-do-something-terribly-wrong#17681</guid>
  </item> 
  <item>
   <title><![CDATA[I must do something terribly wrong? : Hi,I try to accomplish 2 things,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5621&amp;PID=17676&amp;title=i-must-do-something-terribly-wrong#17676</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=787">JSram</a><br /><strong>Subject:</strong> 5621<br /><strong>Posted:</strong> 27 November 2006 at 10:50pm<br /><br />Hi,<br><br>I try to accomplish 2 things, which my wildest fantacy can't imagine as difficult, but just can't get it work!<br><br>I want to start up with 3 panes docked to form left side, hidden so just tabs show (they are not grouped as I want captions to show). Done so far. Then when a Tab/Pane is expanded I want 2 things be possible.<br><br>1. By choice, make the Pane not autohide but stay open when clicking outside of Pane (losing focus). <b>Problem:</b> I tried to set .Hidden = False in Expanding event, but it doesn't work. It change the Pin icon (to vertical, pinned I think that means) but if I click in the client area the pane autohides. If I click the pin the pane dissapears and program crashes. If I click other Pane tab the current pane dissapear and can't be open again.<br><br>2. By choise, I want it be possible to Float the pane so it's not docked anymore, and dock it back to same place (left side) only. <b>Problem:</b> I try to 'drag' the pane to make it float but nothing happens. It just sits there unmovable. I try to double click it but then as well it just dissapear from form and cant be opened again.<br><br>By "can't be opened again" I mean 'DockingPaneManager.ShowPane n' doesn't make it show again, it's just gone!<br><br>I have come to understand at least part of the problem, last thing in my Form_Load I have this:<br><br>PaneA.Hide<br>PaneB.Hide<br>PaneC.Hide<br><br>End Sub 'Form_Load<br><br>If I remove this code Panes comes up docked to the left, on top of each other and I can drag them to float. However, they pushes everything to the right "squesing" objects in my client area, and I don't want that. Also the float insist on docking back TopOfForm and don't want to get back were it came from. I want it to slide out "over" client area and slide back when not needed anymore, the 3 lines above acomplish this. I thought I&nbsp; could "pin" it to stay there until I "unpin", or to make it "float" and be able to "minimize" it to just show the caption bar - but maybe it's not possible?<br><br>As an example, in one pane I have a frtText to load in a document, but as soon as I open an Open dialog the Pane slide back. The doc loads alright and I can slide out the pane again, but this doesn't look "right" to the user I think.<br><br>Any help or clarification of "what's wrong" gratefully received.<br><br>Regards,<br>Joakim<br><br>]]>
   </description>
   <pubDate>Mon, 27 Nov 2006 22:50:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5621&amp;PID=17676&amp;title=i-must-do-something-terribly-wrong#17676</guid>
  </item> 
 </channel>
</rss>