<?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 : Dockingpane hides under Ribbonbar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Dockingpane hides under Ribbonbar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 23:06:51 +0000</pubDate>
  <lastBuildDate>Fri, 13 Jan 2012 11:56: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=19404</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[Dockingpane hides under Ribbonbar : this is VB .Net? That is not the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19404&amp;PID=67425&amp;title=dockingpane-hides-under-ribbonbar#67425</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 19404<br /><strong>Posted:</strong> 13 January 2012 at 11:56am<br /><br />this is VB .Net? &nbsp;That is not the proper spot for&nbsp;<span style="text-align: left; : rgb248, 248, 252; ">&nbsp;DockingPaneManager.SetCommandBars (CommandBars.GetDispatch), it should be set after your commandbars are loaded and before the docking panes are created.</span>]]>
   </description>
   <pubDate>Fri, 13 Jan 2012 11:56:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19404&amp;PID=67425&amp;title=dockingpane-hides-under-ribbonbar#67425</guid>
  </item> 
  <item>
   <title><![CDATA[Dockingpane hides under Ribbonbar :   Hi,thanks for your help. I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19404&amp;PID=67424&amp;title=dockingpane-hides-under-ribbonbar#67424</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7277">ruschmeier@truncad.d</a><br /><strong>Subject:</strong> 19404<br /><strong>Posted:</strong> 13 January 2012 at 11:46am<br /><br />Hi,<div>&nbsp;</div><div>thanks for your help. I changed this:</div><div>&nbsp;</div><div><br>Private Sub DockingPaneManager_Resize()<br>&nbsp;&nbsp;&nbsp; On Error Resume Next<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Dim Left As Long<br>&nbsp;&nbsp;&nbsp; Dim Top As Long<br>&nbsp;&nbsp;&nbsp; Dim Right As Long<br>&nbsp;&nbsp;&nbsp; Dim Bottom As Long<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; DockingPaneManager.GetClientRect Left, Top, Right, Bottom<br>&nbsp;&nbsp;&nbsp; DockingPaneManager.RecalcLayout<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; DockingPaneManager.SetCommandBars (CommandBars.GetDispatch)</div><div>End Sub</div><div>&nbsp;</div><div>and now it works. The panes are where I want them to be! Great!</div><div>&nbsp;</div><div>Thanks a lot. Now I only have the problem of the missing controls of the frame in the CommandBars Section of this forum.</div><div>&nbsp;</div><div>Good day,</div><div>Frank</div>]]>
   </description>
   <pubDate>Fri, 13 Jan 2012 11:46:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19404&amp;PID=67424&amp;title=dockingpane-hides-under-ribbonbar#67424</guid>
  </item> 
  <item>
   <title><![CDATA[Dockingpane hides under Ribbonbar : Which status bar is that? If is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19404&amp;PID=67422&amp;title=dockingpane-hides-under-ribbonbar#67422</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 19404<br /><strong>Posted:</strong> 13 January 2012 at 11:25am<br /><br />Which status bar is that? &nbsp;If is is not the codejock one you will need this:<div><br></div><div><div>Private Sub CommandBars_GetClientBordersWidth(Left As Long, Top As Long, Right As Long, Bottom As Long)</div><div>&nbsp; &nbsp;If sbStatusBar.Visible Then</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Bottom = sbStatusBar.Height</div><div>&nbsp; &nbsp; End If</div><div>End Sub</div></div><div><br></div><div>I am sure the solution i gave before is your problem to the drawing over the panes</div>]]>
   </description>
   <pubDate>Fri, 13 Jan 2012 11:25:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19404&amp;PID=67422&amp;title=dockingpane-hides-under-ribbonbar#67422</guid>
  </item> 
  <item>
   <title><![CDATA[Dockingpane hides under Ribbonbar : please attach your code or modify...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19404&amp;PID=67420&amp;title=dockingpane-hides-under-ribbonbar#67420</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 19404<br /><strong>Posted:</strong> 13 January 2012 at 11:14am<br /><br />please attach your code or modify a sample of our to show what you do]]>
   </description>
   <pubDate>Fri, 13 Jan 2012 11:14:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19404&amp;PID=67420&amp;title=dockingpane-hides-under-ribbonbar#67420</guid>
  </item> 
  <item>
   <title><![CDATA[Dockingpane hides under Ribbonbar :   Hi,thanks for the answer,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19404&amp;PID=67417&amp;title=dockingpane-hides-under-ribbonbar#67417</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7277">ruschmeier@truncad.d</a><br /><strong>Subject:</strong> 19404<br /><strong>Posted:</strong> 13 January 2012 at 11:11am<br /><br />Hi,<div>&nbsp;</div><div>thanks for the answer, but I already did that. It did not work.</div><div>&nbsp;</div><div>Regards,</div><div>Frank</div>]]>
   </description>
   <pubDate>Fri, 13 Jan 2012 11:11:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19404&amp;PID=67417&amp;title=dockingpane-hides-under-ribbonbar#67417</guid>
  </item> 
  <item>
   <title><![CDATA[Dockingpane hides under Ribbonbar : think you need this:http://cod...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19404&amp;PID=67415&amp;title=dockingpane-hides-under-ribbonbar#67415</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 19404<br /><strong>Posted:</strong> 13 January 2012 at 11:02am<br /><br />think you need this:<div><a href="http://codejock.com/support/articles/com/dockingpane/dp_3.asp" target="_blank">http://codejock.com/support/articles/com/dockingpane/dp_3.asp</a><br></div>]]>
   </description>
   <pubDate>Fri, 13 Jan 2012 11:02:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19404&amp;PID=67415&amp;title=dockingpane-hides-under-ribbonbar#67415</guid>
  </item> 
  <item>
   <title><![CDATA[Dockingpane hides under Ribbonbar :   Hi there,I have a problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19404&amp;PID=67412&amp;title=dockingpane-hides-under-ribbonbar#67412</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7277">ruschmeier@truncad.d</a><br /><strong>Subject:</strong> 19404<br /><strong>Posted:</strong> 13 January 2012 at 4:51am<br /><br />Hi there,<div>&nbsp;</div><div>I have a problem with the functionality of the dockingpane. I have created a form, loaded xcb-file to display the ribbonbar and the toolbox and placed&nbsp;3 dockingpanes on the form.</div><div>&nbsp;</div><div>When I start the application, it lookslike this:</div><div>&nbsp;</div><div><img src="http://forum.codejock.com/uploads/7277/Screen01.jpg" height="675" width="829" border="0" /></div><div>&nbsp;</div><div>The panes seem to ignore the toolbar.</div><div>&nbsp;</div><div>But if I just slightly move the toolbar all the panes are recalculated and they look perfect:</div><div>&nbsp;</div><div>&nbsp;</div><div><img src="uploads/7277/Screen02.jpg" height="675" width="829" border="0" /></div><div>&nbsp;</div><div>If I then resize the panes, they jump into the wrong position again.</div><div>&nbsp;</div><div>I hope someone has a solution for this.</div><div>&nbsp;</div><div>Thanks a lot,</div><div>Frank</div>]]>
   </description>
   <pubDate>Fri, 13 Jan 2012 04:51:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19404&amp;PID=67412&amp;title=dockingpane-hides-under-ribbonbar#67412</guid>
  </item> 
 </channel>
</rss>