<?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 icons not displayed</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Toolbar icons not displayed]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 06:42:42 +0000</pubDate>
  <lastBuildDate>Thu, 22 May 2008 09:20:45 +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=10739</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 icons not displayed : Thanks Oleg -  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10739&amp;PID=35615&amp;title=toolbar-icons-not-displayed#35615</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4140">JerryEvans</a><br /><strong>Subject:</strong> 10739<br /><strong>Posted:</strong> 22 May 2008 at 9:20am<br /><br />Thanks Oleg -&nbsp;]]>
   </description>
   <pubDate>Thu, 22 May 2008 09:20:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10739&amp;PID=35615&amp;title=toolbar-icons-not-displayed#35615</guid>
  </item> 
  <item>
   <title><![CDATA[Toolbar icons not displayed : Hi,  You create toolbar manually...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10739&amp;PID=35610&amp;title=toolbar-icons-not-displayed#35610</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10739<br /><strong>Posted:</strong> 22 May 2008 at 8:43am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>You create toolbar manually so have manually Load images.</DIV><DIV>&nbsp;</DIV><DIV>Add bitmap&nbsp;+ toolbar resource and call</DIV><DIV>&nbsp;</DIV><DIV>pCOmmandBars-&gt;GetImageManager()-&gt;SetIcons(<FONT face="Courier New" size=2>IDR_TOOLBAR_VIEWS);</FONT></DIV><DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 22 May 2008 08:43:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10739&amp;PID=35610&amp;title=toolbar-icons-not-displayed#35610</guid>
  </item> 
  <item>
   <title><![CDATA[Toolbar icons not displayed : I&amp;#039;ve got a variety of toolbars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10739&amp;PID=35601&amp;title=toolbar-icons-not-displayed#35601</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4140">JerryEvans</a><br /><strong>Subject:</strong> 10739<br /><strong>Posted:</strong> 22 May 2008 at 7:51am<br /><br />I've got a variety of toolbars all of which are based on 32BPP bitmaps. All are created in the same way in the OnCreate() member function of my Frame window. The snap below shows the active undo and find buttons. The 'select view' shows my problem - no bitmap. Any clues to why this is happening?<br><br><br><img src="file:///C:/DOCUME%7E1/JEvans/LOCALS%7E1/Temp/moz-screenshot-3.jpg" border="0"><img src="uploads/20080522_074712_weirdtb.png" height="74" width="209" border="0"><br><br>Here is the code:<br><font size="2" face="Courier New, Courier, mono"><br><font size="2">CXTPToolBar* pToolBarViews = pCB-&gt;Add(_T("Views"), xtpBarTop);<br>&nbsp;&nbsp;&nbsp; if (pToolBarViews)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pToolBarViews-&gt;SetBarID(IDR_TOOLBAR_VIEWS);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CXTPControlPopup* p = (CXTPControlPopup*)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pToolBarViews-&gt;GetControls()-&gt;Add(xtpControlButtonPopup,ID_VIEW_SELECT);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (p)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; p-&gt;SetStyle(xtpButtonCaption);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; p-&gt;SetCaption("Select View");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CMenu menu;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; menu.LoadMenu(IDR_SYSTEM);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; p-&gt;SetCommandBar(menu.GetSubMenu(1));<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pToolBarViews-&gt;GetControls()-&gt;Add(xtpControlButton,ID_VIEW_CONCISE);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DockRightOf(pToolBarViews,pTBS);<br>&nbsp;&nbsp;&nbsp; }<br></font></font><br>]]>
   </description>
   <pubDate>Thu, 22 May 2008 07:51:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10739&amp;PID=35601&amp;title=toolbar-icons-not-displayed#35601</guid>
  </item> 
 </channel>
</rss>