I saw a recommendation not to use DoEvents:
Source: https://www.b4x.com/android/forum/threads/doevents-alternative.68918/#post-437288
But the window freezes if you don't use something to wait a while. And Windows O.S. notifies you that the window is not responding.
I managed to read...
In my code, I have this loop, which runs until the user has entered his name and password:
Do While DialogComplete = False
DoEvents
Loop
Immediately after that, I fill the menus. But I don't want that before the proper login has taken place.
Following recommendations, I...
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.