<?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 : Toolbar buttons with multiline captions</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Toolbar buttons with multiline captions]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 24 Apr 2026 15:25:24 +0000</pubDate>
  <lastBuildDate>Mon, 28 Aug 2006 07:22:19 +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=4873</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[Toolbar buttons with multiline captions :   Hello,one additional question...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4873&amp;PID=15263&amp;title=toolbar-buttons-with-multiline-captions#15263</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2014">akur</a><br /><strong>Subject:</strong> 4873<br /><strong>Posted:</strong> 28 August 2006 at 7:22am<br /><br />Hello,<br><br>one additional question about the <font color="#0000ff">xtpButtonIconAndCaptionBelow </font>style:<br>is there any way to make all the <b>toolbar buttons use the same width</b>? Because when I set the above style for my buttons, each button is exactly as wide as it needs to be according to its caption text length. However, my toolbar has several rows of buttons, so the buttons are not lined up below each other correctly (because <b>each of them has a different width</b>) which can be a problem for the clients.<br>Can I make them all the same width somehow if I use the above button style?<br><br>Thanks a lot!]]>
   </description>
   <pubDate>Mon, 28 Aug 2006 07:22:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4873&amp;PID=15263&amp;title=toolbar-buttons-with-multiline-captions#15263</guid>
  </item> 
  <item>
   <title><![CDATA[Toolbar buttons with multiline captions : Yes, it&amp;#039;s much better now,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4873&amp;PID=15203&amp;title=toolbar-buttons-with-multiline-captions#15203</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2014">akur</a><br /><strong>Subject:</strong> 4873<br /><strong>Posted:</strong> 24 August 2006 at 10:31am<br /><br />Yes, it's much better now, thanks!<br><br>So an information for others who may be interested: it means that calling<br><font color="#0000ff" face="Courier New, Courier, mono">&nbsp;&nbsp;&nbsp; m_pXTPToolbar-&gt;ShowTextBelowIcons(TRUE);</font><br>for the whole toolbar is _not_ the same as calling<br><font color="#0000ff" face="Courier New, Courier, mono">&nbsp;&nbsp;&nbsp; pXTPButton-&gt;SetStyle(xtpButtonIconAndCaptionBelow);</font><br>for each button in that toolbar. <img src="http://forum.codejock.com/smileys/smiley38.gif" border="0" align="absmiddle"><br><br>Toolbar captions are in two rows at most with this approach. I guess there won't be any more lines even if caption will be very-very long, so developers shall e.g. cut the caption with an ellipsis if they need to.]]>
   </description>
   <pubDate>Thu, 24 Aug 2006 10:31:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4873&amp;PID=15203&amp;title=toolbar-buttons-with-multiline-captions#15203</guid>
  </item> 
  <item>
   <title><![CDATA[Toolbar buttons with multiline captions : Hello,  try xtpButtonIconAndCaptionBelow...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4873&amp;PID=15188&amp;title=toolbar-buttons-with-multiline-captions#15188</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4873<br /><strong>Posted:</strong> 24 August 2006 at 8:57am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>try xtpButtonIconAndCaptionBelow style. See new Samples\CommandBars\GallerySample sample.</DIV>]]>
   </description>
   <pubDate>Thu, 24 Aug 2006 08:57:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4873&amp;PID=15188&amp;title=toolbar-buttons-with-multiline-captions#15188</guid>
  </item> 
  <item>
   <title><![CDATA[Toolbar buttons with multiline captions : Hello,is there any way to have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4873&amp;PID=15176&amp;title=toolbar-buttons-with-multiline-captions#15176</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2014">akur</a><br /><strong>Subject:</strong> 4873<br /><strong>Posted:</strong> 24 August 2006 at 4:50am<br /><br />Hello,<br><br>is there any way to have <b>multiline text</b> captions shown in a <b>toolbar</b>?<br><br>I have a toolbar with both icons and texts displayed (text below icon), but the long, single-line texts make the toolbar buttons differently sized, which is really not a nice visual experience. How to make these buttons equally sized (with their texts displayed under the button)?<br><br>Thanks a lot, in advance!<br><br>]]>
   </description>
   <pubDate>Thu, 24 Aug 2006 04:50:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4873&amp;PID=15176&amp;title=toolbar-buttons-with-multiline-captions#15176</guid>
  </item> 
 </channel>
</rss>