I did a search for close all B4X pages and found nothing about it.
I have an app where several windows could be opened. Basically, the user has deleted her account, and now I want to return her to the Register window.
Something like this:
How can I get this done?
I have an app where several windows could be opened. Basically, the user has deleted her account, and now I want to return her to the Register window.
Something like this:
B4X:
B4XPages.CloseAll
B4XPages.ShowPage("Register")
How can I get this done?