I create a page:
The application uses:
How can I get the value "Page 2" when opening a page?
I know that this value can be passed to a variable on Page 2, but I would like to get it from Root1.
B4X:
Public Page2 As B4XPage2
Page2.Initialize
B4XPages.AddPage("Page 2", Page2)
B4XPages.ShowPageAndRemovePreviousPages("Page 2")
B4X:
#IncludeTitle: False
I know that this value can be passed to a variable on Page 2, but I would like to get it from Root1.
Last edited: