<?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 : Theme</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Theme]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 25 May 2026 11:14:04 +0000</pubDate>
  <lastBuildDate>Thu, 13 Jan 2022 05:11:09 +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=24258</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[Theme : Hello,recently I updated from...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24258&amp;PID=78363&amp;title=theme#78363</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9532">erik1</a><br /><strong>Subject:</strong> 24258<br /><strong>Posted:</strong> 13 January 2022 at 5:11am<br /><br /><div>Hello,&nbsp;</div><div>recently I updated from 19.1.0 version to 20.1.0 version, but few problems with themes appeared. I found that probles are with loading and unloading themes in XTPSkinManager.cpp.</div><div><br></div><div><div>void CXTPSkinManagerClass::BindTheme(HTHEME hTheme)</div><div>{</div><div><span style="white-space:pre">	</span>m_themeClasses.SetAt(hTheme, this);</div><div>}</div><div><br></div><div>void CXTPSkinManagerClass::UnbindTheme(HTHEME hTheme)</div><div>{</div><div><span style="white-space:pre">	</span>m_themeClasses.RemoveKey(hTheme);</div><div>}</div></div><div><br></div><div>Few items like tabs have this problem, others are ok.</div><div><br></div><div>Description of problem:</div><div>Tab themes are created with same HTHEME, so TAB theme is added to m_themeClasses&nbsp;&nbsp;only once. When I open new window with TABS, new TAB themes want to be added to m_themeClasses, but they are not added because they have same HTHEME. When I close this new window TAB theme is deleted from m_themeClasses. Because in m_themeClasses is TAB theme only once, TAB theme is completly deleted from m_themeClasses. So after new window is closed and focus returns to application, TABS are without theme (the are greyed).</div><div>in 19.1.0 version themes works ok.</div><div><br></div>]]>
   </description>
   <pubDate>Thu, 13 Jan 2022 05:11:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24258&amp;PID=78363&amp;title=theme#78363</guid>
  </item> 
 </channel>
</rss>