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