Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timer events stacking up
Message
From
11/09/2003 20:18:11
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
 
To
11/09/2003 20:12:33
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00828369
Message ID:
00828370
Views:
21
Hi Bill

You should always disable the timer when it calls a process and then turn it on when completed.
procedure timerevent
  this.enabled = .f.
  thisform.somemethod()
  this.enabled = .t. 
endproc 
>I'm using VFP 7.0
>
>I have a timer with an interval 250. Sometimes when I'm trying to open a stubborn page in the web browser control my timer events stack up. Then when the page finishes loading, all the timer events execute one after another.
>
>Is there someway to get the timer to quit stacking up the events and just trigger it once when the page finishes loading?
>
>The timer is primarily just checking to see if the page has finished loading (DownLoadComplete() and DocumentComplete() are not reliable enough).
>
>TIA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform