How can i add two web in the itoo notifications?

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


image

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
image

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

Add some Notifier1.LogInfo debug statements and use logcat to debug

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!