every web is working separately but i wanna make both working!
Register all events in you main procedure bgTimer and move everything else into the bgGet procedure
Taifun
is that what you mean?
i moved everything under the bgGet but stll didnt work
Global variables do not exist in the background
Taifun
so what can i do instead of the global variables?
i was adding the count inside the webgot text procedure but when we removed it so moved it to the main webgot text variable
@Taifun i just wanna both working
here are the blocks without variables
Taifun
May 30, 2025, 12:04pm
8
As already said earlier
Create only one process bgTimer and call both web requests in procedure bgGet
Taifun
yes i tried that way but didn't work as well
Taifun
May 30, 2025, 2:05pm
10
Add some Notifier1.LogInfo debug statements and use logcat to debug
ADB is a command-line utility that that can be used to control your device over USB from a computer. It will allow you to install / uninstall and or view logs on your device. This could be very handy when there are issues with a specific app and you like to view the logs for information that may lead to identify the cause of error.
In this post, we’ll discuss how to install and use ADB.
Installation:
ADB comes with Android SDK. However, you can download ONLY the ADB files from HERE .
EDIT: …
Taifun
sorry but i didnt get you indeed!
that way worked but so slow needs to change the text more than once to make it working but its the same concept am looking for!