<?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 : Double Use of Ic&#111;ns = Problems</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Double Use of Ic&#111;ns = Problems]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 12:01:14 +0000</pubDate>
  <lastBuildDate>Thu, 07 Apr 2005 08:29:22 +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=2089</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[Double Use of Ic&#111;ns = Problems : Thank you! Yours, Finn! ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2089&amp;PID=6154&amp;title=double-use-of-icons-problems#6154</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=983">finn</a><br /><strong>Subject:</strong> 2089<br /><strong>Posted:</strong> 07 April 2005 at 8:29am<br /><br /><P>Thank you!</P><P>Yours,</P><P>Finn! <IMG src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></P>]]>
   </description>
   <pubDate>Thu, 07 Apr 2005 08:29:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2089&amp;PID=6154&amp;title=double-use-of-icons-problems#6154</guid>
  </item> 
  <item>
   <title><![CDATA[Double Use of Ic&#111;ns = Problems :  You can&amp;#039;t assign multiple...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2089&amp;PID=6153&amp;title=double-use-of-icons-problems#6153</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 2089<br /><strong>Posted:</strong> 07 April 2005 at 8:23am<br /><br />You can't assign multiple IDs to the sample element in the array, in thiscase, you would always see the second image.&nbsp; To fix this, set theIconId property of the controls in your toolbar to point to the sameimage (only added once) in your image manager.<br><br>&#091;...&#093;<br>toolbarIconArray(25) = ID_WEB_IMAGE<br>&#091;...&#093;<br><br>&#091;...&#093;<br>&nbsp;&nbsp;&nbsp; Set ControlEdit = CommandBars.ActiveMenuBar.Controls.Add(xtpControlPopup, 0, "&amp;Edit", -1, False)<br>&nbsp;&nbsp;&nbsp; With ControlEdit.CommandBar.Controls<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Control =.Add(xtpControlButton, ID_EDIT_UNDO, "Undo", -1,False)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control.IconId = ID_WEB_IMAGE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set Control = .Add(xtpControlButton, ID_EDIT_CUT, "Cu&amp;t", -1, False)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Control.IconId = ID_WEB_IMAGE<br>&nbsp;&nbsp;&nbsp; End With<br>&#091;...&#093;<br><span style="font-size:10px"><br /><br />Edited by SuperMario</span>]]>
   </description>
   <pubDate>Thu, 07 Apr 2005 08:23:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2089&amp;PID=6153&amp;title=double-use-of-icons-problems#6153</guid>
  </item> 
  <item>
   <title><![CDATA[Double Use of Ic&#111;ns = Problems : Hello! I load my Icons into an...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2089&amp;PID=6152&amp;title=double-use-of-icons-problems#6152</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=983">finn</a><br /><strong>Subject:</strong> 2089<br /><strong>Posted:</strong> 07 April 2005 at 8:14am<br /><br /><P>Hello! I load my Icons into an Array (like in the ShortCutbarReport Sample). That works very fine! But when I use an twice, then one of them won't be shown. Here is an example:</P>&#091;...&#093;<BR>toolbarIconArray(25) = ID_WEB_SEARCH<BR>toolbarIconArray(25) = ID_OUTLOOK_TODAY<BR>&#091;...&#093;<BR><BR>ImageManager.Icons.LoadBitmap App.Path &amp; "\Icons\imagelist.bmp", toolbarIconArray, xtpImageNormal<P>When I do it this way around, then the Icon for the Button with the ID "ID_OUTLOOK_TODAY" isn't visible. There only stands text.</P><P>I don't want to load the icons into two arrays. Is there a way for double use of one icon?</P><P>Yours,</P><P>Finn! <IMG src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></P><P>PS.: Sorry for my bad English, but I'm from Germany!</P>]]>
   </description>
   <pubDate>Thu, 07 Apr 2005 08:14:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2089&amp;PID=6152&amp;title=double-use-of-icons-problems#6152</guid>
  </item> 
 </channel>
</rss>