<?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 : Skin applied to particular dialog</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Skin applied to particular dialog]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 22:53:28 +0000</pubDate>
  <lastBuildDate>Thu, 17 Apr 2008 04:34:23 +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=10174</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[Skin applied to particular dialog : That worked...thanks ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10174&amp;PID=33814&amp;title=skin-applied-to-particular-dialog#33814</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3543">pijnappel</a><br /><strong>Subject:</strong> 10174<br /><strong>Posted:</strong> 17 April 2008 at 4:34am<br /><br /><P>That worked...thanks</P>]]>
   </description>
   <pubDate>Thu, 17 Apr 2008 04:34:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10174&amp;PID=33814&amp;title=skin-applied-to-particular-dialog#33814</guid>
  </item> 
  <item>
   <title><![CDATA[Skin applied to particular dialog : Yes, its only right solution. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10174&amp;PID=33772&amp;title=skin-applied-to-particular-dialog#33772</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10174<br /><strong>Posted:</strong> 16 April 2008 at 2:47pm<br /><br />Yes, its only right solution.]]>
   </description>
   <pubDate>Wed, 16 Apr 2008 14:47:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10174&amp;PID=33772&amp;title=skin-applied-to-particular-dialog#33772</guid>
  </item> 
  <item>
   <title><![CDATA[Skin applied to particular dialog : In my case if I set this options...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10174&amp;PID=33760&amp;title=skin-applied-to-particular-dialog#33760</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4100">xhantt</a><br /><strong>Subject:</strong> 10174<br /><strong>Posted:</strong> 16 April 2008 at 11:37am<br /><br />In my case if I set this options before any other operation<br><br><table width="99%"><tr><td><pre class="BBcode">XTPSkinManager()-&gt;SetApplyOptions(xtpSkinApplyMetrics | xtpSkinApplyFrame );</pre></td></tr></table><br><br>it seems to work.<br><br>But I don't know if this is the correct solution, I'm glad to know other approaches.<br>]]>
   </description>
   <pubDate>Wed, 16 Apr 2008 11:37:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10174&amp;PID=33760&amp;title=skin-applied-to-particular-dialog#33760</guid>
  </item> 
  <item>
   <title><![CDATA[Skin applied to particular dialog : I have a similar problem. I am...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10174&amp;PID=33478&amp;title=skin-applied-to-particular-dialog#33478</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3543">pijnappel</a><br /><strong>Subject:</strong> 10174<br /><strong>Posted:</strong> 11 April 2008 at 7:20am<br /><br />I have a similar problem. <br><br>I am using the following code to load the skin:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>XTPSkinManager()-&gt;SetAutoApplyNewWindows(FALSE);<br>XTPSkinManager()-&gt;SetAutoApplyNewThreads(FALSE);<br>XTPSkinManager()-&gt;LoadSkin(m_strStylePath"));<br></pre></td></tr></table><br><br>To assign a window I use:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>XTPSkinManager()-&gt;ApplyWindow(myWindow.m_hwnd);<br></pre></td></tr></table><br><br>The applied dialog is skinned, but the colors of the loaded skin are also applied to the other dialogs. For instance the background of static text controls is different from the default windows skin.<br><br>Example of the loaded skin:<br><br><img src="uploads/20080411_071448_skinA.jpg" height="259" width="390" border="0"><br><br><br>Another dialog as it should be:<br><br><img src="uploads/20080411_071756_skinc.png" height="320" width="362" border="0"><br><br>And that's how it looks like when the other theme is loaded:<br><br><img src="uploads/20080411_071842_skinB.png" height="320" width="362" border="0"><br>]]>
   </description>
   <pubDate>Fri, 11 Apr 2008 07:20:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10174&amp;PID=33478&amp;title=skin-applied-to-particular-dialog#33478</guid>
  </item> 
  <item>
   <title><![CDATA[Skin applied to particular dialog : Hi  where to call that function...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10174&amp;PID=33412&amp;title=skin-applied-to-particular-dialog#33412</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3627">himanshu</a><br /><strong>Subject:</strong> 10174<br /><strong>Posted:</strong> 10 April 2008 at 7:14am<br /><br /><DIV>Hi</DIV><DIV>&nbsp;</DIV><DIV>where to call that function and how to apply for particular windows only.</DIV>]]>
   </description>
   <pubDate>Thu, 10 Apr 2008 07:14:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10174&amp;PID=33412&amp;title=skin-applied-to-particular-dialog#33412</guid>
  </item> 
  <item>
   <title><![CDATA[Skin applied to particular dialog : Hi,  Call SetAutoApplyNewWindows(FALSE)...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10174&amp;PID=33408&amp;title=skin-applied-to-particular-dialog#33408</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10174<br /><strong>Posted:</strong> 10 April 2008 at 6:30am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Call SetAutoApplyNewWindows(FALSE) and apply windows you only need.</DIV>]]>
   </description>
   <pubDate>Thu, 10 Apr 2008 06:30:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10174&amp;PID=33408&amp;title=skin-applied-to-particular-dialog#33408</guid>
  </item> 
  <item>
   <title><![CDATA[Skin applied to particular dialog : Hi  If we apply skin effect...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10174&amp;PID=33407&amp;title=skin-applied-to-particular-dialog#33407</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3627">himanshu</a><br /><strong>Subject:</strong> 10174<br /><strong>Posted:</strong> 10 April 2008 at 6:01am<br /><br />Hi<DIV>&nbsp;</DIV><DIV>If we apply skin effect in application it gets applied to everything .</DIV><DIV>e.g. All the dialogs i application we show the same skin effect.</DIV><DIV>Is there a way to apply skin in such a way that only some/particular dialogs&nbsp;&nbsp;will show the skin effect and others don't</DIV><DIV>&nbsp;</DIV><DIV>I mean i want selectively for the dialogs/other controls&nbsp;to show the skin effect&nbsp;.</DIV><DIV>Could we do that?</DIV><DIV>&nbsp;</DIV><DIV>Secondly the files used to apply skin .cjstyle files could we edit those files </DIV><DIV>if yes how to do that.</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance</DIV><DIV>Himanshu</DIV>]]>
   </description>
   <pubDate>Thu, 10 Apr 2008 06:01:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10174&amp;PID=33407&amp;title=skin-applied-to-particular-dialog#33407</guid>
  </item> 
 </channel>
</rss>