<?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 System Button</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Ribbonbar System Button]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 08:53:17 +0000</pubDate>
  <lastBuildDate>Thu, 24 Apr 2008 13:02:29 +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=10349</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 System Button : Never mind .. figured it out ......]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10349&amp;PID=34203&amp;title=ribbonbar-system-button#34203</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4074">Vulture</a><br /><strong>Subject:</strong> 10349<br /><strong>Posted:</strong> 24 April 2008 at 1:02pm<br /><br />Never mind .. figured it out ... finally&nbsp;<img src="http://forum.codejock.com/smileys/smiley17.gif" border="0" align="absmiddle"><br><br>Solution was simple:<br><br>Set rbarPopup = cbarGeneral.FindControl("CXTPRibbonControlSystemPopupBarListCaption", ID_OTHER_SYSTEMBUTTON)<br><br>Why is it that you always figure things out AFTER you have given up???<br>]]>
   </description>
   <pubDate>Thu, 24 Apr 2008 13:02:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10349&amp;PID=34203&amp;title=ribbonbar-system-button#34203</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbonbar System Button : Hope someone has a solution for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10349&amp;PID=34202&amp;title=ribbonbar-system-button#34202</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4074">Vulture</a><br /><strong>Subject:</strong> 10349<br /><strong>Posted:</strong> 24 April 2008 at 12:42pm<br /><br />Hope someone has a solution for this because I am going mad :)<br><br>I have added a System Button and a CXTPRibbonControlSystemPopupBarListCaption to my ribbon bar like this:<br><br><br>Dim rbarGeneral As XtremeCommandBars.RibbonBar<br>Dim rbarPopup As XtremeCommandBars.CommandBarPopup<br><br>Set rbarGeneral = cbarGeneral.AddRibbonBar("Standard")<br><br>With rbarGeneral<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .EnableDocking xtpFlagStretched<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .EnableFrameTheme<br>End With<br><br>Set rbarPopup = rbarGeneral.AddSystemButton()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rbarPopup.Id = ID_OTHER_SYSTEMBUTTON<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rbarPopup.Caption = "&amp;Filer"<br><br>With rbarPopup.CommandBar<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  Set rbarControl = cbarGeneral.CreateCommandBarControl("CXTPRibbonControlSystemPopupBarListCaption")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rbarControl.Caption = "Seneste regnskaber"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rbarControl.BeginGroup = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Controls.AddControl rbarControl<br>End With<br><br><br>This works perfectly .. But I then want to create a MRU in this SystemPopupBarList .. The only problem is that I do not know how to reference that group in code at a later time (it is easy to add the MRU entries if I do it right after creating the SystemPopupBarList .. However I would like to do the same whenever a file is opened or saved as well.<br><br>So how do I reference that menu in code each time a file is loaded or saved so that I can add a new entry to it?<br>]]>
   </description>
   <pubDate>Thu, 24 Apr 2008 12:42:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10349&amp;PID=34202&amp;title=ribbonbar-system-button#34202</guid>
  </item> 
 </channel>
</rss>