<?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 : Customizable</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Customizable]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 10:11:57 +0000</pubDate>
  <lastBuildDate>Wed, 21 May 2008 06:37:39 +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=10660</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[Customizable : Hi,  I don&amp;#039;t see a way...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10660&amp;PID=35526&amp;title=customizable#35526</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10660<br /><strong>Posted:</strong> 21 May 2008 at 6:37am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I don't see a way of doing this, there are a few options what you could do:</DIV><DIV>&nbsp;</DIV><DIV>1.&nbsp;&nbsp;&nbsp; The best way is to ask CodeJock to implement this in CommandBars <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>2.&nbsp;&nbsp;&nbsp;&nbsp;The only way to have toolbars side by side is to set toolBar.EnableDocking xtpFlagAlignTop Or xtpFlagFloating Or <strong>xtpFlagStretchedShared. </strong>In this case the toolbar (last one in the row) will be resized, I think you don't want that.</DIV><DIV>&nbsp;</DIV><DIV>3.&nbsp;&nbsp;&nbsp; Write your own code to re-dock the toolbars. But then again you need an event when a toolbar is repositioned.&nbsp;&nbsp;I haven't seen that event either and that brings me to option number 1 <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Wed, 21 May 2008 06:37:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10660&amp;PID=35526&amp;title=customizable#35526</guid>
  </item> 
  <item>
   <title><![CDATA[Customizable : Ah, that did the trick; it was...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10660&amp;PID=35488&amp;title=customizable#35488</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4178">griswald88</a><br /><strong>Subject:</strong> 10660<br /><strong>Posted:</strong> 20 May 2008 at 4:45pm<br /><br />Ah, that did the trick; it was not having the AlwaysShowExpandButtons set to True.<DIV>&nbsp;</DIV><DIV>Along the same lines, if I have 4 toolbars on the same "row" and I drag the 2nd bar to a new "row", I would like the remaining bars to "slide" over, what's the best way to accomplish that?</DIV>]]>
   </description>
   <pubDate>Tue, 20 May 2008 16:45:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10660&amp;PID=35488&amp;title=customizable#35488</guid>
  </item> 
  <item>
   <title><![CDATA[Customizable : Hi,   Not really   In the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10660&amp;PID=35364&amp;title=customizable#35364</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10660<br /><strong>Posted:</strong> 18 May 2008 at 1:35am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>Not really <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>In the sample I uploaded in the other post you did, change this and see what happens.</DIV><DIV>&nbsp;</DIV><DIV>In Private Function LoadMenuItems()</DIV><DIV>&nbsp;</DIV><DIV>CommandBars.ActiveMenuBar.CommandBars.Options.ShowExpandButtonAlways = <strong>True</strong><BR></DIV><P>and add after:</P><DIV><FONT color=#999999>toolBarViews.ModifyStyle xtpFlagHideClose, XTP_CBRS_GRIPPER</FONT></DIV><DIV><strong>toolBarViews.ShowExpandButton = True</strong></DIV><P>I don't see any gap between the toolbars with the sample project.</P><DIV>Otherwise upload your project with <strong>only the code with docking of the toolbars.</strong></DIV><DIV><strong></strong>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 18 May 2008 01:35:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10660&amp;PID=35364&amp;title=customizable#35364</guid>
  </item> 
  <item>
   <title><![CDATA[Customizable : I essentially copied the DockRightOf...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10660&amp;PID=35362&amp;title=customizable#35362</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4178">griswald88</a><br /><strong>Subject:</strong> 10660<br /><strong>Posted:</strong> 18 May 2008 at 1:06am<br /><br />I essentially copied the DockRightOf method from the samples and after I add each of my toolbars, I dock them all right beside one another, BUT if I do not shot the ExpandButton, there is a "buffer space" to the right of each bar, before the start of the next bar. It's as if it is maintaining a buffer of space for where the ExpandButton WOULD be if it were visible...make sense?]]>
   </description>
   <pubDate>Sun, 18 May 2008 01:06:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10660&amp;PID=35362&amp;title=customizable#35362</guid>
  </item> 
  <item>
   <title><![CDATA[Customizable : Hi,   When you dock the toolbars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10660&amp;PID=35361&amp;title=customizable#35361</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10660<br /><strong>Posted:</strong> 17 May 2008 at 11:24pm<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>When you dock the toolbars you could set the last toolbar:</DIV><DIV>&nbsp;</DIV><DIV>CommandBars(5).ShowExpandButton = True (and all others to False)</DIV><DIV>&nbsp;</DIV><DIV>But when the form is resized the toolbars will be positioned as well !!! So bye bye only one ExpandButton <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>What do you mean by:</DIV><DIV><strong>Otherwise, when I perform the auto dock routine I have an extra space between the bars for where the customize button "would" be</strong></DIV><DIV><strong></strong>&nbsp;</DIV><DIV><strong></strong>&nbsp;</DIV><DIV><strong></strong>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 17 May 2008 23:24:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10660&amp;PID=35361&amp;title=customizable#35361</guid>
  </item> 
  <item>
   <title><![CDATA[Customizable : Ah, that is it...that is how it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10660&amp;PID=35359&amp;title=customizable#35359</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4178">griswald88</a><br /><strong>Subject:</strong> 10660<br /><strong>Posted:</strong> 17 May 2008 at 6:20pm<br /><br />Ah, that is it...that is how it is designed. It is directly related to the docking...hmmm, that's kind of odd. Is there any way then to only show the customize on the last bar docked in the row? Otherwise, when I perform the auto dock routine I have an extra space between the bars for where the customize button "would" be.]]>
   </description>
   <pubDate>Sat, 17 May 2008 18:20:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10660&amp;PID=35359&amp;title=customizable#35359</guid>
  </item> 
  <item>
   <title><![CDATA[Customizable : Hi,  I don&amp;#039;t know which...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10660&amp;PID=35347&amp;title=customizable#35347</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10660<br /><strong>Posted:</strong> 17 May 2008 at 3:31am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I don't know which sample you mean and how it will be displayed but I think it's designed. If you dock a toolbar on a new "row" you get to customize only that single toolbar. If another toolbar is docked on the same "row" you get a menu with both toolbars.</DIV>]]>
   </description>
   <pubDate>Sat, 17 May 2008 03:31:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10660&amp;PID=35347&amp;title=customizable#35347</guid>
  </item> 
  <item>
   <title><![CDATA[Customizable : I have 4 command bars (toolbars)...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10660&amp;PID=35344&amp;title=customizable#35344</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4178">griswald88</a><br /><strong>Subject:</strong> 10660<br /><strong>Posted:</strong> 17 May 2008 at 2:01am<br /><br />I have 4 command bars (toolbars) A, B, C and D. How come when I click the customize drop down at the end of the bar I get options for A, B, C and D? I only want A &gt; to show up if I am on bar A and B &gt; if I am on bar B, how do I make this work?&nbsp; i noticed that it seems to work correct in the examples, but I cannot seem to get the desired effect. THANKS!]]>
   </description>
   <pubDate>Sat, 17 May 2008 02:01:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10660&amp;PID=35344&amp;title=customizable#35344</guid>
  </item> 
 </channel>
</rss>