<?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 : Re-using a RibbonGroup in another RibbonTab</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Re-using a RibbonGroup in another RibbonTab]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 17:16:57 +0000</pubDate>
  <lastBuildDate>Tue, 02 Feb 2010 18:09:35 +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=16127</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[Re-using a RibbonGroup in another RibbonTab : Thats what I&amp;#039;m doing right...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16127&amp;PID=56545&amp;title=reusing-a-ribbongroup-in-another-ribbontab#56545</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3743">Carlos Rocha</a><br /><strong>Subject:</strong> 16127<br /><strong>Posted:</strong> 02 February 2010 at 6:09pm<br /><br />Thats what I'm doing right now, but this way each repeated group is a new instance of RibbonGroup, with repeated set of controls, and not the same group used by more than one tab.<br /><br />I was thinking about something like this (not VB, but readable)<br /><br />oGroup1 := oTab1:Groups:Add("Common Group", ID_COMMON_GROUP)<br />oGroup1:Controls:Add(...)<br />oGroup1:Controls:Add(...)<br />...<br /><br />oGroup2 := oTab2:Groups:Add("Dummy Group", ID_COMMON_GROUP)<br />oGroup2 := oGroup1<br /><br />oGroup3 := oTab3:Groups:Add("Dummy Group", ID_COMMON_GROUP)<br />oGroup3 := oGroup1<br /><br />I guess I would need something like<br /><br />oTab:Groups:AddGroup(oGroup) <br /><br />to insert an already made group in the RibbonTab<br /><br />Anyway, it's not that important, as long as there is a way to do it. <br /><br />Thanks<br /><br /> <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="middle"> ]]>
   </description>
   <pubDate>Tue, 02 Feb 2010 18:09:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16127&amp;PID=56545&amp;title=reusing-a-ribbongroup-in-another-ribbontab#56545</guid>
  </item> 
  <item>
   <title><![CDATA[Re-using a RibbonGroup in another RibbonTab : uploads/20100202_140545_Sample.rar I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16127&amp;PID=56541&amp;title=reusing-a-ribbongroup-in-another-ribbontab#56541</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 16127<br /><strong>Posted:</strong> 02 February 2010 at 2:06pm<br /><br /><a href="http://forum.codejock.com/uploads/20100202_140545_Sample.rar" target="_blank">uploads/20100202_140545_Sample.rar</A><DIV>I am not sure if that is what you are looking for</DIV><DIV>good luck</DIV>]]>
   </description>
   <pubDate>Tue, 02 Feb 2010 14:06:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16127&amp;PID=56541&amp;title=reusing-a-ribbongroup-in-another-ribbontab#56541</guid>
  </item> 
  <item>
   <title><![CDATA[Re-using a RibbonGroup in another RibbonTab : I&amp;#039;m not sure if the method...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16127&amp;PID=56540&amp;title=reusing-a-ribbongroup-in-another-ribbontab#56540</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4108">shipwreck</a><br /><strong>Subject:</strong> 16127<br /><strong>Posted:</strong> 02 February 2010 at 1:41pm<br /><br />I'm not sure if the method your looking for is possible but the function that your needing is quite easy, Simply create the very same group the same as you would normally, just changing the ribbon tab as the parent. This might mean a little more coding but I'm sure it would implement this function for you.<br /><br />I would provide a sample of code for you but I'm not familiar with Visual Objects all that well as I currently use Visual Basic 6.<br /><br />I hope that helps friend. :&#093;]]>
   </description>
   <pubDate>Tue, 02 Feb 2010 13:41:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16127&amp;PID=56540&amp;title=reusing-a-ribbongroup-in-another-ribbontab#56540</guid>
  </item> 
  <item>
   <title><![CDATA[Re-using a RibbonGroup in another RibbonTab : I need a RibbonGroup to be used...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16127&amp;PID=56539&amp;title=reusing-a-ribbongroup-in-another-ribbontab#56539</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3743">Carlos Rocha</a><br /><strong>Subject:</strong> 16127<br /><strong>Posted:</strong> 02 February 2010 at 1:04pm<br /><br />I need a RibbonGroup to be used in more than one RibbonTab. It's possible to create it just once, with all needed controls, and assign this same group to another RibbonTab?<br /><br />Thanks]]>
   </description>
   <pubDate>Tue, 02 Feb 2010 13:04:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16127&amp;PID=56539&amp;title=reusing-a-ribbongroup-in-another-ribbontab#56539</guid>
  </item> 
 </channel>
</rss>