<?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 : CXTPToolBar questi&#111;n</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : CXTPToolBar questi&#111;n]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 27 Apr 2026 02:25:50 +0000</pubDate>
  <lastBuildDate>Tue, 29 Jun 2004 21:18:40 +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=771</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[CXTPToolBar questi&#111;n : Found the problem in the codejock...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=771&amp;PID=2385&amp;title=cxtptoolbar-question#2385</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=537">Kenneth</a><br /><strong>Subject:</strong> 771<br /><strong>Posted:</strong> 29 June 2004 at 9:18pm<br /><br />Found the problem in the codejock software and fixed it.]]>
   </description>
   <pubDate>Tue, 29 Jun 2004 21:18:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=771&amp;PID=2385&amp;title=cxtptoolbar-question#2385</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPToolBar questi&#111;n : This problem can be seen in the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=771&amp;PID=2353&amp;title=cxtptoolbar-question#2353</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=537">Kenneth</a><br /><strong>Subject:</strong> 771<br /><strong>Posted:</strong> 25 June 2004 at 11:27am<br /><br /><P>This problem can be seen in the ToolKitPro examples, CommonControls when you add the following to the MainFrm OnCreate function:</P><P> &nbsp;GetCommandBars()-&gt;GetCommandBarsOptions()-&gt;bShow ExpandButtonAlways = FALSE;<BR></P><P>Try to move the Animation, slider and the one with the words "Opened Documents" toolbars to the far right of the window and you can see it will stop exactly one dropdown button width from the right side.</P>]]>
   </description>
   <pubDate>Fri, 25 Jun 2004 11:27:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=771&amp;PID=2353&amp;title=cxtptoolbar-question#2353</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPToolBar questi&#111;n : I guess the lack of response means...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=771&amp;PID=2325&amp;title=cxtptoolbar-question#2325</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=537">Kenneth</a><br /><strong>Subject:</strong> 771<br /><strong>Posted:</strong> 24 June 2004 at 9:04am<br /><br />I guess the lack of response means it cannot be done.&nbsp; Is this a Microsoft shortcoming or a codejock shortcoming?]]>
   </description>
   <pubDate>Thu, 24 Jun 2004 09:04:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=771&amp;PID=2325&amp;title=cxtptoolbar-question#2325</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPToolBar questi&#111;n : Ok, I was able to remove the expand...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=771&amp;PID=2195&amp;title=cxtptoolbar-question#2195</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=537">Kenneth</a><br /><strong>Subject:</strong> 771<br /><strong>Posted:</strong> 11 June 2004 at 12:45pm<br /><br />Ok, I was able to remove the expand button.&nbsp; However if I move the resulting CXTPToolBar to the right side of the window, it stops from what appears to be the width of the ExpandButton, form the right side of the window.&nbsp;&nbsp;&nbsp; In contrast, if I move a toolbar with the ExpandButton visible, the toolbar will be flush with the right side of the window.]]>
   </description>
   <pubDate>Fri, 11 Jun 2004 12:45:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=771&amp;PID=2195&amp;title=cxtptoolbar-question#2195</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPToolBar questi&#111;n : You can override CXTPToolBar: class...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=771&amp;PID=2121&amp;title=cxtptoolbar-question#2121</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 771<br /><strong>Posted:</strong> 03 June 2004 at 12:52am<br /><br /><P>You can override CXTPToolBar:</P><P>class CToolBoxBar : public CXTPToolBar<BR>{<BR>public:<BR>&nbsp;DECLARE_XTP_COMMANDBAR(CToolBoxBar)</P><P>&nbsp;CSize CalcDockingLayout(int nLength, DWORD dwMode, int nWidth);</P><P>}</P><P>&nbsp;</P><P>IMPLEMENT_XTP_COMMANDBAR(CToolBoxBar, CXTPToolBar)</P><P>&nbsp;</P><P>CSize CToolBoxBar::CalcDockingLayout(int nLength, DWORD dwMode, int nWidth)<BR>{<BR> &nbsp;GetCommandBars()-&gt;GetCommandBarsOptions()-&gt;bShow ExpandButtonAlways = FALSE;<BR>&nbsp;CSize sz = CXTPToolBar::CalcDockingLayout(nLength, dwMode, nWidth);<BR> &nbsp;GetCommandBars()-&gt;GetCommandBarsOptions()-&gt;bShow ExpandButtonAlways = TRUE;</P><P>&nbsp;return sz;<BR>}</P><P>&nbsp;</P><P>usage:</P><P>&nbsp;CXTPToolBar* pToolBox = (CXTPToolBar*)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pCommandBars-&gt;Add(_T("ToolBox"), xtpBarLeft, <strong>RUNTIME_CLASS(CToolBoxBar));</strong><BR><BR></P><P>but you must make CXTPToolBar::CalcDockingLayout virtual (in next version it will be)</P>]]>
   </description>
   <pubDate>Thu, 03 Jun 2004 00:52:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=771&amp;PID=2121&amp;title=cxtptoolbar-question#2121</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPToolBar questi&#111;n : How about being able to turn it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=771&amp;PID=2114&amp;title=cxtptoolbar-question#2114</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=537">Kenneth</a><br /><strong>Subject:</strong> 771<br /><strong>Posted:</strong> 02 June 2004 at 12:56pm<br /><br />How about being able to turn it off for a selected toolbar?&nbsp; Say I create an CXTPControlCustom animation bar and want to be able to turn it off.]]>
   </description>
   <pubDate>Wed, 02 Jun 2004 12:56:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=771&amp;PID=2114&amp;title=cxtptoolbar-question#2114</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPToolBar questi&#111;n : pCommandBars-&amp;gt;GetCommandBar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=771&amp;PID=2098&amp;title=cxtptoolbar-question#2098</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 771<br /><strong>Posted:</strong> 01 June 2004 at 3:59am<br /><br /> pCommandBars-&gt;GetCommandBarsOptions()-&gt;bShowExpandButt onAlways&nbsp; = FALSE;]]>
   </description>
   <pubDate>Tue, 01 Jun 2004 03:59:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=771&amp;PID=2098&amp;title=cxtptoolbar-question#2098</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPToolBar questi&#111;n :     Hi, Is there a way to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=771&amp;PID=2028&amp;title=cxtptoolbar-question#2028</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=389">yoavo</a><br /><strong>Subject:</strong> 771<br /><strong>Posted:</strong> 23 May 2004 at 8:12am<br /><br /><TABLE id=HB_Mail_C&#111;ntainer height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0 UNABLE="&#111;n"><T><TR height="100%" UNABLE="&#111;n" width="100%"><TD id=HB_Focus_Element vAlign=top width="100%" background="" height=250 UNABLE="off"><P>Hi,</P><P>Is there a way to remove from&nbsp;CXTPToolBar the "Toolbar Options" button (The button which pops the "Add or Remove Buttons" menu) ??</P><P>thanks, Yoav.</P></TD></TR><TR UNABLE="&#111;n" hb_tag="1"><TD style="FONT-SIZE: 1pt" height=1 UNABLE="&#111;n"><DIV id=hotbar_promo></DIV></TD></TR></T></TABLE>]]>
   </description>
   <pubDate>Sun, 23 May 2004 08:12:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=771&amp;PID=2028&amp;title=cxtptoolbar-question#2028</guid>
  </item> 
 </channel>
</rss>