I can do this to add, create and show a new page.:
Why isn't there a method that can do all three at once in one line like this:
B4XPages.AddPageAndCreateAndShow("MyDisplayedPage", MyDisplayedPage)
B4X:
B4XPages.AddPageAndCreate("MyDisplayedPage", MyDisplayedPage)
B4XPages.ShowPage("MyDisplayedPage")
B4XPages.AddPageAndCreateAndShow("MyDisplayedPage", MyDisplayedPage)