Hi all,
after a long time (two months), I’m back to that wonderful place called Xojo forum.
So, here’s my problem: I was wondering how to get a back button in a view I pushed without having an actual NavigationBar.
Is there like a magic code that works the opposite way as View1.PushTo(View2) does? Like View2.GoBackTo(View1)?
Self.Close closes the view so that the previous view is displayed.