<?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 : CommandBar and DockingPanes</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : CommandBar and DockingPanes]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 13:48:40 +0000</pubDate>
  <lastBuildDate>Mon, 02 Jul 2007 04:49:53 +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=6414</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[CommandBar and DockingPanes : DockMain.SetCommandBars(Me.CommandBars_Main.GetDispatch) ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6414&amp;PID=24095&amp;title=commandbar-and-dockingpanes#24095</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2748">tioadji</a><br /><strong>Subject:</strong> 6414<br /><strong>Posted:</strong> 02 July 2007 at 4:49am<br /><br />&nbsp; DockMain.SetCommandBars(Me.CommandBars_Main.GetDispatch)]]>
   </description>
   <pubDate>Mon, 02 Jul 2007 04:49:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6414&amp;PID=24095&amp;title=commandbar-and-dockingpanes#24095</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBar and DockingPanes : Nevermind... ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6414&amp;PID=20780&amp;title=commandbar-and-dockingpanes#20780</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2764">Aidal</a><br /><strong>Subject:</strong> 6414<br /><strong>Posted:</strong> 27 February 2007 at 9:03am<br /><br />Nevermind...]]>
   </description>
   <pubDate>Tue, 27 Feb 2007 09:03:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6414&amp;PID=20780&amp;title=commandbar-and-dockingpanes#20780</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBar and DockingPanes : Ok, so I figured out how to load...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6414&amp;PID=20779&amp;title=commandbar-and-dockingpanes#20779</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2764">Aidal</a><br /><strong>Subject:</strong> 6414<br /><strong>Posted:</strong> 27 February 2007 at 8:49am<br /><br />Ok, so I figured out how to load the form into the pane. Turns out I was using a wrong ID for the pane.<DIV>I still have the problem with the right pane (of the two panes) still won't fill the rest of the form, but stops about 2 cm from the right edge.</DIV><DIV>&nbsp;</DIV><DIV>Another thing I cannot seem to find a clear description of is how to add ShortcutBarItem(s) to a ShortcutBar.</DIV><DIV>&nbsp;</DIV><DIV>The samples that comes with the suite installation are messed up, so I cannot use them.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 27 Feb 2007 08:49:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6414&amp;PID=20779&amp;title=commandbar-and-dockingpanes#20779</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBar and DockingPanes : Thanks for your reply Lee but...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6414&amp;PID=20733&amp;title=commandbar-and-dockingpanes#20733</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2764">Aidal</a><br /><strong>Subject:</strong> 6414<br /><strong>Posted:</strong> 26 February 2007 at 3:06am<br /><br />Thanks for your reply Lee but I was already doing the Dispatch thing, so I don't think that is the problem.<DIV>&nbsp;</DIV><DIV>At the moment it's the actual "load form into pane" that is bugging me.</DIV><DIV>&nbsp;</DIV><DIV>I believe it's somwhere around here the problem is:</DIV><DIV>------------------------------------</DIV><DIV><FONT color=#0000ff size=2>private</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>void</FONT><FONT size=2> axDockingPane1_AttachPaneEvent(</FONT><FONT color=#0000ff size=2>object</FONT><FONT size=2> sender, AxXtremeDockingPane._DDockingPaneEvents_AttachPaneEvent e)</FONT></DIV><DIV><FONT size=2>{</FONT></DIV><DIV><FONT color=#0000ff size=2>switch</FONT><FONT size=2> (e.item.Id)</FONT></DIV><DIV><FONT size=2>{</FONT></DIV><DIV><FONT color=#0000ff size=2>case</FONT><FONT size=2> ID.ShortCutPane:</FONT></DIV><DIV><FONT color=#0000ff size=2>if</FONT><FONT size=2>(</FONT><FONT color=#0000ff size=2>this</FONT><FONT size=2>.FormPaneA == </FONT><FONT color=#0000ff size=2>null</FONT><FONT size=2>) </FONT></DIV><DIV><FONT size=2>{</FONT></DIV><DIV><FONT color=#0000ff size=2>this</FONT><FONT size=2>.FormPaneA = </FONT><FONT color=#0000ff size=2>new</FONT><FONT size=2> FormPaneA();</FONT></DIV><DIV><FONT size=2>}</FONT></DIV><DIV><FONT size=2>e.item.Handle = </FONT><FONT color=#0000ff size=2>this</FONT><FONT size=2>.FormPaneA.Handle.ToInt32();</FONT></DIV><DIV><FONT color=#0000ff size=2>break</FONT><FONT size=2>;</FONT></DIV><DIV><FONT size=2>}</FONT></DIV><DIV><FONT size=2>}</DIV></FONT><DIV>------------------------------------</DIV><DIV>&nbsp;</DIV><DIV>Another thing is that, as mentioned earlier I have 2 panes side by side. The right pane (which is supposed to change contents accordng to what's selected in the left pane) doesn't fill out the rest of the form as it should, it stops about 2cm from the right form edge.</DIV><DIV>&nbsp;</DIV><DIV>But still, loading forms into my panes is my main priority at this moment.</DIV><DIV>&nbsp;</DIV><DIV>/Aidal</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 26 Feb 2007 03:06:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6414&amp;PID=20733&amp;title=commandbar-and-dockingpanes#20733</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBar and DockingPanes : Hi Aidal.If you are coding with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6414&amp;PID=20730&amp;title=commandbar-and-dockingpanes#20730</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2793">Lee,Changu</a><br /><strong>Subject:</strong> 6414<br /><strong>Posted:</strong> 25 February 2007 at 11:12pm<br /><br />Hi Aidal.<br><br>If you are coding with .NET framework...<br><br>I've suffered from the same problem, and I eventually found the answer.<br>You can also be found the answer on frmMain.cs:313 of GUISample project in sample directory.<br>You will be noticed that you should use CommandBars.GetDispatch() as a prameter of SetCommandBars () instead of CommandBars object.<br><br>I convince that it must be helpful.<br>]]>
   </description>
   <pubDate>Sun, 25 Feb 2007 23:12:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6414&amp;PID=20730&amp;title=commandbar-and-dockingpanes#20730</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBar and DockingPanes : Hmm... it&amp;#039;s helped on the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6414&amp;PID=20463&amp;title=commandbar-and-dockingpanes#20463</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2764">Aidal</a><br /><strong>Subject:</strong> 6414<br /><strong>Posted:</strong> 15 February 2007 at 7:02am<br /><br />Hmm... it's helped on the alignment of the UI elements but I still get ithe MessageBox with title "DockingPane" and the text "Member not found."]]>
   </description>
   <pubDate>Thu, 15 Feb 2007 07:02:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6414&amp;PID=20463&amp;title=commandbar-and-dockingpanes#20463</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBar and DockingPanes : That helped Oleg, thanks for your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6414&amp;PID=20460&amp;title=commandbar-and-dockingpanes#20460</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2764">Aidal</a><br /><strong>Subject:</strong> 6414<br /><strong>Posted:</strong> 15 February 2007 at 5:04am<br /><br /><P>That helped Oleg, thanks for your time guys <img src="https://forum.codejock.com/smileys/smiley1.gif" border="0"></P>]]>
   </description>
   <pubDate>Thu, 15 Feb 2007 05:04:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6414&amp;PID=20460&amp;title=commandbar-and-dockingpanes#20460</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBar and DockingPanes : Hi, May be this will help: h...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6414&amp;PID=20459&amp;title=commandbar-and-dockingpanes#20459</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6414<br /><strong>Posted:</strong> 15 February 2007 at 4:47am<br /><br />Hi,<DIV>May be this will help:</DIV><DIV><a href="http://www.codejock.com/support/articles/com/dockingpane/dp_3.asp" target="_blank">http://www.codejock.com/support/articles/com/dockingpane/dp_3.asp</A></DIV>]]>
   </description>
   <pubDate>Thu, 15 Feb 2007 04:47:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6414&amp;PID=20459&amp;title=commandbar-and-dockingpanes#20459</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBar and DockingPanes : If I do  obj_MyDockingPane.Se...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6414&amp;PID=20452&amp;title=commandbar-and-dockingpanes#20452</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2764">Aidal</a><br /><strong>Subject:</strong> 6414<br /><strong>Posted:</strong> 15 February 2007 at 2:57am<br /><br />If I do <DIV>obj_MyDockingPane.SetcommandBars(obj_MyCommandBars);</DIV><DIV>&nbsp;</DIV><DIV>It has no effect other than an error message I get in form of a MessageBox with title "DockingPane" and the text "Member not found."</DIV>]]>
   </description>
   <pubDate>Thu, 15 Feb 2007 02:57:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6414&amp;PID=20452&amp;title=commandbar-and-dockingpanes#20452</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBar and DockingPanes : Did you try this: DockingPane.SetCommandBars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6414&amp;PID=20410&amp;title=commandbar-and-dockingpanes#20410</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2575">Jean</a><br /><strong>Subject:</strong> 6414<br /><strong>Posted:</strong> 14 February 2007 at 8:32am<br /><br /><DIV>Did you try this:</DIV><DIV><FONT face="Courier New, Courier, mono">DockingPane.SetCommandBars CommandBars</FONT></DIV><DIV>?</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 14 Feb 2007 08:32:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6414&amp;PID=20410&amp;title=commandbar-and-dockingpanes#20410</guid>
  </item> 
 </channel>
</rss>