<?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 : MDI tabs -- how to turn off?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : MDI tabs -- how to turn off?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 17:58:23 +0000</pubDate>
  <lastBuildDate>Thu, 08 Jan 2009 15:48:43 +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=13108</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[MDI tabs -- how to turn off? : maybe grouping?  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13108&amp;PID=44326&amp;title=mdi-tabs-how-to-turn-off#44326</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 13108<br /><strong>Posted:</strong> 08 January 2009 at 3:48pm<br /><br />maybe grouping?]]>
   </description>
   <pubDate>Thu, 08 Jan 2009 15:48:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13108&amp;PID=44326&amp;title=mdi-tabs-how-to-turn-off#44326</guid>
  </item> 
  <item>
   <title><![CDATA[MDI tabs -- how to turn off? : Thank you for the reply.But please...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13108&amp;PID=44313&amp;title=mdi-tabs-how-to-turn-off#44313</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 13108<br /><strong>Posted:</strong> 08 January 2009 at 10:23am<br /><br />Thank you for the reply.<br><br>But please check my original message. I added note that ShowTabWorkspace False does work OK in the RibbonMDISample, but does NOT work in other samples, or in my own application.<br><br>There must be something else that is preventing the ShowTabWorkspace&nbsp; false from working.&nbsp; For example, I think the RibbonMDISample does not use Docking Manager, but my app with Docking Manager does include Docking.<br><br>Any more ideas please what stops ShowTabWorkspace False from working?<br>]]>
   </description>
   <pubDate>Thu, 08 Jan 2009 10:23:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13108&amp;PID=44313&amp;title=mdi-tabs-how-to-turn-off#44313</guid>
  </item> 
  <item>
   <title><![CDATA[MDI tabs -- how to turn off? : All you need is CommandBars.ShowTabWorkspace...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13108&amp;PID=44307&amp;title=mdi-tabs-how-to-turn-off#44307</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 13108<br /><strong>Posted:</strong> 08 January 2009 at 8:50am<br /><br />All you need is CommandBars.ShowTabWorkspace False, see RibbonMDISample to see it work.<br><br><img src="uploads/20090108_084856_ddd.png" height="309" width="404" border="0">]]>
   </description>
   <pubDate>Thu, 08 Jan 2009 08:50:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13108&amp;PID=44307&amp;title=mdi-tabs-how-to-turn-off#44307</guid>
  </item> 
  <item>
   <title><![CDATA[MDI tabs -- how to turn off? :  The documentation for CommandBars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13108&amp;PID=44300&amp;title=mdi-tabs-how-to-turn-off#44300</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 13108<br /><strong>Posted:</strong> 08 January 2009 at 5:24am<br /><br />The documentation for CommandBars says that the MDI Tabbed interface can "easily be turned on and off via code".&nbsp; I can turn it on, but how do I turn it off?<br><br>&lt;later&gt; Here is more information.<br><br>Using the ActiveX Sample RibbonMDISample, I can see that<br>&nbsp;&nbsp;&nbsp; CommandBars.ShowTabWorkspace (True/False)<br>does work perfectly. No problem here. This turns TabWorkspace on or off.<br><br>But using ActiveX Sample&nbsp; GUISample<br>when I add the line CommandBars.ShowTabWorkspace (False) it does not have any effect. The TabWorkSpace is always shown.<br><br>And in my own application, ShowTabWorkspace (False) does not work. I cannot turn off the TabWorkspace.<br><br>I guess there is something that is overruling the TabWorkspace False. <br><br>Any ideas what is causing this??<br><br><br>]]>
   </description>
   <pubDate>Thu, 08 Jan 2009 05:24:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13108&amp;PID=44300&amp;title=mdi-tabs-how-to-turn-off#44300</guid>
  </item> 
 </channel>
</rss>