<?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 : ribbon and skin initial startup notification</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : ribbon and skin initial startup notification]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 17:23:37 +0000</pubDate>
  <lastBuildDate>Wed, 10 Jan 2007 09:46:52 +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=6055</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[ribbon and skin initial startup notification : Hello, I recommend enable it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6055&amp;PID=19119&amp;title=ribbon-and-skin-initial-startup-notification#19119</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6055<br /><strong>Posted:</strong> 10 January 2007 at 9:46am<br /><br />Hello,<DIV>I recommend enable it in constructor of CMainframe.</DIV>]]>
   </description>
   <pubDate>Wed, 10 Jan 2007 09:46:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6055&amp;PID=19119&amp;title=ribbon-and-skin-initial-startup-notification#19119</guid>
  </item> 
  <item>
   <title><![CDATA[ribbon and skin initial startup notification : I am using 10.4.   The ribbon...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6055&amp;PID=19095&amp;title=ribbon-and-skin-initial-startup-notification#19095</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2656">artsd</a><br /><strong>Subject:</strong> 6055<br /><strong>Posted:</strong> 10 January 2007 at 1:37am<br /><br />I am using 10.4.<DIV></DIV><DIV>&nbsp;</DIV><DIV>The ribbon painting is not my main concern. It is working ok.</DIV><DIV>&nbsp;</DIV><DIV>But I do have a problem with the skins.</DIV><DIV>&nbsp;</DIV><DIV>When is it safe to enable the skins?</DIV><DIV>&nbsp;</DIV><DIV>What if other threads were being created (and those threaded created windows) while the main thread was still in the process of skinning?</DIV>]]>
   </description>
   <pubDate>Wed, 10 Jan 2007 01:37:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6055&amp;PID=19095&amp;title=ribbon-and-skin-initial-startup-notification#19095</guid>
  </item> 
  <item>
   <title><![CDATA[ribbon and skin initial startup notification : Hello, Ribbon Must be created...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6055&amp;PID=19092&amp;title=ribbon-and-skin-initial-startup-notification#19092</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6055<br /><strong>Posted:</strong> 10 January 2007 at 1:24am<br /><br />Hello,<DIV>Ribbon Must be created after you add it, and frame enabled after you cal pRibbpn-&gt;EnableThemeFrame();</DIV><DIV>&nbsp;</DIV><DIV>What version you have? In 10.4 we added support of multithreaded for SkinFramework.</DIV>]]>
   </description>
   <pubDate>Wed, 10 Jan 2007 01:24:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6055&amp;PID=19092&amp;title=ribbon-and-skin-initial-startup-notification#19092</guid>
  </item> 
  <item>
   <title><![CDATA[ribbon and skin initial startup notification : I have a fairly complicated startup...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6055&amp;PID=19089&amp;title=ribbon-and-skin-initial-startup-notification#19089</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2656">artsd</a><br /><strong>Subject:</strong> 6055<br /><strong>Posted:</strong> 09 January 2007 at 10:30pm<br /><br />I have a fairly complicated startup procedure that is causing me some intermittent crashes due to threading issues. I have several threads being created at startup, each with a window.<DIV></DIV><DIV>&nbsp;</DIV><DIV>If I try to enable skinning in my mainframe create logic, I sometimes get crashes I think due to creation of child threads/windows. If i disable either the threading or skinning, my problems go away. If I delay the skinning until well after the application and all its threads are fully running (ie, through a user button click) then skinning works fine.</DIV><DIV>&nbsp;</DIV><DIV>QUESTION: Is there any way to know when the skinning has been fully applied? Any message sent to mainframe or anything I can poll?</DIV><DIV>&nbsp;</DIV><DIV>Also have a similar question relating to the ribbon.</DIV><DIV>&nbsp;</DIV><DIV>QUESTION: Is there a way to know when the ribbon is done being actually created (rendered) the first time?</DIV><DIV>&nbsp;</DIV><DIV>I have a long startup process involving reading 100 files (for a module based application) and I would like to delay the loading of these files until the application looks nice with the ribbon. If I don't delay, I see the traditional GUI and then a few seconds later, see it revert to the ribbon.</DIV><DIV>&nbsp;</DIV><DIV>If a put a PeekMessage/DispatchMessage loop right after my ribbon creation but before the file loads, it helps but is not perfect.</DIV><DIV>&nbsp;</DIV><DIV>Thanks.</DIV>]]>
   </description>
   <pubDate>Tue, 09 Jan 2007 22:30:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6055&amp;PID=19089&amp;title=ribbon-and-skin-initial-startup-notification#19089</guid>
  </item> 
 </channel>
</rss>