<?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 : [Solved]runtime, show pane Floating &amp; set Position</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : [Solved]runtime, show pane Floating &amp; set Position]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 17:05:58 +0000</pubDate>
  <lastBuildDate>Mon, 09 Aug 2010 13:15: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=17066</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[[Solved]runtime, show pane Floating &amp; set Position : Aaron,  Great workaround, thanks!...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17066&amp;PID=59710&amp;title=solvedruntime-show-pane-floating-set-position#59710</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5236">sforces</a><br /><strong>Subject:</strong> 17066<br /><strong>Posted:</strong> 09 August 2010 at 1:15pm<br /><br />Aaron,<br /><br />Great workaround, thanks! I had had GetWindowRect before, and hadn't thought of using it for this. Although I would still love to get the properties from the pane. Hopefully CJ will add it as a feature for upcoming release.<br /><br /> <table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Aaron" alt="Originally posted by Aaron" style="vertical-align: text-bottom;" /> <strong>Aaron wrote:</strong><br /><br />Hi,<br /><div> </div><br /><div>Did you try it already? Did I understand correctly what you wanted to accomplish? </div><br /><div> </div><br /><div> </div></td></tr></table> ]]>
   </description>
   <pubDate>Mon, 09 Aug 2010 13:15:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17066&amp;PID=59710&amp;title=solvedruntime-show-pane-floating-set-position#59710</guid>
  </item> 
  <item>
   <title><![CDATA[[Solved]runtime, show pane Floating &amp; set Position : Hi,  Did you try it already?...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17066&amp;PID=59705&amp;title=solvedruntime-show-pane-floating-set-position#59705</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 17066<br /><strong>Posted:</strong> 09 August 2010 at 10:34am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Did you try it already? Did I understand correctly what you wanted to accomplish? </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 09 Aug 2010 10:34:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17066&amp;PID=59705&amp;title=solvedruntime-show-pane-floating-set-position#59705</guid>
  </item> 
  <item>
   <title><![CDATA[[Solved]runtime, show pane Floating &amp; set Position : Hi,  There are no properties...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17066&amp;PID=59679&amp;title=solvedruntime-show-pane-floating-set-position#59679</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 17066<br /><strong>Posted:</strong> 07 August 2010 at 9:48am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>There are no properties available for size and position.</DIV><DIV>&nbsp;</DIV><DIV>But here's small demo how you can get around this... (If understand correct <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0">)</DIV><DIV>&nbsp;</DIV><DIV><a href="http://forum.codejock.com/uploads/20100807_094804_FloatingPaneEx.zip" target="_blank">uploads/20100807_094804_FloatingPaneEx.zip</A></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 07 Aug 2010 09:48:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17066&amp;PID=59679&amp;title=solvedruntime-show-pane-floating-set-position#59679</guid>
  </item> 
  <item>
   <title><![CDATA[[Solved]runtime, show pane Floating &amp; set Position : I have a pane layout with 5 panes....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17066&amp;PID=59616&amp;title=solvedruntime-show-pane-floating-set-position#59616</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5236">sforces</a><br /><strong>Subject:</strong> 17066<br /><strong>Posted:</strong> 04 August 2010 at 3:57pm<br /><br />I have a pane layout with 5 panes. And 6th is closed. At run time, I need to show this 6th pane, under pane #5 and it needs to be floating.<br /><br />How can I find out the left and bottom of pane #5 so that I can set the left and top of where the floating pane #6 should be shown? I think I should use: DockingPane1.FloatPane mypane6, Left, Top, Right, Bottom<br /><br />So if I could know pane #5's Left, Top, Right, Bottom -- then I would be able to use that and set the position.]]>
   </description>
   <pubDate>Wed, 04 Aug 2010 15:57:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17066&amp;PID=59616&amp;title=solvedruntime-show-pane-floating-set-position#59616</guid>
  </item> 
 </channel>
</rss>