I know that there are couple of questions here about a countdown timer but I couldn’t find anything with frame sets and also to update a label like: mm:ss [minutes:seconds].
Anyone can give me an idea how to implement it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you need to keep track of the elapsed seconds using a scheduler. For that, schedule a function with one second as-
increment totalSeconds in the timer and calculate time as below.
you will get