B4J Question Understanding B4XPages flow

Giu

Member
Licensed User
Longtime User
As far as I understand B4XPages is the modern sugested way to work with multiplaform applications. Under Android pages are on a stack and this is ok, but under a desktop Application sometimes this is annoying, and you only want one page at all at the same time, or you want the page to be opened modal. How is the way to go? I noticed there is a ShowPageAndRemovePreviousPages. It's this the way to go for App navigation? What about modal forms?
 

aeric

Expert
Licensed User
Longtime User
For B4J Desktop, I created this template.
 
Upvote 0
Top