<?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] V17.1 Malformed skinnings</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : [solved] V17.1 Malformed skinnings]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 16 Apr 2026 22:03:33 +0000</pubDate>
  <lastBuildDate>Thu, 05 May 2016 15:12:39 +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=22932</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] V17.1 Malformed skinnings : Hi all,I&amp;#039;m glad to inform...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22932&amp;PID=74720&amp;title=solved-v17-1-malformed-skinnings#74720</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 22932<br /><strong>Posted:</strong> 05 May 2016 at 3:12pm<br /><br /><font face="Arial, Helvetica, sans-serif" size="3"><span style="line-height: 16.8px; : rgb248, 248, 252;">Hi all,</span><br style="line-height: 16.8px; : rgb248, 248, 252;"><br style="line-height: 16.8px; : rgb248, 248, 252;"><span style="line-height: 16.8px; : rgb248, 248, 252;">I'm glad to inform you that the reason of other issue with undesirable&nbsp;</span><span style="line-height: normal;">transparent&nbsp;</span><span style="line-height: 16.8px; : rgb248, 248, 252;">&nbsp;borders around ListView and TreeView was found.</span></font><div><font face="Arial, Helvetica, sans-serif" size="3"><span style=": rgb248, 248, 252;"><br><span style="line-height: 16.8px;">The reason was in&nbsp;</span>WS_BORDER style of&nbsp;</span><span style="line-height: 16.8px; : rgb248, 248, 252;">ListView and TreeView. As hot fix you can set it to false (property&nbsp;</span><span style="line-height: normal;">BorderStyle</span><span style="line-height: normal;">&nbsp;to&nbsp;</span><span style="line-height: normal;">"0 - ccNone"</span><span style="line-height: 16.8px; : rgb248, 248, 252;">).<br><br>In code it is in method&nbsp;</span>CXTPSkinManagerSchema::DrawNonClientRect(),&nbsp;</font><span style="font-family: Arial, Helvetica, sans-serif; font-size: medium; line-height: 1.4;"><span style="line-height: 16.8px;"><table width="99%"><tr><td><pre class="BBcode"></span></span><span style="line-height: 16.8px; font-family: Arial, Helvetica, sans-serif; font-size: medium;">&nbsp;</span><span style="line-height: 16.8px; font-family: Arial, Helvetica, sans-serif; font-size: medium; white-space: pre;">&nbsp;   </span><span style="font-family: Arial, Helvetica, sans-serif; font-size: medium; line-height: 1.4;">else if ((dwStyle &amp; WS_BORDER) &amp;&amp; !(dwStyle &amp; WS_DLGFRAME))</span></div><div><font size="3" face="Arial, Helvetica, sans-serif"><span style="line-height: 16.8px;">&nbsp;</span><span style="line-height: 16.8px; white-space: pre;">&nbsp;   </span>{</font></div><div><font size="3" face="Arial, Helvetica, sans-serif"><span style="line-height: 16.8px;">&nbsp;</span><span style="line-height: 16.8px; white-space: pre;">&nbsp;  &nbsp;</span><span style="line-height: 16.8px;">&nbsp;</span><span style="line-height: 16.8px; white-space: pre;">&nbsp;   </span><span style="line-height: 1.4;">int nSize = GetMetrics()-&gt;m_nBorderSize;</span></font></div><div><font size="3" face="Arial, Helvetica, sans-serif"><span style="line-height: 16.8px;">&nbsp;</span><span style="line-height: 16.8px; white-space: pre;">&nbsp;  &nbsp;</span><span style="line-height: 16.8px;">&nbsp;</span><span style="line-height: 16.8px; white-space: pre;">&nbsp;   </span><span style="line-height: 1.4;">COLORREF crColor = GetColor(pFrame-&gt;IsActive() ? COLOR_ACTIVEBORDER : COLOR_INACTIVEBORDER);</span></font></div><div><font size="3" face="Arial, Helvetica, sans-serif"><span style="line-height: 16.8px;">&nbsp;</span><span style="line-height: 16.8px; white-space: pre;">&nbsp;  &nbsp;</span><span style="line-height: 16.8px;">&nbsp;</span><span style="line-height: 16.8px; white-space: pre;">&nbsp;   </span><span style="line-height: 1.4;">XTPSkinFrameworkDrawFrame(pDC-&gt;GetSafeHdc(), rcFrame, nSize, crColor);</span></font></div><div><span ="apple-tab-span"="" style="white-space:pre"><font face="Arial, Helvetica, sans-serif" size="3">		</font></span></div><div><font size="3" face="Arial, Helvetica, sans-serif"><span style="line-height: 16.8px;">&nbsp;</span><span style="line-height: 16.8px; white-space: pre;">&nbsp;  &nbsp;</span><span style="line-height: 16.8px;">&nbsp;</span><span style="line-height: 16.8px; white-space: pre;">&nbsp;  <font color="#00cc00"> </font></span><span style="color: rgb0, 204, 0; line-height: 1.4;"><font color="#00cc00">rcFrame.DeflateRect(nSize, nSize); &nbsp;//&lt;&lt;&lt;&lt;&lt; &nbsp;added</font></span></font></div><div><font size="3" face="Arial, Helvetica, sans-serif"><span style="line-height: 16.8px;">&nbsp;</span><span style="line-height: 16.8px; white-space: pre;">&nbsp;   </span>}<span style=": rgb248, 248, 252;"><span style="line-height: 16.8px;"></pre></td></tr></table></span></span></font></div><div><font size="3" face="Arial, Helvetica, sans-serif"><span style="line-height: 16.8px; : rgb248, 248, 252;">The fix will be available in the next beta or final release.</span><br style="line-height: 16.8px; : rgb248, 248, 252;"><br style="line-height: 16.8px; : rgb248, 248, 252;"><span style="line-height: 16.8px; : rgb248, 248, 252;">Regards,</span><br style="line-height: 16.8px; : rgb248, 248, 252;"><span style="line-height: 16.8px; : rgb248, 248, 252;">&nbsp;Oleksandr Lebed</span></font></div>]]>
   </description>
   <pubDate>Thu, 05 May 2016 15:12:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22932&amp;PID=74720&amp;title=solved-v17-1-malformed-skinnings#74720</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] V17.1 Malformed skinnings : Why does the bottom of textbox...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22932&amp;PID=74613&amp;title=solved-v17-1-malformed-skinnings#74613</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9009">xczhang1</a><br /><strong>Subject:</strong> 22932<br /><strong>Posted:</strong> 23 March 2016 at 9:43am<br /><br />Why does the bottom of textbox text get cut off when a skin has been applied?<div>See screenshot of SkinMDISample running with Codejock Skin in Windows 7</div><div><img src="uploads/9009/screenshot.png" height="310" width="581" border="0" /></div>]]>
   </description>
   <pubDate>Wed, 23 Mar 2016 09:43:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22932&amp;PID=74613&amp;title=solved-v17-1-malformed-skinnings#74613</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] V17.1 Malformed skinnings : Hi all,I&amp;#039;m glad to inform...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22932&amp;PID=74551&amp;title=solved-v17-1-malformed-skinnings#74551</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 22932<br /><strong>Posted:</strong> 07 March 2016 at 1:26pm<br /><br />Hi all,<br><br>I'm glad to inform you that the reason of this issue was found. We need some time for testing.<br>The fix will be available in the next beta or final release.<br><br>Regards,<br>&nbsp;Oleksandr Lebed<br>]]>
   </description>
   <pubDate>Mon, 07 Mar 2016 13:26:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22932&amp;PID=74551&amp;title=solved-v17-1-malformed-skinnings#74551</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] V17.1 Malformed skinnings : Hello,we have the same issues...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22932&amp;PID=74484&amp;title=solved-v17-1-malformed-skinnings#74484</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8956">MarkusA</a><br /><strong>Subject:</strong> 22932<br /><strong>Posted:</strong> 22 February 2016 at 4:57am<br /><br />Hello,<br><br>we have the same issues here with the C++ Version. These issues are visible in the SkinControls-Sample as well in our Product.<br><br>We are using Visual Studio 2010 (newest SP) with MFC.<br><br><img src="uploads/8956/SkinC&#111;ntrols1710.png" height="645" width="491" border="0" /><br><br>If I import the File Office2007.cjstyles in your SkinBuilder I can also see these issues:<br><img src="uploads/8956/SkinBuilderOffice2007.png" height="401" width="446" border="0" /><br><br>Btw: The drawing errors reported in this post are fixed in 17.1.0: http://forum.codejock.com/forum_posts.asp?TID=22750&amp;PID=74131&amp;title=problems-with-beta3#74131<br><br>Greetings<br>MarkusA<br><br>]]>
   </description>
   <pubDate>Mon, 22 Feb 2016 04:57:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22932&amp;PID=74484&amp;title=solved-v17-1-malformed-skinnings#74484</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] V17.1 Malformed skinnings : Can&amp;#039;t confirm this for C++...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22932&amp;PID=74483&amp;title=solved-v17-1-malformed-skinnings#74483</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=313">Marco1</a><br /><strong>Subject:</strong> 22932<br /><strong>Posted:</strong> 22 February 2016 at 4:26am<br /><br />Can't confirm this for C++ version.<br>Tested with c++ 17.1.0 on VS2015 SP1<br><br>]]>
   </description>
   <pubDate>Mon, 22 Feb 2016 04:26:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22932&amp;PID=74483&amp;title=solved-v17-1-malformed-skinnings#74483</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] V17.1 Malformed skinnings : With the new update 17.1 happens...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22932&amp;PID=74482&amp;title=solved-v17-1-malformed-skinnings#74482</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4998">iamgtd</a><br /><strong>Subject:</strong> 22932<br /><strong>Posted:</strong> 22 February 2016 at 3:04am<br /><br />With the new update 17.1 happens curious appereances. The skinning produces in textboxes, comboboxes and other controls random dots, lines, shifted characters.<br><br>This behaviour can be tested with the original Codejock sample program SkinControls. I have tested it with the C#- and the VB6 projects. <br>Instruction: In the sample project switch between various skins and see the effects. There are not always the same effects, the malformation switches. I have it labeled with red frames in the screenshots. <br><br>I have it tested also on Win10 64-Bit and Visual Studio 2013, there are also malformations. But they look a little bit different.<br><br>Please, can somebody also test this behaviour?<br><br><img src="uploads/4998/Skinframework_Office2007.PNG" height="604" width="552" border="0" /><img src="uploads/4998/Skinframework_Vista.PNG" height="604" width="557" border="0" /><br><br>]]>
   </description>
   <pubDate>Mon, 22 Feb 2016 03:04:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22932&amp;PID=74482&amp;title=solved-v17-1-malformed-skinnings#74482</guid>
  </item> 
 </channel>
</rss>