<?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 Pane</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Last 10 Posts]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 06:38:40 +0000</pubDate>
  <lastBuildDate>Mon, 02 Oct 2023 06:00:56 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_topic_feed.asp?FID=120</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 Pane : [SOLVED]Problem with pane double-click restoring]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24428&amp;PID=78796&amp;title=solvedproblem-with-pane-doubleclick-restoring#78796</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9012">agontarenko</a><br /><strong>Subject:</strong> &#091;SOLVED&#093;Problem with pane double-click restoring<br /><strong>Posted:</strong> 02 October 2023 at 6:00am<br /><br />Hello,<br><br>ShowContentsWhileDragging option allows to have behavior like in Visual Studio, so we consider this normal.<br><br>Regards,<br>Artem Gontarenko]]>
   </description>
   <pubDate>Mon, 02 Oct 2023 06:00:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24428&amp;PID=78796&amp;title=solvedproblem-with-pane-doubleclick-restoring#78796</guid>
  </item> 
  <item>
   <title><![CDATA[Docking Pane : [SOLVED]Problem with pane double-click restoring]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24428&amp;PID=78787&amp;title=solvedproblem-with-pane-doubleclick-restoring#78787</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8283">MikeArmstrong10</a><br /><strong>Subject:</strong> &#091;SOLVED&#093;Problem with pane double-click restoring<br /><strong>Posted:</strong> 25 September 2023 at 8:19am<br /><br />Hi,<div><br></div><div>This problem is regarding the double-click action on a pane's title bar to toggle that pane to/from it's last docked/non docked position.</div><div><br></div><div>The problem only exists when the&nbsp;ShowContentsWhileDragging option is True.&nbsp; The IDE is VB6.</div><div><br></div><div>The video below illustrates the problem using the SDISample code.&nbsp; I am using&nbsp;Xtreme SuitePro ActiveX v22.1.0</div><div><br></div><div>At the start of the video, ShowContentsWhileDragging is set to FALSE and the behaviour is correct.&nbsp; When you drag the floating pane G towards the bottom of the docked pane F and drop in the indicated position, pane G becomes docked below pane F.&nbsp; Double clicking the title bar of pane G restores the pane to it's floating condition in the correct position, ie the position it was last in before being docked.</div><div><br></div><div>After setting ShowContentsWhileDragging to TRUE, the same double click incorrectly restores pane G to the position where it was dropped rather than the position where it was before being docked.&nbsp; In this example, and in our application, this results in the pane being almost completely off-screen and I know this will confuse our end-users.</div><div><br></div><div><iframe width="560" height="350" src="https://www.youtube.com/embed/7v4U7kXEs18"  frameborder="0" allowfullscreen></iframe><br></div><div><br></div><div>It is a minor point I know but this means our quality team won't allow ShowContentsWhileDragging&nbsp; until the usual behaviour can be restored, and I really would like to enable ShowContentsWhileDragging as it looks so much more modern.</div><div><br></div><div>Is there anything that I can do to alter this behaviour myself or will it require a code change in the ActiveX control?</div><div><br></div><div>Many thanks,</div><div><br></div><div>Mike</div>]]>
   </description>
   <pubDate>Mon, 25 Sep 2023 08:19:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24428&amp;PID=78787&amp;title=solvedproblem-with-pane-doubleclick-restoring#78787</guid>
  </item> 
  <item>
   <title><![CDATA[Docking Pane : Can&#039;t dock pane in bottom part next to pane on LFT]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24413&amp;PID=78748&amp;title=cant-dock-pane-in-bottom-part-next-to-pane-on-lft#78748</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9622">Ivand</a><br /><strong>Subject:</strong> Can&#039;t dock pane in bottom part next to pane on LFT<br /><strong>Posted:</strong> 03 August 2023 at 8:47am<br /><br />We have bought CodeJocks DockPanel (and other controls) - ActiveX version.<div><br></div><div>We now have a problem. We already have multiple usage of DockPanel of CodeJocks to show dock-panels in few parts of screen: mostly it is on the right side of main screen, and on the left side of the main screen. However, also we have a dock-panel in lower part of screen, and it is below some othe program which we call as external .exe file from our main program. So we are struggling with making it possible to dock in the bottom of it, in such a way, that it has exactly same width as a program which is above this newly created dock-panel at bottom.</div><div><br></div><div>I attach a screenshot of sample which you provided.</div><div>Our window looks similar to what is on scrrenshot.</div><div><br></div><div>problem is that after we have only dock-panel only on left (and maybe on right also),</div><div>but not at bottom, and want to open dock-panel also at bottom, unfortunately it always appears in such a way that it takes whole bottom part of whole program/window, but not is not placed into the middle part of screen - exactly at it's bottom (bottom of middle part of screen). so please suggest a solution how to do it in code&nbsp;</div><div><br></div><div>thank you in advance</div><div><img src="uploads/9622/code-jocks-bottom-dock-panel-support.PNG" height="1390" width="1901" border="0" /><br></div><div><br></div><div>on the screenshot - pane5 takes all bottom part of screen, but it must be between pane7 and between pane10 (which are on left and right), and at same time - at bottom of middle part of screen.</div><div><br></div>]]>
   </description>
   <pubDate>Thu, 03 Aug 2023 08:47:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24413&amp;PID=78748&amp;title=cant-dock-pane-in-bottom-part-next-to-pane-on-lft#78748</guid>
  </item> 
  <item>
   <title><![CDATA[Docking Pane : VB6 Drag &amp; Drop from windows explorer to form]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24366&amp;PID=78649&amp;title=vb6-drag-drop-from-windows-explorer-to-form#78649</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8973">TimLey</a><br /><strong>Subject:</strong> VB6 Drag &amp; Drop from windows explorer to form<br /><strong>Posted:</strong> 07 March 2023 at 4:51am<br /><br />Hi,<div><br></div><div>I have a form which is in a docked pane.</div><div><br></div><div>Dragging &amp; Dropping from Windows explorer (dragging files into a window) does not work.</div><div><br></div><div>The window doesn't get focus when the mouse is dragged over it.</div><div><br></div><div>Any suggestions?<br><br>Thanks,</div><div><br>Tim</div>]]>
   </description>
   <pubDate>Tue, 07 Mar 2023 04:51:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24366&amp;PID=78649&amp;title=vb6-drag-drop-from-windows-explorer-to-form#78649</guid>
  </item> 
  <item>
   <title><![CDATA[Docking Pane : Version 20.0.0 Pane repainting bug]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24191&amp;PID=78207&amp;title=version-20-0-0-pane-repainting-bug#78207</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4333">Vycheslav</a><br /><strong>Subject:</strong> Version 20.0.0 Pane repainting bug<br /><strong>Posted:</strong> 19 August 2021 at 9:24am<br /><br />Thanks, Artem&nbsp;<img src="http://forum.codejock.com/smileys/smiley4.gif" border="0" alt="Big smile" title="Big smile" />]]>
   </description>
   <pubDate>Thu, 19 Aug 2021 09:24:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24191&amp;PID=78207&amp;title=version-20-0-0-pane-repainting-bug#78207</guid>
  </item> 
  <item>
   <title><![CDATA[Docking Pane : Version 20.0.0 Pane repainting bug]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24191&amp;PID=78206&amp;title=version-20-0-0-pane-repainting-bug#78206</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9012">agontarenko</a><br /><strong>Subject:</strong> Version 20.0.0 Pane repainting bug<br /><strong>Posted:</strong> 19 August 2021 at 8:55am<br /><br />I found revision with fix. Wait please 20.1.<div><br></div><div>Regards,</div>Artem Gontarenko]]>
   </description>
   <pubDate>Thu, 19 Aug 2021 08:55:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24191&amp;PID=78206&amp;title=version-20-0-0-pane-repainting-bug#78206</guid>
  </item> 
  <item>
   <title><![CDATA[Docking Pane : Version 20.0.0 Pane repainting bug]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24191&amp;PID=78205&amp;title=version-20-0-0-pane-repainting-bug#78205</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4333">Vycheslav</a><br /><strong>Subject:</strong> Version 20.0.0 Pane repainting bug<br /><strong>Posted:</strong> 19 August 2021 at 3:17am<br /><br /><div>Thanks. But. This is a sample applications.</div><div>Did your testers check this samples before building next setup?</div><div>This is the easiest, fastest and cheapest method to test the working capacity of new components.</div>]]>
   </description>
   <pubDate>Thu, 19 Aug 2021 03:17:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24191&amp;PID=78205&amp;title=version-20-0-0-pane-repainting-bug#78205</guid>
  </item> 
  <item>
   <title><![CDATA[Docking Pane : Version 20.0.0 Pane repainting bug]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24191&amp;PID=78203&amp;title=version-20-0-0-pane-repainting-bug#78203</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2447">derekl</a><br /><strong>Subject:</strong> Version 20.0.0 Pane repainting bug<br /><strong>Posted:</strong> 18 August 2021 at 10:32am<br /><br />The sample solution in 20.0.0 does not resize docking panes at all when you drag their dividers handles.<div>C:\Program Files (x86)\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v20.0.0\Samples\DockingPane\C#.NET\DockingPane\</div><div><br></div><div>Try to resize any of the panes and you see the divider move, but it just snaps back when you stop dragging.</div><div>I upgraded our application to 20.0.0 and it is unusable because the docking panes do not resize.</div><div><br></div>]]>
   </description>
   <pubDate>Wed, 18 Aug 2021 10:32:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24191&amp;PID=78203&amp;title=version-20-0-0-pane-repainting-bug#78203</guid>
  </item> 
  <item>
   <title><![CDATA[Docking Pane : Version 20.0.0 Pane repainting bug]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24191&amp;PID=78202&amp;title=version-20-0-0-pane-repainting-bug#78202</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9012">agontarenko</a><br /><strong>Subject:</strong> Version 20.0.0 Pane repainting bug<br /><strong>Posted:</strong> 18 August 2021 at 9:09am<br /><br />At now we testing v20.1. In this version this bug is absent, probably already fixed. Wait please 20.1.<br>]]>
   </description>
   <pubDate>Wed, 18 Aug 2021 09:09:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24191&amp;PID=78202&amp;title=version-20-0-0-pane-repainting-bug#78202</guid>
  </item> 
  <item>
   <title><![CDATA[Docking Pane : Version 20.0.0 Pane repainting bug]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24191&amp;PID=78200&amp;title=version-20-0-0-pane-repainting-bug#78200</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9012">agontarenko</a><br /><strong>Subject:</strong> Version 20.0.0 Pane repainting bug<br /><strong>Posted:</strong> 18 August 2021 at 7:59am<br /><br />I have reproduce this problem, I started work to resolve it.<br>]]>
   </description>
   <pubDate>Wed, 18 Aug 2021 07:59:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24191&amp;PID=78200&amp;title=version-20-0-0-pane-repainting-bug#78200</guid>
  </item> 
 </channel>
</rss>