advanced time extension manage timers as easy as drinking water
this extension is a timer extension that has ability to manage timers and do events that can do in JavaScript like interval or time out or a break in the code or a wait block for waiting at the code
Advanced timer example app_v1.0.apk (5.6 MB)
AdvancedTimer.aix (15.1 KB)
Tip : You have to use milliseconds in the delay section for example for 5 seconds you have to enter 5000 .
4 Likes
Wow nice AIX, tell me more about your extension, why its better to use it than the built in Clock Component 

Don’t get me wrong, am trying to keep learning
1 Like
Ok ! I’ll tell you !
If you know JavaScript programming language , you know how to create interval and time out (with set interval and set time out ) so . It is the same at this extension . You can create interval that can do a code at for example 5 seconds and it continues until we stop it . In time out is different. We set a time out to run a code after a special time for 1 time and it doesn’t continues. Break use to stop the code suddenly. And neither the processor system nor the code nor anything else can stop it, and the program suddenly dies and stops. Other blocks are not available in JavaScript and are proprietary. I will explain them.
Wait block use to wait in the center or other locations on the code and after wait ends , the code continues.
Conditional blocks are the same. I’ve explained the key parts now. If you want, I can explain the rest. By the way! I want to enable the ability to run timers and… in the background soon so that the timers run even when the app is closed and notifications are displayed.
That’s why he said
This was jamar’s thought, but even me I really don’t see a huge difference between this AIX and the Built-in Comp
Anyway am not arguing with you, just add more features then it will be interesting
Happy koding
It is already is good . But you said alright ! I’ll add feutures to it .
2 Likes
Thank you for liking my comment victor !
Happy coding 