Questions tagged as 'countdown'

2
answers

How to do a regressive counter with javascript?

Hello folks I do not understand pretty much anything from Javascript, so for weeks I was trying to make a script that would do the following: 00:00:00 1st started a countdown of 20 minutes after clicking on...
asked by 17.05.2016 / 18:59
2
answers

How to countdown in a MessageBox

Usage Delphi XE7 , needed to countdown to MessageBox , Não button. For example a count of 10 sec next to the caption of the Não (10) button and so it decreases Não (9) . My alternative is to create the dialogue...
asked by 15.03.2017 / 19:56
1
answer

JS Countdown not working on safari

I'm developing a website with a countdown. The code works fine and the timer starts counting perfectly in Firefox and Chrome, but in Safari the number shows NaN: NaN: NaN Has anyone ever had this problem? I'm using Countdown JS: link...
asked by 17.08.2017 / 14:50
1
answer

Help in javascript

How do I make this script run in 10 seconds ?? <script type = "text/javascript"> function simulateClick(x, y) { var clickEvent = document.createEvent('MouseEvents'); clickEvent.initMouseEvent('click', true, true, window, 0, 0, 0, x, y,...
asked by 23.10.2015 / 00:28
1
answer

Timer between two angular dates

Let's say I have two dates: 2015-11-13T08:00:00 and 2015-11-13T10:00:00 , as you can see there is a difference of two hours between these dates. I would like to put a timer in my view that shows this difference. I tried to adapt...
asked by 13.11.2015 / 11:23
2
answers

Countdown incorrect date

I'm using Countdownjs to insert a count in my project but it is returning the wrong day. I'm using AngularJS, here's the directive I created for the count: .directive('tempoPercorrido', function($interval){ return { link:...
asked by 15.03.2017 / 19:21
1
answer

How do I maintain and display CountDown when I quit the app?

I'm building an application to run tasks every hour, and I want to show countdown. But when I exit the application, upon returning, the count resumes. I need you to return to the app, the count is continuing. Can anyone help me?     
asked by 26.03.2017 / 15:29
1
answer

When I click the button more than 1 time the count accelerates

People I got from a friend here of the forum a script of a button with countdown, that upon clicking if the count begins. Thank you very much because it is very good ... there is only one problem, when I click more than once on the button the co...
asked by 30.06.2016 / 22:25
0
answers

How to make a sound when the stopwatch is finished in the ANDROID STUDIO?

Good evening! I am developing a timer and I do not know how to enter a warning sound to notify that the timer has zeroed. Could you help me? Follow the code: package coleti.a.homebrew; import android.content.Context; import androi...
asked by 13.09.2018 / 03:48