<?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 : Large and small toolbar image lists</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Large and small toolbar image lists]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 16:54:05 +0000</pubDate>
  <lastBuildDate>Thu, 03 Feb 2005 07:17:27 +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=1737</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[Large and small toolbar image lists : Thanks Sven. That worked.  larryp  ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1737&amp;PID=4974&amp;title=large-and-small-toolbar-image-lists#4974</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=945">larryp</a><br /><strong>Subject:</strong> 1737<br /><strong>Posted:</strong> 03 February 2005 at 7:17am<br /><br />Thanks Sven.&nbsp; That worked.<br><br>larryp<br>]]>
   </description>
   <pubDate>Thu, 03 Feb 2005 07:17:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1737&amp;PID=4974&amp;title=large-and-small-toolbar-image-lists#4974</guid>
  </item> 
  <item>
   <title><![CDATA[Large and small toolbar image lists : You have to add the 24x24 icons...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1737&amp;PID=4971&amp;title=large-and-small-toolbar-image-lists#4971</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=150">Sven</a><br /><strong>Subject:</strong> 1737<br /><strong>Posted:</strong> 03 February 2005 at 2:26am<br /><br />You have to add the 24x24 icons with XTPImageManager()-&gt;SetIcons(...).]]>
   </description>
   <pubDate>Thu, 03 Feb 2005 02:26:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1737&amp;PID=4971&amp;title=large-and-small-toolbar-image-lists#4971</guid>
  </item> 
  <item>
   <title><![CDATA[Large and small toolbar image lists : I just purchased Xtreme Toolkit...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1737&amp;PID=4953&amp;title=large-and-small-toolbar-image-lists#4953</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=945">larryp</a><br /><strong>Subject:</strong> 1737<br /><strong>Posted:</strong> 02 February 2005 at 10:55am<br /><br />I just purchased Xtreme Toolkit Pro and am attempting to convert an existing application. <br><br>I have a 16x16 imagelist and a 24x24 image list for multipletoolbars.&nbsp; I want to be able to use the 24x24 image list whenlarge icons are selected.&nbsp; I am able to use the 16x16 list andmake the call&nbsp; <br><br>&nbsp;XTP_COMMANDBARS_OPTIONS* pOptions  =pCommandBars-&gt;GetCommandBarsOptions();&nbsp;&nbsp;&nbs p;pOptions-&gt;szLargeIcons = CSize (24, 24);<br><br>but this appears to enlarge the 16x16 icon images.<br><br>If I only have a single toolbar then the following code seems to work:<br><br>&nbsp;&nbsp;&nbsp; // Create "File" ToolBar<br>&nbsp;&nbsp;&nbsp; CXTPToolBar* pFileToolBar  =dynamic_cast&lt;CXTPToolBar*&gt;(pCommandBars-&gt;Add(_T( "FileToolbar"), xtpBarTop));<br>&nbsp;&nbsp;&nbsp; if (!pFileToolBar || !pFileToolBar-&gt;LoadToolBar(IDR_FILE_TOOLBAR))<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TRACE0("Failed to create File toolbar\n");<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return -1;<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; CXTPToolBar* pFileToolBarMedium  =dynamic_cast&lt;CXTPToolBar*&gt;(pCommandBars-&gt;Add(_T( "File ToolbarMedium"), xtpBarTop));<br>&nbsp;&nbsp;&nbsp; if (!pFileToolBarMedium ||  !pFileToolBarMedium-&gt;LoadToolBar(IDR_FILE_TOOLBAR_MEDIUM) )<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TRACE0("Failed to create File toolbar Medium\n");<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return -1;<br>&nbsp;&nbsp;&nbsp; }<br><br>but when adding multiple toolbars the 2nd through nth toolbar is shown twice.<br><br>Does anyone know the correct method of doing this?<br><br>Thanks,<br><br>larryp<br><br><br>]]>
   </description>
   <pubDate>Wed, 02 Feb 2005 10:55:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1737&amp;PID=4953&amp;title=large-and-small-toolbar-image-lists#4953</guid>
  </item> 
 </channel>
</rss>