<?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 : EnableCallbackTimer Bug?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : EnableCallbackTimer Bug?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 02:25:18 +0000</pubDate>
  <lastBuildDate>Thu, 24 Jan 2008 01:02:30 +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=9399</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[EnableCallbackTimer Bug? : yes, there is no way to stop timer....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9399&amp;PID=30457&amp;title=enablecallbacktimer-bug#30457</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9399<br /><strong>Posted:</strong> 24 January 2008 at 1:02am<br /><br />yes, there is no way to stop timer. Add some variable that indicates that timer started/stopped.]]>
   </description>
   <pubDate>Thu, 24 Jan 2008 01:02:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9399&amp;PID=30457&amp;title=enablecallbacktimer-bug#30457</guid>
  </item> 
  <item>
   <title><![CDATA[EnableCallbackTimer Bug? : It seems that calling EnableCallbackTimer...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9399&amp;PID=30451&amp;title=enablecallbacktimer-bug#30451</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 9399<br /><strong>Posted:</strong> 23 January 2008 at 7:37pm<br /><br />It seems that calling EnableCallbackTimer = False inside the Timer event of a TaskDialog control doesn't stop the callback timer from firing...Example:<br><br>Private Sub TaskDialog1_Timer(ByVal MilliSeconds As Long, Reset As Variant)<br>&nbsp;&nbsp;&nbsp; mlngDialogFirings = mlngDialogFirings + 1<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Debug.Print mlngDialogFirings&nbsp;&nbsp; ' Keeps printing even after calling EnableCallbackTimer = False (below)<br>&nbsp;&nbsp;&nbsp; If MilliSeconds &gt;= (mclngRetryAttempts * mclngRetryDelayMS) Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With mobjTaskDialog.TaskDialog<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .EnableCallbackTimer = False&nbsp;&nbsp;&nbsp; ' Should stop the callback, but it doesn't!<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ProgressBarStyle = xtpTaskProgressBarNone<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .MainInstructionText = "Could not connect to project"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .WindowTitle = "Project Locked"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .EnableButton xtpTaskButtonRetry, True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp; End If<br>End Sub<br><br>Any chance of a fix?<br>]]>
   </description>
   <pubDate>Wed, 23 Jan 2008 19:37:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9399&amp;PID=30451&amp;title=enablecallbacktimer-bug#30451</guid>
  </item> 
 </channel>
</rss>