<?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 : Markup with JScript</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : MarkupLabel Control : Markup with JScript]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 05:53:08 +0000</pubDate>
  <lastBuildDate>Wed, 22 Jun 2022 05:43: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=24224</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[Markup with JScript : Ping...Can the JScript code in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24224&amp;PID=78468&amp;title=markup-with-jscript#78468</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 24224<br /><strong>Posted:</strong> 22 June 2022 at 5:43am<br /><br />Ping...<div><br></div><div>Can the JScript code in a Markup control run in a separate thread, so that animations made with the JScript markup code runs event the main UI is blocked?</div>]]>
   </description>
   <pubDate>Wed, 22 Jun 2022 05:43:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24224&amp;PID=78468&amp;title=markup-with-jscript#78468</guid>
  </item> 
  <item>
   <title><![CDATA[Markup with JScript : Maybe it actually works. But since...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24224&amp;PID=78280&amp;title=markup-with-jscript#78280</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 24224<br /><strong>Posted:</strong> 11 October 2021 at 8:58am<br /><br />Maybe it actually works. But since I'm trying to call this on a splash screen and I'm doing a lot of stuff behind the splash I think that the script cannot run.<div><br></div><div>Is the markup scripting using the message loop of the main application to do the rendering?</div><div><br></div><div>Also, when leaving my program I get an exception in:</div><div><br></div><div>XTPActiveScriptEngine.cpp line 583 (v20.1)</div><div><br></div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><div>public:</div><div><span style="white-space:pre">	</span>~TimeoutTaskRegistry()</div><div><span style="white-space:pre">	</span>{</div><div><span style="white-space:pre">		</span>ASSERT(m_TimeoutTaskMap.IsEmpty());</div><div><span style="white-space:pre">	</span>}</div><div></pre></td></tr></table></div></div><div><br></div><div>with the call stack:</div><div><br></div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><div>&nbsp;<span style="white-space:pre">	</span>ToolkitPro2010vc150D.dll!CXTPActiveScriptStdRuntime::TimeoutTaskRegistry::~TimeoutTaskRegistry() Line 583<span style="white-space:pre">	</span>C++</div><div>&nbsp;<span style="white-space:pre">	</span>ToolkitPro2010vc150D.dll!CXTPSingleton&lt;CXTPActiveScriptStdRuntime::TimeoutTaskRegistry,CXTPSingletonDependencies&lt;CXTPDummySingletonDependency,CXTPDummySingletonDependency,CXTPDummySingletonDependency,CXTPDummySingletonDependency,CXTPDummySingletonDependency,CXTPDummySingletonDependency,CXTPDummySingletonDependency,CXTPDummySingletonDependency,CXTPDummySingletonDependency,CXTPDummySingletonDependency&gt; &gt;::Destroy(void * ptr) Line 224<span style="white-space:pre">	</span>C++</div><div>&nbsp;<span style="white-space:pre">	</span>ToolkitPro2010vc150D.dll!CXTPSingletonPointer::Destroy() Line 115<span style="white-space:pre">	</span>C++</div><div>&nbsp;<span style="white-space:pre">	</span>ToolkitPro2010vc150D.dll!CXTPSingletonPointer::OnApplicationShutdown(CXTPApplication * pApplication) Line 133<span style="white-space:pre">	</span>C++</div><div>&nbsp;<span style="white-space:pre">	</span>ToolkitPro2010vc150D.dll!CXTPObservable&lt;CXTPApplication,IXTPApplicationEvents&gt;::NotifyReversed(void(IXTPApplicationEvents::*)(CXTPApplication *) method) Line 1592<span style="white-space:pre">	</span>C++</div><div>&nbsp;<span style="white-space:pre">	</span>ToolkitPro2010vc150D.dll!CXTPApplication::Shutdown() Line 112<span style="white-space:pre">	</span>C++</div><div>&nbsp;<span style="white-space:pre">	</span>ToolkitPro2010vc150D.dll!XTPShutdown() Line 158<span style="white-space:pre">	</span>C++</div></div><div></pre></td></tr></table></div><div><br></div>]]>
   </description>
   <pubDate>Mon, 11 Oct 2021 08:58:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24224&amp;PID=78280&amp;title=markup-with-jscript#78280</guid>
  </item> 
  <item>
   <title><![CDATA[Markup with JScript : What is required for having a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24224&amp;PID=78276&amp;title=markup-with-jscript#78276</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 24224<br /><strong>Posted:</strong> 08 October 2021 at 9:17am<br /><br />What is required for having a JScript executing as part of the Markup?<div><br></div><div>I have made a working example in the MarkupPad program, but when inserted into my own program, no animation is performed, only the initial static display?</div><div><br></div><div>I have stepped through the code and the scripting engine seems to fire up correctly.</div><div><br></div><div>Do I need some kind of message loop or styles or flags on the window/control to make it work?</div>]]>
   </description>
   <pubDate>Fri, 08 Oct 2021 09:17:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24224&amp;PID=78276&amp;title=markup-with-jscript#78276</guid>
  </item> 
 </channel>
</rss>