<?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 : Ribbonbar: ControlsGrouping &amp; IconId</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Ribbonbar: ControlsGrouping &amp; IconId]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 11:47:59 +0000</pubDate>
  <lastBuildDate>Thu, 01 Feb 2018 15:54:04 +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=23545</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[Ribbonbar: ControlsGrouping &amp; IconId : Hello SuperPippo,I think that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23545&amp;PID=76557&amp;title=ribbonbar-controlsgrouping-iconid#76557</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23545<br /><strong>Posted:</strong> 01 February 2018 at 3:54pm<br /><br /><span style=": rgb248, 248, 252;">Hello SuperPippo,<br><br>I think that we have fixed issues with icons in GroupPopup in Ribbon (<a href="http://forum.codejock.com/forum_posts.asp?TID=22753" rel="nofollow">see this topic</a>) but for ActiveX I can offer only update to newest version. The same about grouping - very old version and can't be "patched" with code changes as C++ version even we found solution.<br><br>Regards,<br>&nbsp;Oleksandr Lebed</span>]]>
   </description>
   <pubDate>Thu, 01 Feb 2018 15:54:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23545&amp;PID=76557&amp;title=ribbonbar-controlsgrouping-iconid#76557</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbonbar: ControlsGrouping &amp; IconId : Hello Codejock,is there some &amp;#034;code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23545&amp;PID=76553&amp;title=ribbonbar-controlsgrouping-iconid#76553</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1020">Superpippo</a><br /><strong>Subject:</strong> 23545<br /><strong>Posted:</strong> 01 February 2018 at 6:31am<br /><br />Hello Codejock,<div><br></div><div>is there some "code angel" to answer me ?</div><div><br></div><div>Bye</div><div><br></div>]]>
   </description>
   <pubDate>Thu, 01 Feb 2018 06:31:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23545&amp;PID=76553&amp;title=ribbonbar-controlsgrouping-iconid#76553</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbonbar: ControlsGrouping &amp; IconId : uploads/1020/SampleProj.zipHi...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23545&amp;PID=76492&amp;title=ribbonbar-controlsgrouping-iconid#76492</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1020">Superpippo</a><br /><strong>Subject:</strong> 23545<br /><strong>Posted:</strong> 19 January 2018 at 1:35pm<br /><br /><a href="uploads/1020/SampleProj.zip" target="_blank" rel="nofollow">uploads/1020/SampleProj.zip</a><div><br></div><div>Hi everybody,<div><br></div><div>in attachment a simple sample code in vb6 with CJ Commandbars Control release 15.3.1.</div><div><br></div><div>There is only one Form in the project, with a commanbar and a imagemanager controls in it.</div><div><br></div><div>The code simply create a Ribbon with a Tab and two Group. The Groups have some&nbsp;xtpControlButton inside.</div><div><br></div><div>All the code is in just the following 2 function:&nbsp;</div><div><br></div><div>1) LoadIcons - load some bmp and ico in the imagemanager; for some of the Command Id in the imagemanager two bmp with different size (i.e. 16x16 and 32x32 pixel) are loaded.</div><div><br></div><div>2)&nbsp;CreateRibbonBar - create Ribbon, Tab, Groups and Buttons.</div><div><br></div><div>In the CreateRibbonBar the Groups are created in the following CreateGroup subroutine:</div><div><br></div><div><div>CreateGroup:</div><div>&nbsp; &nbsp; Set RibGroup = RibTab.Groups.AddGroup(GroupName$, Groupid&amp;)</div><div>&nbsp; &nbsp; 'Issue 1: IconId have not effect</div><div>&nbsp; &nbsp; RibGroup.IconId = ID_Button1</div><div>&nbsp; &nbsp; 'Issue 1: If you activate controls grouping, small icons are used also if there is room for large icons.</div><div>&nbsp; &nbsp; RibGroup.ControlsGrouping = ControlsGrouping</div><div>Return</div></div><div><br></div><div>There are 2 issue in this code:</div><div><br></div><div>1) I set IconId property for the group but when the Group collapse the there isn't a bmp in the PopupButton. What's wrong ?</div><div><br></div><div>2) If i activate controls grouping (set the ControlGrouping boolean to true in the code) all the icons are showed little (16x16) also if there is a bigger icons loaded and there is enough space in the ribbon to house 32x32 icons. Is there some way to have dinamically scaling of the icons with the ControlGrouping ?</div><div><br></div><div>Thanks in advance and Best Regards</div><div>Maurizio Fichera</div><div><br></div></div>]]>
   </description>
   <pubDate>Fri, 19 Jan 2018 13:35:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23545&amp;PID=76492&amp;title=ribbonbar-controlsgrouping-iconid#76492</guid>
  </item> 
 </channel>
</rss>