cklester Well-Known Member Licensed User Jan 27, 2021 #1 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: B4X: B4XPages.CloseAll B4XPages.ShowPage("Register") How can I get this done?
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: B4X: B4XPages.CloseAll B4XPages.ShowPage("Register") How can I get this done?
cklester Well-Known Member Licensed User Jan 27, 2021 #2 haha! Might be this: B4X: B4XPages.ShowPageAndRemovePreviousPages("Register") Found here. Upvote 0