<?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 : Custom icon groups on the Ribbon bar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Custom icon groups on the Ribbon bar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 15 Aug 2026 08:17:37 +0000</pubDate>
  <lastBuildDate>Wed, 25 Jul 2007 11:50:38 +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=7644</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[Custom icon groups on the Ribbon bar : To get the icons to work, just...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7644&amp;PID=24668&amp;title=custom-icon-groups-on-the-ribbon-bar#24668</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 7644<br /><strong>Posted:</strong> 25 July 2007 at 11:50am<br /><br />To get the icons to work, just add a CodeJock ImageManager to your form.&nbsp; You can then add icons to it similar to the MS ImageList.&nbsp; When you add the icon you want you give it a unique ID number.<br><br>When you add a button to the ribbonbar, you give it the same id number as the icon in the imagemanager and the icon will appear on that button (make sure that at the end of your procedure that creates the buttons you add a line similar to this: CommandBars.Icons = ImageManager.Icons)<br><br>To catch a click of a button, just use the Execute event of the commandbar on your form and do a Select Case Control.ID<br><br>Put the code or a call a procedure for each id that you have added to the ribbon bar.<br>]]>
   </description>
   <pubDate>Wed, 25 Jul 2007 11:50:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7644&amp;PID=24668&amp;title=custom-icon-groups-on-the-ribbon-bar#24668</guid>
  </item> 
  <item>
   <title><![CDATA[Custom icon groups on the Ribbon bar : Hi Oleg, are you able to get back...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7644&amp;PID=24665&amp;title=custom-icon-groups-on-the-ribbon-bar#24665</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3162">benniboi</a><br /><strong>Subject:</strong> 7644<br /><strong>Posted:</strong> 25 July 2007 at 11:30am<br /><br />Hi Oleg, are you able to get back to me on this? Thanks]]>
   </description>
   <pubDate>Wed, 25 Jul 2007 11:30:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7644&amp;PID=24665&amp;title=custom-icon-groups-on-the-ribbon-bar#24665</guid>
  </item> 
  <item>
   <title><![CDATA[Custom icon groups on the Ribbon bar : Hi Oleg, I guess what I&amp;#039;m...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7644&amp;PID=24632&amp;title=custom-icon-groups-on-the-ribbon-bar#24632</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3162">benniboi</a><br /><strong>Subject:</strong> 7644<br /><strong>Posted:</strong> 23 July 2007 at 7:50pm<br /><br />Hi Oleg, I guess what I'm after is some documentation, or a step by step guide on inserting a new button with its own function. I am looking through the code and I've tried changing some of the buttons to my own custom ones, and the new bitmaps I'm referring to are not coming up. What are the specs for the icons for the buttons in terms of pixels? In how many places are they actually referenced? I can see only one.<DIV>&nbsp;</DIV><DIV>Do you actually have any documentation outlining what functions do what? It's a bit time consuming going through all the code to figure out if I can use this product. Thanks</DIV>]]>
   </description>
   <pubDate>Mon, 23 Jul 2007 19:50:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7644&amp;PID=24632&amp;title=custom-icon-groups-on-the-ribbon-bar#24632</guid>
  </item> 
  <item>
   <title><![CDATA[Custom icon groups on the Ribbon bar : Hello,  I still can&amp;#039;t understand...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7644&amp;PID=24621&amp;title=custom-icon-groups-on-the-ribbon-bar#24621</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7644<br /><strong>Posted:</strong> 23 July 2007 at 8:27am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>I still can't understand where problem for you. <strong>All buttons are custom</strong>. You manually catch Execute event and execute any functionality. You manually set icons for all buttons.</DIV><DIV>Try to look into sample and understand how it works.</DIV>]]>
   </description>
   <pubDate>Mon, 23 Jul 2007 08:27:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7644&amp;PID=24621&amp;title=custom-icon-groups-on-the-ribbon-bar#24621</guid>
  </item> 
  <item>
   <title><![CDATA[Custom icon groups on the Ribbon bar : Hi Oleg, thanks for that. I can...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7644&amp;PID=24618&amp;title=custom-icon-groups-on-the-ribbon-bar#24618</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3162">benniboi</a><br /><strong>Subject:</strong> 7644<br /><strong>Posted:</strong> 23 July 2007 at 6:27am<br /><br />Hi Oleg, thanks for that. I can see that in the demo. My query however relates to adding my own custom buttons in. <DIV>&nbsp;</DIV><DIV>So for example, how do i make the line below into my own button with it's own graphic icon and it's own function?</DIV><DIV>&nbsp;</DIV><DIV>GroupParagraph.Add xtpControlSplitButtonPopup, ID_INSERT_BULLET, "Bullet"</DIV><DIV>&nbsp;</DIV><DIV>If I click on the custom button, am I able to open ip a larger subgroup on the menu? This is what I am after. If&nbsp;this is possible then I will purchase the component asap.</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Mon, 23 Jul 2007 06:27:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7644&amp;PID=24618&amp;title=custom-icon-groups-on-the-ribbon-bar#24618</guid>
  </item> 
  <item>
   <title><![CDATA[Custom icon groups on the Ribbon bar : Hello,  Please just copy code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7644&amp;PID=24615&amp;title=custom-icon-groups-on-the-ribbon-bar#24615</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7644<br /><strong>Posted:</strong> 23 July 2007 at 6:02am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>Please just copy code from our samples:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; Set GroupParagraph = TabWrite.Groups.AddGroup("&amp;Paragraph", ID_GROUP_PARAGRAPH)<BR>&nbsp;&nbsp;&nbsp; GroupParagraph.ControlsGrouping = True<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; GroupParagraph.Add xtpControlSplitButtonPopup, ID_INSERT_BULLET, "Bullet"<BR>&nbsp;&nbsp;&nbsp; GroupParagraph.Add xtpControlSplitButtonPopup, ID_INSERT_NUMBERING, "Numbering"<BR>&nbsp;&nbsp;&nbsp; GroupParagraph.Add xtpControlSplitButtonPopup, ID_INSERT_LIST, "List"<BR></DIV>]]>
   </description>
   <pubDate>Mon, 23 Jul 2007 06:02:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7644&amp;PID=24615&amp;title=custom-icon-groups-on-the-ribbon-bar#24615</guid>
  </item> 
  <item>
   <title><![CDATA[Custom icon groups on the Ribbon bar : What I meant was how can I create...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7644&amp;PID=24612&amp;title=custom-icon-groups-on-the-ribbon-bar#24612</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3162">benniboi</a><br /><strong>Subject:</strong> 7644<br /><strong>Posted:</strong> 23 July 2007 at 2:57am<br /><br />What I meant was how can I create my own group of icons and functions within the bar? Are there any instructions regarding this?]]>
   </description>
   <pubDate>Mon, 23 Jul 2007 02:57:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7644&amp;PID=24612&amp;title=custom-icon-groups-on-the-ribbon-bar#24612</guid>
  </item> 
  <item>
   <title><![CDATA[Custom icon groups on the Ribbon bar : Hi,  Yes, its possible, You...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7644&amp;PID=24609&amp;title=custom-icon-groups-on-the-ribbon-bar#24609</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7644<br /><strong>Posted:</strong> 23 July 2007 at 12:35am<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>Yes, its possible,&nbsp; You can create/remove this group dynamically:</DIV><DIV>RibbonBar.Groups.InsertGroup - to add, RibbonBar.Groups.RemoveGroup to remove.</DIV>]]>
   </description>
   <pubDate>Mon, 23 Jul 2007 00:35:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7644&amp;PID=24609&amp;title=custom-icon-groups-on-the-ribbon-bar#24609</guid>
  </item> 
  <item>
   <title><![CDATA[Custom icon groups on the Ribbon bar : Hi, I&amp;#039;m looking to purchase...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7644&amp;PID=24608&amp;title=custom-icon-groups-on-the-ribbon-bar#24608</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3162">benniboi</a><br /><strong>Subject:</strong> 7644<br /><strong>Posted:</strong> 22 July 2007 at 11:26pm<br /><br />Hi, I'm looking to purchase Xtreme Commandbars however I wanted to find out whether it was suitable for me. I need to be able to customise the ribbon bar with my own options and have one group that based on the selection would open another group next to it with more options. <DIV>&nbsp;</DIV><DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV>Is this at all possible? I have looked around on the forums but couldn't really find anything relating to this. Any info or examples&nbsp;would be greatly appreciated.</DIV><DIV>&nbsp;</DIV><DIV>Cheers</DIV><DIV>Ben</DIV>]]>
   </description>
   <pubDate>Sun, 22 Jul 2007 23:26:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7644&amp;PID=24608&amp;title=custom-icon-groups-on-the-ribbon-bar#24608</guid>
  </item> 
 </channel>
</rss>