<?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 : Convert large app to use RibbonBar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : General Discussion : Convert large app to use RibbonBar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 02:24:42 +0000</pubDate>
  <lastBuildDate>Fri, 20 Jun 2008 13:14:03 +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=11047</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[Convert large app to use RibbonBar : First tests look good.The main...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11047&amp;PID=37098&amp;title=convert-large-app-to-use-ribbonbar#37098</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 11047<br /><strong>Posted:</strong> 20 June 2008 at 1:14pm<br /><br />First tests look good.<br><br>The main Form can call another form, and pass the RibbonBar by Ref.&nbsp; The other form then can hide all Tabs on the Ribbon, and then add its own Tabs and Groups. <br><br>When a ControlButton is clicked, the Main Form can pass the ID to the other form which then handles whatever action is required.<br><br>A quick example program showed that this all works OK.<br><br>I think this means I will not need to have any toolbars or menus&nbsp; on the other forms. Everything will be done by the Ribbon.&nbsp; We will see if this is practical.<br>]]>
   </description>
   <pubDate>Fri, 20 Jun 2008 13:14:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11047&amp;PID=37098&amp;title=convert-large-app-to-use-ribbonbar#37098</guid>
  </item> 
  <item>
   <title><![CDATA[Convert large app to use RibbonBar :    joeliner wrote:&amp;gt;xml file..  Commandbars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11047&amp;PID=36945&amp;title=convert-large-app-to-use-ribbonbar#36945</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 11047<br /><strong>Posted:</strong> 18 June 2008 at 2:39pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by joeliner" alt="Originally posted by joeliner" style="vertical-align: text-bottom;" /> <strong>joeliner wrote:</strong><br /><br />&gt;xml file..<br><br>&nbsp;Commandbars Designer i export to XML document and load them in code.<br><br> since ribbonbar designer will support xml import/export:)<br><br></td></tr></table><br><br>Ah!&nbsp; I am new to this product and I have not yet used the CommandBars Designer.&nbsp; When the RibbonBar Designer is available I will look at doing this also.<br><br><br>]]>
   </description>
   <pubDate>Wed, 18 Jun 2008 14:39:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11047&amp;PID=36945&amp;title=convert-large-app-to-use-ribbonbar#36945</guid>
  </item> 
  <item>
   <title><![CDATA[Convert large app to use RibbonBar : &amp;gt;xml file..  for commandbars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11047&amp;PID=36942&amp;title=convert-large-app-to-use-ribbonbar#36942</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2090">joeliner</a><br /><strong>Subject:</strong> 11047<br /><strong>Posted:</strong> 18 June 2008 at 2:20pm<br /><br />&gt;xml file..<br /><br />for commandbars that i design in Commandbars Designer i export to XML document and load them in code.<br /><br />for ribbonbar - av got to use the long way home. I create the commands by code in a dll. since the compiled dll is more than 1MB, i generate xml file from the generated ribbon that i will load for the main form.<br /><br />This would be a good way of doing it since ribbonbar designer will support xml import/export:)<br /><br />wise indeed.<br />]]>
   </description>
   <pubDate>Wed, 18 Jun 2008 14:20:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11047&amp;PID=36942&amp;title=convert-large-app-to-use-ribbonbar#36942</guid>
  </item> 
  <item>
   <title><![CDATA[Convert large app to use RibbonBar : I&amp;#039;m starting to move sections...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11047&amp;PID=36941&amp;title=convert-large-app-to-use-ribbonbar#36941</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 11047<br /><strong>Posted:</strong> 18 June 2008 at 2:07pm<br /><br />I'm starting to move sections of code into separate modules to make the main form (with Ribbon) code smaller.&nbsp; And then looking at having functions to do the common tasks.<br><br>There is a lot of unmentioned stuff with the CodeJock Controls, hidden in Samples and Utils.&nbsp; Maybe they've already dome all this sort of thing?<br><br>&gt; I usually create an XML File.........<br>Sounds good but I don't know what this means.<img src="http://forum.codejock.com/smileys/smiley9.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Wed, 18 Jun 2008 14:07:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11047&amp;PID=36941&amp;title=convert-large-app-to-use-ribbonbar#36941</guid>
  </item> 
  <item>
   <title><![CDATA[Convert large app to use RibbonBar : Hi chris!  Been thinking of doing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11047&amp;PID=36938&amp;title=convert-large-app-to-use-ribbonbar#36938</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2090">joeliner</a><br /><strong>Subject:</strong> 11047<br /><strong>Posted:</strong> 18 June 2008 at 1:37pm<br /><br />Hi chris!<br /><br />Been thinking of doing the same thing for my fairly large and growing VB6 app. Currently all my controls are CJ based. So i have the main functions of the app on the ribbonbar then each form actions on a commandbar at the top of the child form. <br /><br />I usually create xml files from designer that i call on runtime to reduce the size of app. I currently have 10 tabs in the ribbon and i realised without the ribbonbar designer it becomes quite tangling strings of code. For some forms that have many actions like reports, i use show/hide for tabs.<br /><br />just ideas:)<br />]]>
   </description>
   <pubDate>Wed, 18 Jun 2008 13:37:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11047&amp;PID=36938&amp;title=convert-large-app-to-use-ribbonbar#36938</guid>
  </item> 
  <item>
   <title><![CDATA[Convert large app to use RibbonBar : I am converting a large business...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11047&amp;PID=36778&amp;title=convert-large-app-to-use-ribbonbar#36778</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 11047<br /><strong>Posted:</strong> 16 June 2008 at 4:26am<br /><br />I am converting a large business application (VB6) to use CJ RibbonBar.&nbsp; The existing application has many Forms, and each Form has its own Menus and Buttons.<br><br>I think it will be neater if all these Menus/Buttons are moved to the RibbonBar, and when a Form is selected the RibbonBar will just show the items for that Form.<br><br>If I add the code for all those Menus/Buttons to the MainForm RibbonBar it will become very large and complicated.&nbsp; So I am thinking a better way will be to get each Form to create its own Tabs/Groups on the RibbonBar when it is loaded. And then delete them when the Form is unloaded.<br><br>Just wonder if you have any thoughts or advice. Have other people done this?&nbsp; Anything to watch out for?<br><br><br>]]>
   </description>
   <pubDate>Mon, 16 Jun 2008 04:26:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11047&amp;PID=36778&amp;title=convert-large-app-to-use-ribbonbar#36778</guid>
  </item> 
 </channel>
</rss>