<?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 Problem with Title Bar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Skin Problem with Title Bar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 14:07:12 +0000</pubDate>
  <lastBuildDate>Thu, 10 Sep 2009 11:04:15 +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=15111</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 Problem with Title Bar : Than you can explizitly skin your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15111&amp;PID=52909&amp;title=skin-problem-with-title-bar#52909</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 15111<br /><strong>Posted:</strong> 10 September 2009 at 11:04am<br /><br /><P>Than you can explizitly skin your forms by Skinframework.ApplyWindow in each form in Form_Load-Event.</P><DIV>If you want to skin some commondialogs like Open/Save than use ResumeSkinning before call and SuspendSkinning after call.</DIV>]]>
   </description>
   <pubDate>Thu, 10 Sep 2009 11:04:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15111&amp;PID=52909&amp;title=skin-problem-with-title-bar#52909</guid>
  </item> 
  <item>
   <title><![CDATA[Skin Problem with Title Bar : what version of crystal?  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15111&amp;PID=52908&amp;title=skin-problem-with-title-bar#52908</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2090">joeliner</a><br /><strong>Subject:</strong> 15111<br /><strong>Posted:</strong> 10 September 2009 at 10:55am<br /><br />what version of crystal?]]>
   </description>
   <pubDate>Thu, 10 Sep 2009 10:55:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15111&amp;PID=52908&amp;title=skin-problem-with-title-bar#52908</guid>
  </item> 
  <item>
   <title><![CDATA[Skin Problem with Title Bar : This approches does not work for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15111&amp;PID=52863&amp;title=skin-problem-with-title-bar#52863</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3183">faizullah</a><br /><strong>Subject:</strong> 15111<br /><strong>Posted:</strong> 08 September 2009 at 12:50pm<br /><br /><P>This approches does not work for our scenarios as I explained in my problem description. Since we show the crystal report window as non-modal window, users are able to open other window while report window&nbsp;is open, so new window will NOT get skinned until user close report window.</P>]]>
   </description>
   <pubDate>Tue, 08 Sep 2009 12:50:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15111&amp;PID=52863&amp;title=skin-problem-with-title-bar#52863</guid>
  </item> 
  <item>
   <title><![CDATA[Skin Problem with Title Bar : I do the same thing with an other...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15111&amp;PID=52814&amp;title=skin-problem-with-title-bar#52814</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 15111<br /><strong>Posted:</strong> 05 September 2009 at 9:34am<br /><br />I do the same thing with an other embedded application and i provide 2 functions:<DIV>&nbsp;</DIV><DIV>Public Sub SuspendSkinning()<BR>&nbsp;&nbsp;&nbsp; With MyMainForm.SkinFramework<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ApplyOptions = 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AutoApplyNewThreads = False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AutoApplyNewWindows = False<BR>&nbsp;&nbsp;&nbsp; End With<BR>End Sub</DIV><DIV>Public Sub ResumeSkinning()<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With MyMainForm.SkinFramework<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ApplyOptions = xtpSkinApplyColors Or xtpSkinApplyFrame Or xtpSkinApplyMetrics<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AutoApplyNewThreads = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AutoApplyNewWindows = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<BR>End Sub<BR></DIV><DIV>Before i call the application&nbsp;i call SuspendSkinning and if the application ends&nbsp;i call ResumeSkinning.</DIV><DIV>This works for me.</DIV><DIV>&nbsp;</DIV><DIV>During callbacks i add my own forms for skinning with SkinFramework.ApplyWindow(MyForm.hWnd).</DIV><DIV>&nbsp;</DIV><DIV>I have tried also the following, but this seams not to work:</DIV><DIV>SkinFramework.ExcludeModule("foreign.dll")</DIV>]]>
   </description>
   <pubDate>Sat, 05 Sep 2009 09:34:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15111&amp;PID=52814&amp;title=skin-problem-with-title-bar#52814</guid>
  </item> 
  <item>
   <title><![CDATA[Skin Problem with Title Bar : We are using Crystal Report Print...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15111&amp;PID=52729&amp;title=skin-problem-with-title-bar#52729</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3183">faizullah</a><br /><strong>Subject:</strong> 15111<br /><strong>Posted:</strong> 03 September 2009 at 10:35am<br /><br /><P style="MARGIN: 0in 0in 0pt" =Ms&#111;normal><FONT size=3><FONT face="Times New Roman">We are using Crystal Report Print Engine to show crystal report in our application. When crystal report window shows up, title bar disappeared immediately after user moves the mouse button on it. Now I can fix this by .RemoveWindow(Hwnd) but inside that report window, there is one "Print" button which brings the Printer Dialog also has the same problem. I don't have the Hwnd for Printer Dialog button. Now I can use .AutoApplyNewWindows =False to fix the problem, but if I do this, other windows in my application does not get skinned which is a problem. Is there any way to stop skinning Only for one window and any child windows of that window? I could use sub classing, but I don't know what msg to capture to stop the skin.<?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></FONT></FONT></P><DIV><SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA">Any help will be greatly appreciated.</SPAN></DIV><DIV><SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA"></SPAN>&nbsp;</DIV><DIV><SPAN style="FONT-FAMILY: 'Times New Roman'; FONT-SIZE: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-: EN-US; mso-fareast-: EN-US; mso-bidi-: AR-SA">We are using SkinFramework 13.1 version.</SPAN></DIV>]]>
   </description>
   <pubDate>Thu, 03 Sep 2009 10:35:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15111&amp;PID=52729&amp;title=skin-problem-with-title-bar#52729</guid>
  </item> 
 </channel>
</rss>