hi everyone, a question:
Is possible to make an B4XDialog NOT cancellable by the user?
Because i'm showing a loading bar in a custom B4x dialog, i want to close it by code, and not let the user to do it
B4XDialogs are not cancellable by default. They will only be closed when the user clicks on one of the buttons or if you add code in Activity_KeyPress to cancel the dialog on back key.
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.