Greetings,
Can you look at this small linked B4A project?
It's a simple project that has a ticking timer that ticks in the background once every second. This works only when the phone is connected to my computer and I watch the logs so the ticks in B4A with or without the phones screen turned...
Hi everyone.
after several months of work, forum posts, problems solved and money spent, I finally finished my last application in b4x
It names Click & Claim, and it is a free faucet for android.
The feature that distinguishes this app from the others, in addition to working, is that it saves...
Hi all.
I've been working on my project that requires the app to run the timer when the app is in Inactive mode - when event App_Inactive fired.
Please see my main module code. I also attached my project.
Sub Process_Globals
'These global variables will be declared once when the...
Hello
i using the PersianTimer library . This Library can Count Down number all the time! it means when activity is Paused, the timer is working too.
so i use this code
Private Sub timer_onTick(Tag As String,TimeUntil As Int)
Time_Finish = TimeUntil
Dim seconds, minutes As Int...
Hi,
I am making an application, using a timer, the application timer works for 60 seconds but before the 60 seconds pass my phone screen time out and turn off as the screen time out is 45 seconds.
How can i keep the screen on until the timer is working
Hi, Guys
Can someone clarify if it is OK to re-initializer a timer several times within the same activity i.e.
TimerName.initialize(....)
Sorry about the basic question, but I am sure I read somewhere on forum or in the documentation (an now can't find it) that timers should only be...
Hello,
I've problem with back button...
When an admob Interstitial ad is displayed, if you press the back button, you can close the ad before the ad countdown ends.
I tried with a timer but the activity pauses and the timer does not work.
How do I fix this?
Thank you
Hi. I'm trying to have two timers working at the same time (GPS timer and another timer). But after a while, only keep working the another timer, and the GPS timer is OFF.
it may be because one timer cancels the other?
I attach the log (GPS Recibido is when i reseive GPS_LocationChanged and...
Hi all.
I have a small app (this is just an example) that does nothing but runs a timer.
It also has 2 activities and my code in Starter runs a timer that checks if both of theses activities are paused.
If so - let's wait for 10 seconds a show a message in a log Log("Log Out")
The idea is...
I would like to execute some code and wait for it to complete, but I can't use Wait For sub because my application is not monolithic, so I'm trying the Timer, that is when the application ends, I start a timer for some time hoping that this may be intercepted.
Unfortunately this does not work...
Hi everyone,
I'm using B4J for the first time and im struggling a lot.
I have to implement a programm for traffic lights based on a tcp/ip connection.
I managed to do the connection thing.
Now I want to program the traffic light. I want to use a simple timer.
This is what i've got so far...
I am trying to display a stopwatch to the user.
The moment the user pushes the record button and want to display in a label the time elapsed in format "hh:mm:ss:ms" and see the time running.
I assume one has to create a Timer Object and set it to enabled when the button is pressed and then in...
Hi all,
I need help on this one please.
I have an old VB6 application that runs well for my client. It includes an auto reminder for their clients to keep appointments. Appointment reminders are sent via web based bulk SMS service. For this to happen, i created a small app on the server:
1.. All...
Hi good day, i'm making a personalized stopwatch, but this have a delay.
I made a test, i start the stopwatch of the w10 app at the same time of my app in the phone. In sixty seconds of the w10 app, the app of the phone have a delay of two seconds, why does this happen and how can i solve it...
Hi Everyone,
Apart from the default coding that's created when a new app is created, do I need to add anything to keep my timer ticking in the starter service? It stops after a few hours of having the device screen off.
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.