I do not create a page in my Application::Application view. I leave the view graphics blank, as shown above. So, if I want to start with a view called Page1, which is located in unit "MainUnit" I will have the following in my application.Init
MyDevice = Application::FHDDevice;//keeps the autoobject from getting destroyed!!!!
PresentDialog( new MainUnit::Page1, null, null, null, null, null, null, null, null, false);
So the Application page is never closed. It is always the highest page.
Does that answer your question?