On 22/01/2014 at 19:06, xxxxxxxx wrote:
Just another query on this one, is the Timer() routine affected by other things that might go on as a result of the timer() period? Example:
If I call SetTimer(1000) and as a result of that call I have a number of user areas redrawn, does the redraw of these add to the time period for the next timer to be called? If it takes 500ms to redraw all the userareas, does the next timer call then not really occur until more towards 1500ms? Or does the timer run in a separate thread from other operations like user area redraws etc?
I ask because I'm running a simple experiment trying to set my timer to run for the equivalent of 60 seconds, but when compared to my stop watch the dialog time is only able to make it to 40 seconds, and I'm wondering if the user area redraw times are not taken into account when making the next timer call (and hence extending the time progress of the timer routine).
Cheers,
WP.