Summary:
In a B4A class, I need a Sub to execute, among other instructions, Sleep() and then a Wait For (a long task), but subsequent lines of code are never executed; removing the Sleep() is not an option (doing so, instructions are executed as expected).
Reproduction Steps:
Install and...
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.