Dear friends, please for advice,
I am using loop
But I am checking if I click on the button. But because I am using SLEEP(2000) function, then after clicking button in app, then Windows is writing something like this: THE APP IS NOT REACTING, app Window is white (disabled), but the program is still running....
Please how can I do substitute od sleep(2000) function?
Thank you very much
p4ppc
I am using loop
B4X:
Do
callsubtask1
sleep(2000)
callsubtask2
sleep(2000)
callsubtask3
sleep(2000)
Loop
But I am checking if I click on the button. But because I am using SLEEP(2000) function, then after clicking button in app, then Windows is writing something like this: THE APP IS NOT REACTING, app Window is white (disabled), but the program is still running....
Please how can I do substitute od sleep(2000) function?
Thank you very much
p4ppc