Yes, I got the same. Set it to 21 (Android 5).
This is another issue with the Kodular update.
Try this one:
countHoursMin.apk (5.1 MB)
Click Start, wait a few minutes (at least 1 min), click Stop. Now the elapsed time/duration should be displayed. Put the app in the background or lock the screen, wait 1-2 min, open the app again. Again, the total duration should be displayed.
Close the app, wait 1-2 min, open the app again. The total duration since you clicked Start should then be displayed again.
If Start is clicked again, the procedure starts again.
I want to make time count directly When I press start starts counting I don’t want the time to appear when I press stop I want it to appear live
If possible check this post. I have updated both
This is no problen. Put the Label in a Timer event. Timer,Intervall = 60000 (= 1 min). That’s all.
Try this one: countHoursMin_2.apk (5.1 MB)
I set the duration to HH:mm:ss
for easier and faster checking/testing.
Steps to test:
- Click on
Start
- Move the app to the background
- Bring the app back to the foreground
- Close the app
- Open the app again
In all cases, the correct total time / duration since the 1st click on Start
should be displayed.
If you click on Stop
the timer stops and if you click then on Start
again, the procedure start from the beginning.
I opened the app again:
Yes, this is exactly what I want can you give me the aia please
Nice work…
But, I think whenever user changes system time, timer also changes. I believe you are using system time on button click instead of taking online time…
Why would a user change the system time? I’ve never done that. The user would have to have a very good (or should we say bad) reason for doing so.
What blocks are you using please?
depending on the app the use might want to cheat for example to get something which is only available after the countdown…
Taifun
But after stop, I need to kill the app. Because once I started the timer and stopped then come back from the ideal mode mean , it shows me irrelevant timers. Don’t know the reason.
Yes, so as I said …
Guys, I think you forgot my problem