<?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 : SkinManager - assertion during message pump.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : SkinManager - assertion during message pump.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 21:37:11 +0000</pubDate>
  <lastBuildDate>Wed, 09 Dec 2015 10:12:59 +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=22814</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[SkinManager - assertion during message pump. : FYI: just a hunch but this is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22814&amp;PID=74182&amp;title=skinmanager-assertion-during-message-pump#74182</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8955">guiuser1</a><br /><strong>Subject:</strong> 22814<br /><strong>Posted:</strong> 09 December 2015 at 10:12am<br /><br />FYI: just a hunch but this is either a underestimate of Worker Threads versus GUI threads...<br>Obviously worker threads have NO&nbsp; window handle....but obviously the message pump must continue....<br><br><br>]]>
   </description>
   <pubDate>Wed, 09 Dec 2015 10:12:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22814&amp;PID=74182&amp;title=skinmanager-assertion-during-message-pump#74182</guid>
  </item> 
  <item>
   <title><![CDATA[SkinManager - assertion during message pump. : vs2013 on windows 7...v17 - beta3We...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22814&amp;PID=74178&amp;title=skinmanager-assertion-during-message-pump#74178</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8955">guiuser1</a><br /><strong>Subject:</strong> 22814<br /><strong>Posted:</strong> 08 December 2015 at 3:53pm<br /><br />vs2013 on windows 7...v17 - beta3<br>We are using SkinManager and running into some issues...<br><br>In particular, we have several threads that execute various processes.&nbsp; During the processing we have a PumpMessage loop that we've use for years (many years), without issues.&nbsp; With ToolKitpro however, and the hooks that the SkinManager attempts, we are seeing assertions from<br><br>&nbsp;CXTPSkinManagerApiHook::CallHookDefWindowProc<br><br>a process that is called byCXTPSkinManagerApiHook::OnHookDefWindowProcA<br><br>Which is called by our&nbsp; PumpThreadMessageLoop() <br>A code fragment from the pump loop follows (a typical function)<br><br>&nbsp;&nbsp; while (::PeekMessage(&amp;msg, NULL, 0, 0, PM_NOREMOVE)) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!pThread-&gt;PumpMessage()) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return FALSE;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp; }<br><br>The assertion ONLY happens after we switch Skins via the LoadSKin()...<br>It NEVER has an issue if the Native theme...(non-theme if you will) is called.&nbsp; LoadSkin("","");<br><br>???? Confusing...<br><br><br><br><br>]]>
   </description>
   <pubDate>Tue, 08 Dec 2015 15:53:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22814&amp;PID=74178&amp;title=skinmanager-assertion-during-message-pump#74178</guid>
  </item> 
 </channel>
</rss>