<?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 : Ribbon Tabs as Browser tabs?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Ribbon Tabs as Browser tabs?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 11:42:22 +0000</pubDate>
  <lastBuildDate>Wed, 16 Jul 2014 04:16:31 +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=22361</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[Ribbon Tabs as Browser tabs? : Ok, now I see. You don&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22361&amp;PID=72657&amp;title=ribbon-tabs-as-browser-tabs#72657</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 22361<br /><strong>Posted:</strong> 16 July 2014 at 4:16am<br /><br />Ok, now I see. You don't want the ribbon icons, groups etc, but just the ribbon tabs.<div><br></div><div>I would probably use a Tabbed MDI interface for that. I'm sure that you can make custom tabs there.</div><div><br></div><div>Alternatively you can build the tab-like control yourself using Markup?</div><div><br></div><div>-cpede</div>]]>
   </description>
   <pubDate>Wed, 16 Jul 2014 04:16:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22361&amp;PID=72657&amp;title=ribbon-tabs-as-browser-tabs#72657</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Tabs as Browser tabs? : Oh I can easily add any type of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22361&amp;PID=72656&amp;title=ribbon-tabs-as-browser-tabs#72656</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4108">shipwreck</a><br /><strong>Subject:</strong> 22361<br /><strong>Posted:</strong> 15 July 2014 at 7:55pm<br /><br />Oh I can easily add any type of controls to the ribbon itself. But to use the ribbon as the browser tabs is a different story. I've been using the tab workspace included, which is sufficient. But it makes for a very cluttered interface. I was wonder if there was a way to remove this and use the ribbon as the tabs/toolbar for the browser instead. :)]]>
   </description>
   <pubDate>Tue, 15 Jul 2014 19:55:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22361&amp;PID=72656&amp;title=ribbon-tabs-as-browser-tabs#72656</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Tabs as Browser tabs? : I know that I added a combobox...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22361&amp;PID=72647&amp;title=ribbon-tabs-as-browser-tabs#72647</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 22361<br /><strong>Posted:</strong> 15 July 2014 at 5:23am<br /><br />I know that I added a combobox into the ribbon some time ago.&nbsp;<span style="line-height: 1.4;">I believe that the trick was just to call it like this</span><div><div><br></div><div><div>CXTPControlComboBox* pControlCombo = (CXTPControlComboBox*)pRibbonBar-&gt;GetControls()-&gt;Add(xtpControlComboBox,IDM_MYCMD);</div><div><br></div></div></div><div>This probably means, that you can use other controls like&nbsp;xtpControlCustom and&nbsp;xtpControlLabel, and maybe do it that way?</div><div><br></div><div>As I remember there was a problem with the ordering of the controls in the ribbon. I believe that I always got it next to the File menu. Maybe that is fixed now?</div><div><br></div><div>-cpede</div>]]>
   </description>
   <pubDate>Tue, 15 Jul 2014 05:23:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22361&amp;PID=72647&amp;title=ribbon-tabs-as-browser-tabs#72647</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon Tabs as Browser tabs? : Hello everyone, long time no see.I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22361&amp;PID=72645&amp;title=ribbon-tabs-as-browser-tabs#72645</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4108">shipwreck</a><br /><strong>Subject:</strong> 22361<br /><strong>Posted:</strong> 15 July 2014 at 12:52am<br /><br />Hello everyone, long time no see.<div><br></div><div>I believe I may have made a post relating to this one quite some time ago that never got any attention so I believe I'll give it another shot. :)</div><div><br></div><div>Basically, I would like to implement a way to use the ribbon tabs as the browser tabs. I was wondering if that may be possible in any way? It's a bit hard for me to explain so I suppose I'll try and show you instead. The picture below is a design concept Its a rough idea of what I'm trying to do with these controls.</div><div><br></div><div><img src="http://i62.tinypic.com/2n1xq8.png" height="1598" width="876" border="0" /><br></div><div>I suppose it wouldnt actually have to be the ribbon tabs in order to achieve the desired UI, but I would really appreciate if any of you guys could help. I've been trying for months and havent had any luck trying to implement this. Not sure if it can be done. But if it turns out not possible, please let me know either way</div><div><br></div><div>Thanks in advance!</div>]]>
   </description>
   <pubDate>Tue, 15 Jul 2014 00:52:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22361&amp;PID=72645&amp;title=ribbon-tabs-as-browser-tabs#72645</guid>
  </item> 
 </channel>
</rss>