<?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 : Glitch in ribbon bar display when ShowTabs = False</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Glitch in ribbon bar display when ShowTabs = False]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 11:21:57 +0000</pubDate>
  <lastBuildDate>Tue, 22 Jul 2008 17:33:25 +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=10479</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[Glitch in ribbon bar display when ShowTabs = False : Is it possible to do that in 10.2...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10479&amp;PID=38715&amp;title=glitch-in-ribbon-bar-display-when-showtabs-false#38715</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1940">BastianPL</a><br /><strong>Subject:</strong> 10479<br /><strong>Posted:</strong> 22 July 2008 at 5:33pm<br /><br />Is it possible to do that in 10.2 ?]]>
   </description>
   <pubDate>Tue, 22 Jul 2008 17:33:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10479&amp;PID=38715&amp;title=glitch-in-ribbon-bar-display-when-showtabs-false#38715</guid>
  </item> 
  <item>
   <title><![CDATA[Glitch in ribbon bar display when ShowTabs = False : A notice:If you have more than...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10479&amp;PID=36982&amp;title=glitch-in-ribbon-bar-display-when-showtabs-false#36982</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2498">Tsenoh</a><br /><strong>Subject:</strong> 10479<br /><strong>Posted:</strong> 19 June 2008 at 5:28am<br /><br />A notice:<br><br>If you have more than one tab and want to hide them all, but show the content of one of them, you have to hide that tab last. In my case it is the first tab whose content should be shown, so I hide it last like this:<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; for (int nTab = m_pRibbonBar-&gt;GetTabCount() - 1; nTab &gt;= 0 ; nTab--)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (m_pRibbonBar-&gt;GetTab(nTab))<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_pRibbonBar-&gt;GetTab(nTab)-&gt;SetVisible(FALSE);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_pRibbonBar-&gt;SetSelected(0);<br><br>]]>
   </description>
   <pubDate>Thu, 19 Jun 2008 05:28:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10479&amp;PID=36982&amp;title=glitch-in-ribbon-bar-display-when-showtabs-false#36982</guid>
  </item> 
  <item>
   <title><![CDATA[Glitch in ribbon bar display when ShowTabs = False : It worked, but with a slight correction:...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10479&amp;PID=36669&amp;title=glitch-in-ribbon-bar-display-when-showtabs-false#36669</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2498">Tsenoh</a><br /><strong>Subject:</strong> 10479<br /><strong>Posted:</strong> 13 June 2008 at 8:13am<br /><br />It worked, but with a slight correction:<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_pRibbonBar-&gt;GetTab(0)-&gt;SetVisible(FALSE);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_pRibbonBar-&gt;SetSelected(0);<br><br>CXTPTabManagerItem has no SetSelected(BOOL) method.<br><br>Thanks!<br><br>Greets,<br><br>Bojan Hrnkas<br>]]>
   </description>
   <pubDate>Fri, 13 Jun 2008 08:13:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10479&amp;PID=36669&amp;title=glitch-in-ribbon-bar-display-when-showtabs-false#36669</guid>
  </item> 
  <item>
   <title><![CDATA[Glitch in ribbon bar display when ShowTabs = False : in MFC try   m_pRibbonBar-&amp;gt...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10479&amp;PID=36658&amp;title=glitch-in-ribbon-bar-display-when-showtabs-false#36658</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10479<br /><strong>Posted:</strong> 13 June 2008 at 6:32am<br /><br />in MFC try <DIV>&nbsp;</DIV>&nbsp; m_pRibbonBar-&gt;GetTab(0)-&gt;SetVisible(FALSE);<BR>&nbsp; m_pRibbonBar-&gt;GetTab(0)-&gt;SetSelected(TRUE);<BR><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 13 Jun 2008 06:32:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10479&amp;PID=36658&amp;title=glitch-in-ribbon-bar-display-when-showtabs-false#36658</guid>
  </item> 
  <item>
   <title><![CDATA[Glitch in ribbon bar display when ShowTabs = False : The workaround doesn&amp;#039;t seem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10479&amp;PID=36650&amp;title=glitch-in-ribbon-bar-display-when-showtabs-false#36650</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2498">Tsenoh</a><br /><strong>Subject:</strong> 10479<br /><strong>Posted:</strong> 13 June 2008 at 4:50am<br /><br />The workaround doesn't seem to work in MFC version.<br><br>&nbsp; m_pRibbonBar-&gt;SetVisible(FALSE);<br>&nbsp; m_pRibbonBar-&gt;SetSelected(TRUE);<br><br>This piece of code hides the entire ribbon bar.<br>Any idea for us, the MFC-people? :)<br><br>Thanks!<br><br>Bojan Hrnkas<br>]]>
   </description>
   <pubDate>Fri, 13 Jun 2008 04:50:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10479&amp;PID=36650&amp;title=glitch-in-ribbon-bar-display-when-showtabs-false#36650</guid>
  </item> 
  <item>
   <title><![CDATA[Glitch in ribbon bar display when ShowTabs = False : That worked.  Awesome.  Thanks...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10479&amp;PID=34678&amp;title=glitch-in-ribbon-bar-display-when-showtabs-false#34678</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3873">RedFin</a><br /><strong>Subject:</strong> 10479<br /><strong>Posted:</strong> 05 May 2008 at 2:09am<br /><br />That worked.  Awesome.  Thanks Oleg]]>
   </description>
   <pubDate>Mon, 05 May 2008 02:09:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10479&amp;PID=34678&amp;title=glitch-in-ribbon-bar-display-when-showtabs-false#34678</guid>
  </item> 
  <item>
   <title><![CDATA[Glitch in ribbon bar display when ShowTabs = False : Hello,  Thanks. agree this propblem.  Please...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10479&amp;PID=34675&amp;title=glitch-in-ribbon-bar-display-when-showtabs-false#34675</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10479<br /><strong>Posted:</strong> 05 May 2008 at 2:05am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>Thanks. agree this propblem.</DIV><DIV>&nbsp;</DIV><DIV>Please try this workaround:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; RibbonBar(0).Visible = False<BR>&nbsp;&nbsp;&nbsp; RibbonBar(0).Selected = True<BR></DIV>]]>
   </description>
   <pubDate>Mon, 05 May 2008 02:05:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10479&amp;PID=34675&amp;title=glitch-in-ribbon-bar-display-when-showtabs-false#34675</guid>
  </item> 
  <item>
   <title><![CDATA[Glitch in ribbon bar display when ShowTabs = False : Hi Aaron,  I&amp;#039;m sure you&amp;#039;re...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10479&amp;PID=34663&amp;title=glitch-in-ribbon-bar-display-when-showtabs-false#34663</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3873">RedFin</a><br /><strong>Subject:</strong> 10479<br /><strong>Posted:</strong> 04 May 2008 at 9:31pm<br /><br />Hi Aaron,<br /><br />I'm sure you're correct.  Because the app only has a limited number of icons and a single tab, I've set ".ShowTabs = False" and this is what occurs.  In v11.2.2 it worked fine though.]]>
   </description>
   <pubDate>Sun, 04 May 2008 21:31:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10479&amp;PID=34663&amp;title=glitch-in-ribbon-bar-display-when-showtabs-false#34663</guid>
  </item> 
  <item>
   <title><![CDATA[Glitch in ribbon bar display when ShowTabs = False : Hi,  It looks like a tab to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10479&amp;PID=34644&amp;title=glitch-in-ribbon-bar-display-when-showtabs-false#34644</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10479<br /><strong>Posted:</strong> 04 May 2008 at 10:06am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>It looks like a tab to me. Is there some kind of setting with showing tabs? I never did anything with Ribbonbars so I don't know, its just a suggestion.</DIV>]]>
   </description>
   <pubDate>Sun, 04 May 2008 10:06:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10479&amp;PID=34644&amp;title=glitch-in-ribbon-bar-display-when-showtabs-false#34644</guid>
  </item> 
  <item>
   <title><![CDATA[Glitch in ribbon bar display when ShowTabs = False : Not sure if this is the correct...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10479&amp;PID=34619&amp;title=glitch-in-ribbon-bar-display-when-showtabs-false#34619</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3873">RedFin</a><br /><strong>Subject:</strong> 10479<br /><strong>Posted:</strong> 03 May 2008 at 9:21pm<br /><br />Not sure if this is the correct place to notify about bugs?<br /><br />See picture of small glitch (above the 'Exit' button) in ribbon bar. This has only occurred since I upgraded to v12.<br /><br /><img src="uploads/20080503_212053_Ribb&#111;nGlitch.png" border="0"><br /><br />Is there a workaround someone can suggest that might get rid of the problem.  I've tried ribbon.RedrawBar but that doesn't work.<br /><br />Cheers,<br /><br />Rohan]]>
   </description>
   <pubDate>Sat, 03 May 2008 21:21:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10479&amp;PID=34619&amp;title=glitch-in-ribbon-bar-display-when-showtabs-false#34619</guid>
  </item> 
 </channel>
</rss>