B4J Question [SOLVED] [B4XPages] Any way to close all currently open windows?

cklester

Well-Known Member
Licensed User
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?
 
Top