Every Page Shows at different form... super... but is it possible to be different page-module and showed at the same page (same-form) is the hamburger/menu ? and if yes - how ?
I think will be something with Root but can't find it...
Thanks in advance and sorry for super-silly question!
Every page is hosted in its own form, however you simply don't need to create multiple "B4XPages". Just add classes with any layout + code you like and load the layout to a panel that you will later add to the tree layout.
I built an app in B4J using B4XPages. It uses multiple windows. Right now, an initial window has a set of buttons. Once one of these is clicked, a new window pops up displaying the layout for that functionality. Once that is closed, we return to the main window. We are now considering using a...