Can timer objects be paused?

  • Follow


Can timer objects be paused?

I want to add a feature to my GUI that allows the user to pause
operations.

If the user presses the pause button will the timer object continue
to operate?

Is there any way to work around this problem?

Ideas or suggestions greatly appreciated

Thanks
Iain
0
Reply imurdoch (17) 2/16/2004 9:30:49 AM

On Mon, 16 Feb 2004 04:30:49 -0500, Iain Murdoch wrote:

> Can timer objects be paused?

Sort of.  What I'd do is stop the timer when you want to pause it, and
start it back up when you want to continue.  The details of this could be
trivial or complicated depending on how your timer is set up.

> 
> I want to add a feature to my GUI that allows the user to pause
> operations.
> 
> If the user presses the pause button will the timer object continue
> to operate?

It will operate until it satisfies its stop criteria or you manually stop
it.

Dan


> 
> Is there any way to work around this problem?
> 
> Ideas or suggestions greatly appreciated
> 
> Thanks
> Iain

0
Reply dan4519 (925) 2/16/2004 6:18:23 PM


1 Replies
41 Views

(page loaded in 0.13 seconds)


Reply: