Frerit / epiclock

Automatically exported from code.google.com/p/epiclock
0 stars 0 forks source link

Don't countdown #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I make two buttons for controlling the clock.
2. I click the pause button.
3. I click the continue button.

What is the expected output? 

if I click on and watch this in 20 minutes and 30 seconds (for example),
the clock should continue in 20 minutes and 31 seconds. Idem for the countdown 

What do you see instead?

I see that the clock keeps the time that has passed. That is, for example,
pressing the pause button and 5 seconds have passed, when I hit the
Continue button, the time displayed is 20 minutes and 35 seconds, instead
of 31. 

What version of the product are you using? 

2.1, because the version 2.2 the countdown does not work 

On what operating system?

windows vista

Please provide any additional information below.

the version 2.2, the countdows provides the error follow:

line 154:   ec[ action ]();  is not a function.

Original issue reported on code.google.com by julito.chan@gmail.com on 21 Jul 2009 at 8:36

GoogleCodeExporter commented 9 years ago
I'll check into the bug with the countdown on 2.2 (do you know what browsers 
you were using when you got that 
error?)

As for the timing problem, countdown/countup/clock and all related datetime 
functions obey only the current 
time, and not any effects applied by pausing the clocks. If you want to track 
time which will obey pauses, use:
EC_EXPIRE or EC_LOOP for Counting down time
EC_STOPWATCH for Counting up time

Original comment by gars...@gmail.com on 6 Aug 2009 at 7:03

GoogleCodeExporter commented 9 years ago

I do not know what you mean ... If you want to track time which will obey 
pauses,
use: ...

So is there any way to stop the clock and stay on the current account or do I 
have to
do something special?

Thank you very much for your reply and your attention. 

Original comment by julito.chan@gmail.com on 7 Aug 2009 at 7:23