davepamn Active Member Licensed User Dec 12, 2014 #1 I don't understand how setPagesStack is used. Can you give me an example?
Erel Administrator Staff member Licensed User Dec 14, 2014 #2 You can use it to restore the state the app was before the user closed the app. B4X: NavControl.SetPagesStack(Array (Page1, Page2, Page3))
You can use it to restore the state the app was before the user closed the app. B4X: NavControl.SetPagesStack(Array (Page1, Page2, Page3))