<?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 : Office2013/2016 themes</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Office2013/2016 themes]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 22:01:59 +0000</pubDate>
  <lastBuildDate>Mon, 11 Feb 2019 00:28:29 +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=23814</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[Office2013/2016 themes : Hello,Office 2013 &amp;amp; 2016 themes...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23814&amp;PID=77256&amp;title=office2013-2016-themes#77256</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=796">Sunil</a><br /><strong>Subject:</strong> 23814<br /><strong>Posted:</strong> 11 February 2019 at 12:28am<br /><br /><div>Hello,</div><div><br></div><div>Office 2013 &amp; 2016 themes breaks if applied before creating ribbon. But, all other themes work well.</div><div>And also the enum value for&nbsp;XTPVisualTheme.xtpThemeOffice2013 and&nbsp;XTPVisualTheme.xtpThemeOffice2016 are same in commandbars and for many other controls across ActiveX suite.</div><div><br></div><div>I have attached modifying existing C# sample:</div><div><br></div><div>1. In the Load event, I am applying 2013 theme before creating ribbon and I get a blackout.</div><div><br></div><div>2. If it is applied after creating ribbon, it works as expected.</div><div><br></div><div>3. I also tried the same with Windows7 and 2007/2010 themes, they too work as expected, whether you apply theme before or after creating ribbon.</div><div><br></div><div><a href="uploads/796/Ribb&#111;nMDISample.zip" target="_blank" rel="nofollow">uploads/796/RibbonMDISample.zip</a></div><div>uploads/796/2013theme_blackout.png</div><div><br></div><div><img src="uploads/796/2013theme_blackout.png" height="871" width="991" border="0" /><br></div><div><br></div><div><br></div><div>Try enabling disabling test case 1/2/3 below snippet in the sample and check.</div><div>I have attached a screenshot as well</div><div><br></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; private void frmMain_Load(object eventSender, System.EventArgs eventArgs)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBarsGlobalSettings = new XtremeCommandBars.CommandBarsGlobalSettings();</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ////Test case: #1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //CommandBarsGlobalSettings.ResourceImages.LoadFromFile(StylesPath() + "Windows7.dll", "Windows7Blue.ini");<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //CommandBars.VisualTheme = XtremeCommandBars.XTPVisualTheme.xtpThemeResource;</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ////Test case: #2<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBarsGlobalSettings.ResourceImages.LoadFromFile(StylesPath() + "Office2013.dll", "Office2013White.ini");<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBars.VisualTheme = XtremeCommandBars.XTPVisualTheme.xtpThemeOffice2013;</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CreateRibbonBar();</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ////Test case: #3<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //CommandBars.VisualTheme = XtremeCommandBars.XTPVisualTheme.xtpThemeOffice2013;</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Mon, 11 Feb 2019 00:28:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23814&amp;PID=77256&amp;title=office2013-2016-themes#77256</guid>
  </item> 
 </channel>
</rss>