Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6 debugger and timer troubles
Message
From
22/10/1998 02:47:23
 
 
To
21/10/1998 21:59:48
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00149027
Message ID:
00149257
Views:
21
I'm curious - does the Error Handler of the framework you are using make calls to the Time Manager? It would probably have to.

If the timer's (or multiple timers') Interval property is set to 0 then the timer's Timer Event won't fire and once debug is exited, the Interval property won't get reset because the code that resets it is in the Timer Event. If the Interval property is set to a high value (e.g. 10000) when debug is called then the interval is long enough to navigate the Trace, Watch, and Locals windows.

>>Is there a timer for the Time Manager? - just curious because I have a similar issue (to be addressed at a later time) with the framework I'm working on.
>>
>>>True... but the framework I work with allows me to just tell the Timer Manager to reset all timers to the initial interval.
>>>
>>>BOb
>
>No.. the timer manager is a subclass of a collection. It just keeps a reference to all the timers in the system with some methods that can reset all timers, turn off all timers... etc.
>
>Simmilar to what a Form Manager would provide.
>
>BOb
- Jeff
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform