Hi,
I have my timer in my code, at the moment it only adds 1 second every second, and then displays that.
Does anyone know how i would make the timer add 0.1 seconds every 0.1 second and then display this.
thanks.
Haza.
Hi,
I have my timer in my code, at the moment it only adds 1 second every second, and then displays that.
Does anyone know how i would make the timer add 0.1 seconds every 0.1 second and then display this.
thanks.
Haza.
maybe i don't understand the problem, but seem to be that you should set the timer's interval to 0.1 (instead of 1) and in the delegate you will update a double and display on a label. where is the problem?