<?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 : addicons commandbars method</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : addicons commandbars method]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 08:52:45 +0000</pubDate>
  <lastBuildDate>Tue, 15 Apr 2008 12:22:52 +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=10239</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[addicons commandbars method : Thanks Oleg. Can I ask you two...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10239&amp;PID=33710&amp;title=addicons-commandbars-method#33710</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2770">muldoon96</a><br /><strong>Subject:</strong> 10239<br /><strong>Posted:</strong> 15 April 2008 at 12:22pm<br /><br />Thanks Oleg.&nbsp; Can I ask you two more questions on this please?&nbsp; <DIV>&nbsp;</DIV><DIV>I am actually adding icons to a Shortcutbar control and then setting my CommandbarsFrame icons by doing this:</DIV><DIV>&nbsp;</DIV><DIV>chcommandbar.commandbarsframe.icons = chshortcutbar.shortcutbar.icons</DIV><DIV>&nbsp;</DIV><DIV>Would it be better to add the icons to an ImageManager control and then set both the ShortCutBar and the CommandbarsFrame to use the icons there, as below, or does it not really matter?</DIV><DIV>&nbsp;</DIV><DIV><DIV>chshortcutbar.shortcutbar.icons = chimagemanager.imagemanager.icons</DIV><DIV>&nbsp;</DIV><DIV><DIV>chcommandbar.commandbarsframe.icons = chimagemanager.imagemanager.icons</DIV><DIV>&nbsp;</DIV><DIV>The second question is to do with ImageManagerIcons.loadbitmap.&nbsp; I am actually loading .png files and it seems to work, but the documentation says you must load .bmp files.&nbsp; Is the documentation out-of-date ?</DIV></DIV></DIV>]]>
   </description>
   <pubDate>Tue, 15 Apr 2008 12:22:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10239&amp;PID=33710&amp;title=addicons-commandbars-method#33710</guid>
  </item> 
  <item>
   <title><![CDATA[addicons commandbars method : Yes, your method is correct. &amp;#039;addicons&amp;#039;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10239&amp;PID=33709&amp;title=addicons-commandbars-method#33709</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10239<br /><strong>Posted:</strong> 15 April 2008 at 12:13pm<br /><br />Yes, your method is correct. 'addicons' will not work because by default CommandBarsframe.Icons returns Null.]]>
   </description>
   <pubDate>Tue, 15 Apr 2008 12:13:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10239&amp;PID=33709&amp;title=addicons-commandbars-method#33709</guid>
  </item> 
  <item>
   <title><![CDATA[addicons commandbars method : Sorry Oleg, I&amp;#039;m not quite...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10239&amp;PID=33707&amp;title=addicons-commandbars-method#33707</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2770">muldoon96</a><br /><strong>Subject:</strong> 10239<br /><strong>Posted:</strong> 15 April 2008 at 11:57am<br /><br />Sorry Oleg, I'm not quite clear - you are saying that they way I am doing it is correct, and the 'addicons' method should not be used ?]]>
   </description>
   <pubDate>Tue, 15 Apr 2008 11:57:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10239&amp;PID=33707&amp;title=addicons-commandbars-method#33707</guid>
  </item> 
  <item>
   <title><![CDATA[addicons commandbars method : Hi, Yes its &amp;#034;official&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10239&amp;PID=33705&amp;title=addicons-commandbars-method#33705</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10239<br /><strong>Posted:</strong> 15 April 2008 at 11:53am<br /><br />Hi,<DIV>Yes its "official" method to assign icons :)</DIV>]]>
   </description>
   <pubDate>Tue, 15 Apr 2008 11:53:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10239&amp;PID=33705&amp;title=addicons-commandbars-method#33705</guid>
  </item> 
  <item>
   <title><![CDATA[addicons commandbars method : Hi  I am using CodeJock 11.1.3...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10239&amp;PID=33703&amp;title=addicons-commandbars-method#33703</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2770">muldoon96</a><br /><strong>Subject:</strong> 10239<br /><strong>Posted:</strong> 15 April 2008 at 11:28am<br /><br />Hi<DIV>&nbsp;</DIV><DIV>I am using CodeJock 11.1.3 with Progress 10.1 B. I have an ImageManager and a CommandBarFrames in my design window, and I am trying to get the CommandBarsFrame to use the&nbsp;icons in the ImageManager:</DIV><DIV>&nbsp;</DIV><DIV>chcommandbar.commandbarsframe.icons.addicons (chimagemanager.imagemanager.icons)</DIV><DIV>&nbsp;</DIV><DIV>but I get the error 'invalid component handle referenced while processing method/statement: addicons'</DIV><DIV>&nbsp;</DIV><DIV>It works fine if I simply do this:</DIV><DIV>&nbsp;</DIV><DIV><DIV>chcommandbar.commandbarsframe.icons = chimagemanager.imagemanager.icons</DIV><DIV>&nbsp;</DIV><DIV>I am just a bit concerned doing it this way as I cannot find anything in the CodeJock documentation that says you can simply set one to equal the other - the documentation says use 'addicons' which doesn't seem to work for me.</DIV></DIV>]]>
   </description>
   <pubDate>Tue, 15 Apr 2008 11:28:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10239&amp;PID=33703&amp;title=addicons-commandbars-method#33703</guid>
  </item> 
 </channel>
</rss>