<?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 : SOLVED: Controls only PARTIALLY affected by skin</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : SOLVED: Controls only PARTIALLY affected by skin]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 10:36:03 +0000</pubDate>
  <lastBuildDate>Wed, 16 Jul 2008 09:44:24 +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=11455</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[SOLVED: Controls only PARTIALLY affected by skin : I&amp;#039;ve taken your advise and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11455&amp;PID=38460&amp;title=solved-controls-only-partially-affected-by-skin#38460</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4315">JasonG</a><br /><strong>Subject:</strong> 11455<br /><strong>Posted:</strong> 16 July 2008 at 9:44am<br /><br />I've taken your advise and put the Skin control on a sperate form, and I also forgot to include the xtpSkinApplyFrame option. This resloved the issue for the most part. Thanks guys.]]>
   </description>
   <pubDate>Wed, 16 Jul 2008 09:44:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11455&amp;PID=38460&amp;title=solved-controls-only-partially-affected-by-skin#38460</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Controls only PARTIALLY affected by skin : ok :) ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11455&amp;PID=38448&amp;title=solved-controls-only-partially-affected-by-skin#38448</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11455<br /><strong>Posted:</strong> 16 July 2008 at 5:52am<br /><br /><P>ok :)</P>]]>
   </description>
   <pubDate>Wed, 16 Jul 2008 05:52:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11455&amp;PID=38448&amp;title=solved-controls-only-partially-affected-by-skin#38448</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Controls only PARTIALLY affected by skin : This is what i described ;) ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11455&amp;PID=38441&amp;title=solved-controls-only-partially-affected-by-skin#38441</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 11455<br /><strong>Posted:</strong> 16 July 2008 at 2:31am<br /><br />This is what i described ;)]]>
   </description>
   <pubDate>Wed, 16 Jul 2008 02:31:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11455&amp;PID=38441&amp;title=solved-controls-only-partially-affected-by-skin#38441</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Controls only PARTIALLY affected by skin : Hi,  Also try to move these...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11455&amp;PID=38416&amp;title=solved-controls-only-partially-affected-by-skin#38416</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11455<br /><strong>Posted:</strong> 15 July 2008 at 3:55pm<br /><br /><P>Hi,</P><DIV>&nbsp;</DIV><DIV>Also try to move these lines to first lines of Load event. Maybe when you call it your groupBox and CheckBoxes already created...</DIV>]]>
   </description>
   <pubDate>Tue, 15 Jul 2008 15:55:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11455&amp;PID=38416&amp;title=solved-controls-only-partially-affected-by-skin#38416</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Controls only PARTIALLY affected by skin : This happens sometimes, when the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11455&amp;PID=38405&amp;title=solved-controls-only-partially-affected-by-skin#38405</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 11455<br /><strong>Posted:</strong> 15 July 2008 at 1:43pm<br /><br />This happens sometimes, when the skinframework is in the same form as the controls. <DIV>If the Form_Load-Event occurs all controls are already loaded and builded, so skinframework can't capture this.</DIV><DIV>&nbsp;</DIV><DIV>Try:</DIV><DIV>Use a hidden form that only contains the skinframework and load this in sub main before you load any other form, than all forms are (normaly) correct skinned.</DIV><DIV>Don't forget unload the hidden form if application ends.</DIV>]]>
   </description>
   <pubDate>Tue, 15 Jul 2008 13:43:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11455&amp;PID=38405&amp;title=solved-controls-only-partially-affected-by-skin#38405</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Controls only PARTIALLY affected by skin : UPDATE: I have come up with the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11455&amp;PID=38402&amp;title=solved-controls-only-partially-affected-by-skin#38402</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4315">JasonG</a><br /><strong>Subject:</strong> 11455<br /><strong>Posted:</strong> 15 July 2008 at 12:09pm<br /><br />UPDATE: I have come up with the bandaid solution of adding the following BOLDED lines. Do I really need to apply the skin to each groupbox?<br><br>&nbsp;&nbsp;&nbsp; Skin1.LoadSkin Skins(0).FileLocation, Skins(0).iniFile<br>&nbsp;&nbsp;&nbsp; Skin1.ApplyWindow Me.hWnd<br><b>&nbsp;&nbsp;&nbsp; Skin1.ApplyWindow GroupBox1.hWnd<br>&nbsp;&nbsp;&nbsp; Skin1.ApplyWindow grpReplyOptions.hWnd</b><br>&nbsp;&nbsp;&nbsp; Skin1.ApplyOptions = Skin1.ApplyOptions Or xtpSkinApplyMetrics<br><br>]]>
   </description>
   <pubDate>Tue, 15 Jul 2008 12:09:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11455&amp;PID=38402&amp;title=solved-controls-only-partially-affected-by-skin#38402</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Controls only PARTIALLY affected by skin :    I have a pretty complex...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11455&amp;PID=38399&amp;title=solved-controls-only-partially-affected-by-skin#38399</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4315">JasonG</a><br /><strong>Subject:</strong> 11455<br /><strong>Posted:</strong> 15 July 2008 at 11:46am<br /><br />I have a pretty complex form using a majority of the CodeJock controls. There is one weird occurance that is happening however. When I apply a skin, there are a handful of controls that dont get affected, or get partially affected. <br><br>If you look at the attached screenshot, you will notice a docking pane on the bottom of the form underneath the reply box (with the confidential, urgent, etc... checkboxes).<br><br>These controls are all on a groupbox, which is linked to the pane during construction. the groupbox that gets attached to the pane is correctly affected by the skin change, however the checkboxes and addition groupbox seem to only be partially affected (the background colors do not change). These checkboxes and groupboxes are the CodeJock version, and not the MSVB version. All <b>UseVisualStyle </b>Properties=True <br><br>Please advise!!<br><br><img src="uploads/20080715_114457_SkinProb.gif" height="623" width="818" border="0"><br>]]>
   </description>
   <pubDate>Tue, 15 Jul 2008 11:46:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11455&amp;PID=38399&amp;title=solved-controls-only-partially-affected-by-skin#38399</guid>
  </item> 
 </channel>
</rss>