D
Deleted member 103
Guest
Hi,
It does not matter how many crashes I fix, there are always new ones.
Above all, the error "gpstimer_tick" makes me crazy, which is actually quite something simple. In this timer the time is displayed in a label.
The same error I have in 2 other app too.
I almost suspect that the error is in the function "DateTime".
Programming is no fun anymore.
I do not feel like it anymore.
It does not matter how many crashes I fix, there are always new ones.
Above all, the error "gpstimer_tick" makes me crazy, which is actually quite something simple. In this timer the time is displayed in a label.
B4X:
Sub GpsTimer_Tick
Dim time As Long
time = DateTime.Now
lblClock.Text = DateTime.time(time)
End Sub
The same error I have in 2 other app too.
I almost suspect that the error is in the function "DateTime".
Programming is no fun anymore.
I do not feel like it anymore.