Questions tagged as 'timer'

0
answers

Link timer to a button

Hello, I'm starting to program in C ++ now and I'm developing a college project, it's a periodic table. We think of using a button for each element (118 in total). My goal is to animate the button so that when the mouse goes over it double in si...
asked by 10.09.2016 / 18:35
0
answers

Timer in PHP calling function

Someone has a simple example of a timer in php, which calls a function at each predetermined time. For example, to check if a certain time or date / time has already arrived.     
asked by 30.07.2016 / 19:48
0
answers

How to make a simple timer using TimeUnit.sleep

I am a beginner in Java and was trying to do a mathematical game whose theme was to add the random numbers of the buttons (of course the person would have the help of numbers 1, 2 and 5) until reaching a value equal to the random number g...
asked by 08.04.2016 / 20:31
2
answers

Android change the color of a button for 1second

I have a college job where I have to create a Genius game on Android. Where there are 4 buttons and for 1 second each button will blink by changing its background color so the user will have to perform the same color sequence by pressing the but...
asked by 26.11.2018 / 16:23
1
answer

index of bounds and problems with timer

Next, I have a timer that fills 2 fields in a webbrowser, it does the following function ... var pega : string; begin pega := Listaimportados.Items[i]; I := i +1 nome.text := Copy(pega, 0, 10); Webbrowser1.OleObject.Document.al...
asked by 31.03.2015 / 09:34