<?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 not Skinning</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Ribbon not Skinning]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 14:35:04 +0000</pubDate>
  <lastBuildDate>Wed, 10 Jul 2013 14:22:21 +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=21764</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 not Skinning : Ribbon handles its own &amp;#034;skins&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21764&amp;PID=71349&amp;title=ribbon-not-skinning#71349</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 21764<br /><strong>Posted:</strong> 10 July 2013 at 2:22pm<br /><br />Ribbon handles its own "skins" not the skin framework. &nbsp;See the ribbon sample.]]>
   </description>
   <pubDate>Wed, 10 Jul 2013 14:22:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21764&amp;PID=71349&amp;title=ribbon-not-skinning#71349</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon not Skinning : Ok, sorry to be slow but I&amp;#039;m...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21764&amp;PID=71337&amp;title=ribbon-not-skinning#71337</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 21764<br /><strong>Posted:</strong> 08 July 2013 at 2:11pm<br /><br />Ok, sorry to be slow but I'm confused.<div><br></div><div>Here is my code to load the skin (in a sub):</div><div><br></div><div><div>SkinFramework.LoadSkin appath + "Office2007.cjstyles", ""</div><div>SkinFramework.ApplyOptions = SkinFramework.ApplyOptions Or xtpSkinApplyMetrics</div><div>SkinFramework.ApplyWindow Me.hWnd</div></div><div><br></div><div>After this I set up the ribbon bar in a separate sub. I've tried adding the following to the end of the sub with no luck:</div><div><br></div><div><div>CommandBars.PaintManager.RefreshMetrics</div><div>CommandBars.RecalcLayout</div></div>]]>
   </description>
   <pubDate>Mon, 08 Jul 2013 14:11:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21764&amp;PID=71337&amp;title=ribbon-not-skinning#71337</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon not Skinning : You have to make sure that you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21764&amp;PID=71315&amp;title=ribbon-not-skinning#71315</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2660">McKloony</a><br /><strong>Subject:</strong> 21764<br /><strong>Posted:</strong> 06 July 2013 at 3:32am<br /><br />You have to make sure that you set all the properties of the CommandBar and RibbonBar objects after you have added the CommandBarControls. Thereafter, it is necessary to perform the "PaintManager.RefreshMetrics" and "RecalcLayout" functions.]]>
   </description>
   <pubDate>Sat, 06 Jul 2013 03:32:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21764&amp;PID=71315&amp;title=ribbon-not-skinning#71315</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon not Skinning : You need to set the style before...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21764&amp;PID=71285&amp;title=ribbon-not-skinning#71285</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 21764<br /><strong>Posted:</strong> 02 July 2013 at 3:48pm<br /><br />You need to set the style before setting the theme.]]>
   </description>
   <pubDate>Tue, 02 Jul 2013 15:48:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21764&amp;PID=71285&amp;title=ribbon-not-skinning#71285</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon not Skinning : I just upgraded from 15.2.1 to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=21764&amp;PID=71284&amp;title=ribbon-not-skinning#71284</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1790">jcollier</a><br /><strong>Subject:</strong> 21764<br /><strong>Posted:</strong> 02 July 2013 at 2:32pm<br /><br />I just upgraded from 15.2.1 to 16.2.0 and now the ribbon bar I have is not skinning. No matter what skin I choose, it's black. All I can see are the buttons. Uploaded screenshots will show what I'm talking about. I haven't been able to figure out what code I need to change to fix it. I've put the new style files into the proper location but to no avail. Any help would be appreciated.<div><br></div><div><img src="uploads/1790/Ribb&#111;n.gif" height="149" width="278" border="0" /><br></div><div><br></div><div><img src="uploads/1790/Ribb&#111;nBad.gif" height="121" width="277" border="0" /><br></div>]]>
   </description>
   <pubDate>Tue, 02 Jul 2013 14:32:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=21764&amp;PID=71284&amp;title=ribbon-not-skinning#71284</guid>
  </item> 
 </channel>
</rss>