[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pause a timer


Hi to all
in some cases it may be necessary to temporarily stop the counting of a
timer to avoid the Timer_Timer() event being generated during the execution
of a particular operation.
currently if the timer is stopped with stop and restarted with start the
counting starts again from the beginning.
if the timer delay is very long and the interruption is short it may be
useful to pause the counting with a command like "pause" and then restart
it from where it stopped with a command like "Play".
I believe that currently it is not possible to obtain a similar function

Thanks in advance
Michele
-------------------------------------------------------------------------------------------------------------------------------------------
Io scrivo da LINUX MINT

Follow-Ups:
Re: pause a timerFabien Bodard <gambas.fr@xxxxxxxxx>
Re: pause a timerLee <t.lee.davidson@xxxxxxxxx>