Bug? Program stops using Type Timer in Module - rwblinn    Jul 14, 2021 When declaring a Timer Type in a Module, the program stops (hangs) at step Timer Initialize. No... As Timer)
Main
Private Sub AppStart
serialLine.Initialize(115200)
' Call module... B4A Question I want to use timer on the game i'm making. Having a hard time figuring it out. - ilan (first post)    May 12, 2024
timerTextView = Activity.GetView("timerTextView")
153650
the GetView method expects an integer and not a string. you cannot get the view by name like you are trying to do.
this is your... B4A Question How to use timer in project? - gacar (first post)    Oct 20, 2021
Timer1.Initialize("Timer1_Tick", 1000) should be Timer1.Initialize("Timer1", 1000)
as written it will call a sub called Timer1_Tick_Tick
Thank you very much. Now worked.... B4A Question Using timers and DoEvents - moster67    Mar 15, 2011 Can someone explain how the timers actually work?
If I enable a timer in a sub it seems like the code continues to execute next instructions/statement. I would have thought when I wrote timer1... B4i Question use timer when my app go to background - ajk (first post)    May 13, 2020 You can play in background and count the time... Approved by Apple... B4A Question how to use Timer open startactivity (timer not working)? - joe.dai (first post)    Mar 5, 2020 I found the solution to the problem
Adding the following program to the service is normal
thanks Er... B4A Question Use of Timers - Harris    Mar 29, 2015 After going thru my code and cleaning up (massive) warnings of un-used vars.
I don't understand why timers should be declared in process globals (warning 13)?
I use timers everywhere in... B4A Question Is it a good practice use Wait For and Sleep inside a Timer event ? - max123    Sep 26, 2023 a timer ?
it is best to use a Do While loop instead of Timers while use Resumable subs?
Here is how...Hi all,
I still control a 3D printer print from Android, in the Timer event _Tick I read gcode... message.
Inside a Timer event I have more that one Wait For that call subs in the same module and even... B4A Question Use timers in background service - Erel (first post)    May 6, 2018 Please start a new thread for a new question.... B4A Question Efficient use of timers? - rleiman    Dec 17, 2011 I created set of timers to start other timers to click every hour on the quarters of the hour (15, 30, 45 past the hour and on the hour).
I created 8 timers in all. For example. 15 past the hour... Page: 1   2   3   4   5   6   7   |