<?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 : Syntax for ApplyOptions, order of calls</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Syntax for ApplyOptions, order of calls]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 08:35:50 +0000</pubDate>
  <lastBuildDate>Thu, 26 Mar 2009 03:21:08 +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=13796</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[Syntax for ApplyOptions, order of calls : Hi Oleg, I need to set the SkinFramework.ApplyOptions...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13796&amp;PID=47157&amp;title=syntax-for-applyoptions-order-of-calls#47157</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4998">iamgtd</a><br /><strong>Subject:</strong> 13796<br /><strong>Posted:</strong> 26 March 2009 at 3:21am<br /><br /><P>Hi Oleg,</P><P>I need to set the SkinFramework.ApplyOptions for two reasons: </P><P>1.) Default settings in our programs depending on the operation system.<BR>2.) Userdefinded Settings</P><P>In the FormLoad:&nbsp;</P><P>&nbsp; bReturn = SkinFramework.LoadSkin(gSkinFileName, gSkinSchema)</P><P>&nbsp; SkinFramework.ApplyWindow Me.hWnd<BR>&nbsp; SkinFramework.AutoApplyNewThreads = True<BR>&nbsp; SkinFramework.AutoApplyNewWindows = True</P><P>&nbsp;If XP Or earlier Or userdefined Then<BR>&nbsp;&nbsp;&nbsp; SkinFramework.ApplyOptions = xtpSkinApplyMetrics Or xtpSkinApplyMenus Or xtpSkinApplyColors Or xtpSkinApplyFrame<BR>&nbsp; Else<BR>&nbsp;&nbsp;&nbsp; SkinFramework.ApplyOptions = xtpSkinApplyMetrics Or xtpSkinApplyMenus Or xtpSkinApplyColors<BR>&nbsp; End If</P><P>If the program is running and I want to change settings is it enough to set only the changend option or is it better to do the same as in the FormLoad?</P>]]>
   </description>
   <pubDate>Thu, 26 Mar 2009 03:21:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13796&amp;PID=47157&amp;title=syntax-for-applyoptions-order-of-calls#47157</guid>
  </item> 
  <item>
   <title><![CDATA[Syntax for ApplyOptions, order of calls : Hi, Just don&amp;#039;t set ApplyOptions...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13796&amp;PID=47154&amp;title=syntax-for-applyoptions-order-of-calls#47154</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13796<br /><strong>Posted:</strong> 26 March 2009 at 2:59am<br /><br />Hi,<DIV>Just don't set ApplyOptions :) They have all options enabled by default.</DIV>]]>
   </description>
   <pubDate>Thu, 26 Mar 2009 02:59:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13796&amp;PID=47154&amp;title=syntax-for-applyoptions-order-of-calls#47154</guid>
  </item> 
  <item>
   <title><![CDATA[Syntax for ApplyOptions, order of calls : Question 1): What is the correct...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13796&amp;PID=47098&amp;title=syntax-for-applyoptions-order-of-calls#47098</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4998">iamgtd</a><br /><strong>Subject:</strong> 13796<br /><strong>Posted:</strong> 25 March 2009 at 8:14am<br /><br /><P>Question 1):</P><P>What is the correct syntax for ApplyOptions?</P><P>SkinFramework.ApplyOptions = xtpSkinApplyColors Or xtpSkinApplyFrame Or xtpSkinApplyMetrics </P><P>or </P><P>SkinFramework.ApplyOptions = xtpSkinApplyColors + xtpSkinApplyFrame + xtpSkinApplyMetrics </P><P>or </P><P>SkinFramework.ApplyOptions = SkinFramework.ApplyOptions OR xtpSkinApplyColors Or xtpSkinApplyFrame Or xtpSkinApplyMetrics <BR></P><DIV></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Question 2)</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; Is it important to keep this order of the methods?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; SkinFramework.LoadSkin App.Path + "..\..\..\Styles\Office2007.cjstyles", ""<BR>&nbsp;&nbsp;&nbsp; SkinFramework.ApplyWindow Me.hWnd<BR>&nbsp;&nbsp;&nbsp; SkinFramework.ApplyOptions = xtpSkinApplyMetrics<BR></DIV><DIV>&nbsp;&nbsp;&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 25 Mar 2009 08:14:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13796&amp;PID=47098&amp;title=syntax-for-applyoptions-order-of-calls#47098</guid>
  </item> 
 </channel>
</rss>