<?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 : CommandBars Theme</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : CommandBars Theme]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 14:26:20 +0000</pubDate>
  <lastBuildDate>Mon, 20 Aug 2012 10:41:00 +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=20006</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[CommandBars Theme :   Try something like Tabwork...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20006&amp;PID=68787&amp;title=commandbars-theme#68787</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 20006<br /><strong>Posted:</strong> 20 August 2012 at 10:41am<br /><br />Try something like Tabworkspace.Paintmanager.ClientMargin]]>
   </description>
   <pubDate>Mon, 20 Aug 2012 10:41:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20006&amp;PID=68787&amp;title=commandbars-theme#68787</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBars Theme :       It worked. Thanks....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20006&amp;PID=68785&amp;title=commandbars-theme#68785</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7578">luiz.arantes</a><br /><strong>Subject:</strong> 20006<br /><strong>Posted:</strong> 20 August 2012 at 10:23am<br /><br />It worked. Thanks. <br>But after changing the code, a new problem appeared. The border of the form is appearing thicker as seen in the image below:<div>&nbsp;</div><div><a href="http://forum.codejock.com/uploads/7578/err.jpg" target="_blank">http://forum.codejock.com/uploads/7578/err.jpg</a> </div><div>&nbsp;</div><div>How can I tune it? <br>Thank you again.</div>]]>
   </description>
   <pubDate>Mon, 20 Aug 2012 10:23:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20006&amp;PID=68785&amp;title=commandbars-theme#68785</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBars Theme :   There was a link in the release...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20006&amp;PID=68779&amp;title=commandbars-theme#68779</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 20006<br /><strong>Posted:</strong> 20 August 2012 at 9:45am<br /><br />There was a link in the release notes:<div>&nbsp;</div><div><a href="http://www.codejock.com/products/releasenotes/15.0.1/themes.asp" target="_blank"><u><font color="#0066cc">http://www.codejock.com/products/releasenotes/15.0.1/themes.asp</font></u></a></div>]]>
   </description>
   <pubDate>Mon, 20 Aug 2012 09:45:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20006&amp;PID=68779&amp;title=commandbars-theme#68779</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBars Theme :        Hi everyone,In the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20006&amp;PID=68683&amp;title=commandbars-theme#68683</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7578">luiz.arantes</a><br /><strong>Subject:</strong> 20006<br /><strong>Posted:</strong> 31 July 2012 at 8:09am<br /><br />Hi everyone,<div>&nbsp;</div><div>In the Xtreme SuitePro ActiveX&nbsp; version 2009 Vol 4 (13.4.0)&nbsp;I used this&nbsp;code snippet to set the theme of my application:</div><div>&nbsp;</div><div>Select Case idTheme<br>&nbsp;&nbsp;&nbsp; Case ID_GALLEY_THEME_1:&nbsp;&nbsp;&nbsp; 'White<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBarsGlobalSettings.Office2007Images = App.Path &amp; "\CompanyThemeWt.dll"<br>&nbsp;&nbsp;&nbsp; Case ID_GALLEY_THEME_2:&nbsp;&nbsp;&nbsp; 'Black<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBarsGlobalSettings.Office2007Images = App.Path &amp; "\CompanyThemeScn.dll"<br>&nbsp;&nbsp;&nbsp; Case ID_GALLEY_THEME_3:&nbsp;&nbsp;&nbsp; 'Blue<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBarsGlobalSettings.Office2007Images = App.Path &amp; "\CompanyThemeBl.dll"<br>&nbsp;&nbsp;&nbsp; Case ID_GALLEY_THEME_4:&nbsp;&nbsp;&nbsp; 'Aqua<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBarsGlobalSettings.Office2007Images = App.Path &amp; "\CompanyThemeAq.dll"<br>&nbsp;&nbsp;&nbsp; Case ID_GALLEY_THEME_5:&nbsp;&nbsp;&nbsp; 'Silver<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBarsGlobalSettings.Office2007Images = App.Path &amp; "\CompanyThemeSlr.dll"<br>&nbsp;&nbsp;&nbsp; Case ID_GALLEY_THEME_6:&nbsp;&nbsp;&nbsp; 'Black<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBarsGlobalSettings.Office2007Images = App.Path &amp; "\CompanyThemeBlk.dll"<br>&nbsp;&nbsp;&nbsp; End Select</div><div>&nbsp;</div><div>But now that I upgraded my CodeJock to the version Xtreme SuitePro ActiveX 2012 (15.3.1) this is not working anymore. And the program shows the following error message: "Object doesn't support this property or method" to this method: CommandBarsGlobalSettings.Office2007Images = App.Path &amp; "\CompanyThemeWt.dll". What can I do to fix this problem?</div><div>&nbsp;</div><div>Thanks.</div><div>&nbsp;</div><div>P.S.: Sorry about my English, but I hope you understood my question.&nbsp;&nbsp;</div>]]>
   </description>
   <pubDate>Tue, 31 Jul 2012 08:09:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20006&amp;PID=68683&amp;title=commandbars-theme#68683</guid>
  </item> 
 </channel>
</rss>