Here's my code :
timer.setCountDownTime(180)
timer.start()
timer.timeFormat = "mm:ss"
What I get is a label starting at 03:00 but instead of decreasing, the time increase (03:01, 03:02 and so on). Did I miss something or is this, as I suspect, not the correct behavior ?
Here's my code : timer.setCountDownTime(180) timer.start() timer.timeFormat = "mm:ss"
What I get is a label starting at 03:00 but instead of decreasing, the time increase (03:01, 03:02 and so on). Did I miss something or is this, as I suspect, not the correct behavior ?