<?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 text</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Toolbar text]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 21:00:50 +0000</pubDate>
  <lastBuildDate>Mon, 03 Nov 2003 13:31:28 +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=175</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 text : Great,thank you! ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=175&amp;PID=470&amp;title=toolbar-text#470</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1">kstowell</a><br /><strong>Subject:</strong> 175<br /><strong>Posted:</strong> 03 November 2003 at 1:31pm<br /><br /><P>Great,&nbsp;thank you!</P>]]>
   </description>
   <pubDate>Mon, 03 Nov 2003 13:31:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=175&amp;PID=470&amp;title=toolbar-text#470</guid>
  </item> 
  <item>
   <title><![CDATA[Toolbar text : Hello. I got the answer from...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=175&amp;PID=464&amp;title=toolbar-text#464</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=196">fgorseth</a><br /><strong>Subject:</strong> 175<br /><strong>Posted:</strong> 03 November 2003 at 5:28am<br /><br /><P>Hello.</P><P>I got the answer from Codejock Support: New files for the GUI WinZip sample project where the xtpControlSplitButtonPopup is implemented :) Thanks!</P><P>BR,<BR>Frode Gorseth</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 03 Nov 2003 05:28:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=175&amp;PID=464&amp;title=toolbar-text#464</guid>
  </item> 
  <item>
   <title><![CDATA[Toolbar text : Hello, Can you please send a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=175&amp;PID=424&amp;title=toolbar-text#424</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1">kstowell</a><br /><strong>Subject:</strong> 175<br /><strong>Posted:</strong> 01 November 2003 at 2:43pm<br /><br /><P>Hello,</P><P>Can you please send a sample that reproduces the problem you are having to <A href="mailto:support@codejock.com" target="_blank">support@codejock.com</A>.&nbsp; We will take a look at this and get right back to you.</P><P>Cheers,<BR>Codejock Support</P>]]>
   </description>
   <pubDate>Sat, 01 Nov 2003 14:43:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=175&amp;PID=424&amp;title=toolbar-text#424</guid>
  </item> 
  <item>
   <title><![CDATA[Toolbar text : This is taken from the MS Money...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=175&amp;PID=371&amp;title=toolbar-text#371</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=196">fgorseth</a><br /><strong>Subject:</strong> 175<br /><strong>Posted:</strong> 20 October 2003 at 3:00pm<br /><br /><P>This is taken from the MS Money GUI sample project. Is there anyone who has implemented the "case xtpControlSplitButtonPopup" (it is not implemented in this sample)?:</P><P>CSize CMsMoneyTheme::DrawControlToolBarParent(CDC* pDC, CXTPControl* pButton, BOOL bDraw)<BR>{<BR>&nbsp;...<BR>&nbsp;...&nbsp;<BR>&nbsp;switch(controlType)<BR>&nbsp;{<BR>&nbsp;case xtpControlPopup:&nbsp;&nbsp;<BR>&nbsp;&nbsp;{&nbsp;<BR>&nbsp;&nbsp;&nbsp;if (bDraw &amp;&amp; (bSelected || bPopuped) &amp;&amp; pButton-&gt;GetParent()-&gt;GetPosition() != xtpBarPopup)<BR>&nbsp;&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;&nbsp;pDC-&gt;FillSolidRect(rcButton, RGB(80, 80, 80));<BR>&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;&nbsp;</P><P>&nbsp;&nbsp;&nbsp;CSize sz = DrawTextEx(pDC, pButton-&gt;GetCaption(), rcButton, bDraw, bVert, TRUE, FALSE, FALSE);<BR>&nbsp;&nbsp;&nbsp;return !bVert? CSize(sz.cx + 16, sz.cy + 8): CSize(sz.cx + 8, sz.cy + 16);<BR>&nbsp;&nbsp;}<BR>&nbsp;case xtpControlSplitButtonPopup:&nbsp;&nbsp;<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;ASSERT(FALSE); // not implemented.<BR>&nbsp;&nbsp;&nbsp;return 0;<BR>&nbsp;&nbsp;}<BR>&nbsp;...<BR>&nbsp;...</P><P>BR,<BR>Frode Gorseth</P>]]>
   </description>
   <pubDate>Mon, 20 Oct 2003 15:00:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=175&amp;PID=371&amp;title=toolbar-text#371</guid>
  </item> 
  <item>
   <title><![CDATA[Toolbar text :  Thanks for the information.large...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=175&amp;PID=368&amp;title=toolbar-text#368</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=196">fgorseth</a><br /><strong>Subject:</strong> 175<br /><strong>Posted:</strong> 20 October 2003 at 8:33am<br /><br /><DIV dir=ltr align=left><SPAN class=406055207-20102003><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV><DIV dir=ltr align=left><SPAN class=406055207-20102003><FONT face=Arial color=#000000 size=2>Thanks for the information.&nbsp;large toolbar buttons with text works fine, but how to get large toolbar buttons with text together with xtpControlSplitButtonPopup. When I add a split button (drop down arrow) to a toolbar button, the text disappears for that button...</FONT></SPAN></DIV><DIV dir=ltr align=left><SPAN class=406055207-20102003><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV><DIV dir=ltr align=left><SPAN class=406055207-20102003><FONT face=Arial size=2>BR,</FONT></SPAN></DIV><DIV dir=ltr align=left><SPAN class=406055207-20102003><FONT face=Arial size=2>Frode Gorseth.</FONT></SPAN></DIV>]]>
   </description>
   <pubDate>Mon, 20 Oct 2003 08:33:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=175&amp;PID=368&amp;title=toolbar-text#368</guid>
  </item> 
  <item>
   <title><![CDATA[Toolbar text : Hi Frode, Take a look at the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=175&amp;PID=358&amp;title=toolbar-text#358</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1">kstowell</a><br /><strong>Subject:</strong> 175<br /><strong>Posted:</strong> 15 October 2003 at 9:42am<br /><br /><P>Hi Frode,</P><P>Take a look at the GUI WinZip sample, this shows how to create command bar buttons with text underneath.</P><P>Kind regards,<BR>Codejock Support</P>]]>
   </description>
   <pubDate>Wed, 15 Oct 2003 09:42:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=175&amp;PID=358&amp;title=toolbar-text#358</guid>
  </item> 
  <item>
   <title><![CDATA[Toolbar text : Hello. How to implement toolbar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=175&amp;PID=357&amp;title=toolbar-text#357</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=196">fgorseth</a><br /><strong>Subject:</strong> 175<br /><strong>Posted:</strong> 15 October 2003 at 8:00am<br /><br /><P>Hello.</P><P>How to implement toolbar text (text below buttons) as in MS Money (but not with the MS Money layout - need toolbar text in standard toolbar). I have been looking at&nbsp;the MS Money sample project, but could not find any solution - yet...</P><P>BR,<BR>Frode Gorseth.</P>]]>
   </description>
   <pubDate>Wed, 15 Oct 2003 08:00:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=175&amp;PID=357&amp;title=toolbar-text#357</guid>
  </item> 
 </channel>
</rss>