<?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 Tabs Font Problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : RibbonBar Tabs Font Problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 11:30:45 +0000</pubDate>
  <lastBuildDate>Fri, 05 Jan 2007 13:12:53 +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=5929</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 Tabs Font Problem : Thanks, Oleg. I just created issue....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5929&amp;PID=18915&amp;title=ribbonbar-tabs-font-problem#18915</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=884">DDJJ</a><br /><strong>Subject:</strong> 5929<br /><strong>Posted:</strong> 05 January 2007 at 1:12pm<br /><br />Thanks, Oleg.&nbsp;&nbsp; I just created issue.]]>
   </description>
   <pubDate>Fri, 05 Jan 2007 13:12:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5929&amp;PID=18915&amp;title=ribbonbar-tabs-font-problem#18915</guid>
  </item> 
  <item>
   <title><![CDATA[RibbonBar Tabs Font Problem : Hello,  Create new issue I will...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5929&amp;PID=18914&amp;title=ribbonbar-tabs-font-problem#18914</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5929<br /><strong>Posted:</strong> 05 January 2007 at 1:05pm<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>Create new issue I will send you 10.4.1 to test.</DIV>]]>
   </description>
   <pubDate>Fri, 05 Jan 2007 13:05:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5929&amp;PID=18914&amp;title=ribbonbar-tabs-font-problem#18914</guid>
  </item> 
  <item>
   <title><![CDATA[RibbonBar Tabs Font Problem : FYI, I am able to get the tab...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5929&amp;PID=18908&amp;title=ribbonbar-tabs-font-problem#18908</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=884">DDJJ</a><br /><strong>Subject:</strong> 5929<br /><strong>Posted:</strong> 05 January 2007 at 11:02am<br /><br />FYI, I am able to get the tab font sized reduced by adding a command button to run the following code AFTER our form loads:<DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; CommandBars1.Options.ComboBoxFont.Name = "Tahoma"<BR>&nbsp;&nbsp;&nbsp; CommandBars1.Options.ComboBoxFont.Size = 8<BR>&nbsp;&nbsp;&nbsp; CommandBars1.Options.Font.Name = "Tahoma"<BR>&nbsp;&nbsp;&nbsp; CommandBars1.Options.Font.Size = 8<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; RibbonBar.TabPaintManager.Font.Name = "Tahoma"<BR>&nbsp;&nbsp;&nbsp; RibbonBar.TabPaintManager.Font.Size = 8<BR>&nbsp;&nbsp;&nbsp; RibbonBar.RibbonPaintManager.CaptionFont.Name = "Tahoma"<BR>&nbsp;&nbsp;&nbsp; RibbonBar.RibbonPaintManager.CaptionFont.Size = 8<DIV>&nbsp;&nbsp;&nbsp; RibbonBar.RecalcLayout<BR>&nbsp;&nbsp;&nbsp; RibbonBar.RedrawBar</DIV><DIV>&nbsp;</DIV><DIV>However, this creates another problem...RibbonBar controls with two lines of text end up having the second line start to move off the ribbonbar (looks like both the icon and the text move down a little bit).</DIV><DIV>&nbsp;</DIV><DIV>Also, whenever I change the theme style (black, aqua, blue or silver), I need to hit the command button to get the tab font corrected.</DIV><DIV>&nbsp;</DIV><DIV>Dan</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV></DIV>]]>
   </description>
   <pubDate>Fri, 05 Jan 2007 11:02:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5929&amp;PID=18908&amp;title=ribbonbar-tabs-font-problem#18908</guid>
  </item> 
  <item>
   <title><![CDATA[RibbonBar Tabs Font Problem : That doesn&amp;#039;t explain why...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5929&amp;PID=18892&amp;title=ribbonbar-tabs-font-problem#18892</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=884">DDJJ</a><br /><strong>Subject:</strong> 5929<br /><strong>Posted:</strong> 05 January 2007 at 9:29am<br /><br />That doesn't explain why we are able to change font sizes using the RibbonBar sample, but not our app (on the same development machine).<DIV>&nbsp;</DIV><DIV>We are trying to get an update released for our app by Jan 15th, so if anyone can suggest a workaround until 10.4.1 is released, it would be appreciated.</DIV><DIV>&nbsp;</DIV><DIV>Dan</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 05 Jan 2007 09:29:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5929&amp;PID=18892&amp;title=ribbonbar-tabs-font-problem#18892</guid>
  </item> 
  <item>
   <title><![CDATA[RibbonBar Tabs Font Problem : Hi, Actually we agree that the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5929&amp;PID=18853&amp;title=ribbonbar-tabs-font-problem#18853</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5929<br /><strong>Posted:</strong> 05 January 2007 at 2:09am<br /><br />Hi,<DIV>Actually we agree that the font size become larger with 10.4 if Sergoe UI font was not installed. It will be jfixed in 10.4.1.</DIV>]]>
   </description>
   <pubDate>Fri, 05 Jan 2007 02:09:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5929&amp;PID=18853&amp;title=ribbonbar-tabs-font-problem#18853</guid>
  </item> 
  <item>
   <title><![CDATA[RibbonBar Tabs Font Problem : I tried using only RibbonBar.FontHeight...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5929&amp;PID=18840&amp;title=ribbonbar-tabs-font-problem#18840</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=884">DDJJ</a><br /><strong>Subject:</strong> 5929<br /><strong>Posted:</strong> 04 January 2007 at 7:10pm<br /><br /><P>I tried using only RibbonBar.FontHeight = 8.&nbsp; Regardless of whether I use 6,7,8,9,10,12,or 14 for the property, the RibbonBar always looks the same (I'm guessing about a font size of 10).&nbsp; Made sure I commented out any other code relating to fonts.</P><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 04 Jan 2007 19:10:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5929&amp;PID=18840&amp;title=ribbonbar-tabs-font-problem#18840</guid>
  </item> 
  <item>
   <title><![CDATA[RibbonBar Tabs Font Problem : I tried setting RibbonBar.FontHeight...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5929&amp;PID=18833&amp;title=ribbonbar-tabs-font-problem#18833</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 5929<br /><strong>Posted:</strong> 04 January 2007 at 5:46pm<br /><br />I tried setting RibbonBar.FontHeight = 8 instead of RibbonBar.TabPaintManager.Font.Size = 8 and it seems to work<br><br>Using FontHeight sets all fonts on the ribbonbar to the same height.&nbsp; Using .Font.Size only sets the height of the fonts on the tabs.<br><br><br>]]>
   </description>
   <pubDate>Thu, 04 Jan 2007 17:46:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5929&amp;PID=18833&amp;title=ribbonbar-tabs-font-problem#18833</guid>
  </item> 
  <item>
   <title><![CDATA[RibbonBar Tabs Font Problem :   oleg wrote:Hi,   May be you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5929&amp;PID=18831&amp;title=ribbonbar-tabs-font-problem#18831</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=884">DDJJ</a><br /><strong>Subject:</strong> 5929<br /><strong>Posted:</strong> 04 January 2007 at 5:23pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br />Hi, <DIV>&nbsp;</DIV><DIV>May be you call RibbonBar.FontHeight = 8 somewhere after you changed font of tabs. Try to move it before you call it.</DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>Move what before I call it?</DIV>]]>
   </description>
   <pubDate>Thu, 04 Jan 2007 17:23:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5929&amp;PID=18831&amp;title=ribbonbar-tabs-font-problem#18831</guid>
  </item> 
  <item>
   <title><![CDATA[RibbonBar Tabs Font Problem : Wasn&amp;#039;t using the FontHeight...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5929&amp;PID=18830&amp;title=ribbonbar-tabs-font-problem#18830</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=884">DDJJ</a><br /><strong>Subject:</strong> 5929<br /><strong>Posted:</strong> 04 January 2007 at 5:21pm<br /><br />Wasn't using the FontHeight property anywhere in code.&nbsp; Tried using here...it doesn't help.&nbsp; At this point, the only code I'm using for fonts is:<DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; CommandBars1.Options.ComboBoxFont.Name = "Tahoma"<BR>&nbsp;&nbsp;&nbsp; CommandBars1.Options.ComboBoxFont.Size = 8<BR>&nbsp;&nbsp;&nbsp; CommandBars1.Options.Font.Name = "Tahoma"<BR>&nbsp;&nbsp;&nbsp; CommandBars1.Options.Font.Size = 8<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; RibbonBar.TabPaintManager.Font.Name = "Tahoma"<BR>&nbsp;&nbsp;&nbsp; RibbonBar.TabPaintManager.Font.Size = 8<BR>&nbsp;&nbsp;&nbsp; RibbonBar.RibbonPaintManager.CaptionFont.Name = "Tahoma"<BR>&nbsp;&nbsp;&nbsp; RibbonBar.RibbonPaintManager.CaptionFont.Size = 8</DIV><DIV>&nbsp;&nbsp;&nbsp; RibbonBar.RecalcLayout<BR>&nbsp;&nbsp;&nbsp; RibbonBar.RedrawBar</DIV><DIV>&nbsp;</DIV><DIV>Same result..can't get tab font to change.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 04 Jan 2007 17:21:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5929&amp;PID=18830&amp;title=ribbonbar-tabs-font-problem#18830</guid>
  </item> 
  <item>
   <title><![CDATA[RibbonBar Tabs Font Problem : Hi,  May be you call RibbonBar.FontHeight...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5929&amp;PID=18825&amp;title=ribbonbar-tabs-font-problem#18825</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5929<br /><strong>Posted:</strong> 04 January 2007 at 3:02pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>May be you call RibbonBar.FontHeight = 8 somewhere after you changed font of tabs. Try to move it before you call it.</DIV>]]>
   </description>
   <pubDate>Thu, 04 Jan 2007 15:02:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5929&amp;PID=18825&amp;title=ribbonbar-tabs-font-problem#18825</guid>
  </item> 
 </channel>
</rss>