Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Understanding Timers Part Duex
Message
From
13/08/2004 05:18:33
 
 
To
12/08/2004 20:15:06
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00932987
Message ID:
00933041
Views:
20
Add Message to queue
Set Timer Interval to 1 millisecond.
Enable Timer

** Added logging for debugging purposes.
** Function Timer
Has the Timer been disabled
  Return
Disable Timer

Log "In Timer"

Do while there are still messages in the queue
  Log "Process the first message"
  Process the first message

  Log "Are there more messages?"
  Are there more messages?
    Log "Remove the first message"
    Remove the first message


try this:
Add Message to queue
* Set Timer Interval to 1 millisecond. if it is constant, you can skip this
Enable Timer

* Has the Timer been disabled : this is not necessary for me
Disable Timer
....
timer.Reset
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform