iosApplication.CurrentScreen replacement

It seems this function is gone now.
Is there a replacement?

I have a situation where I need to basically collapse the stack of open screens back to the very first one.
I’m looking for an easy way to do that that won’t require me managing an array of screens.

Is MobileApplication.CurrentLayout what you’re looking for?
http://documentation.xojo.com/api/mobile/mobileapplication.html#mobileapplication-currentlayout

Yes!

I misread that last night, but it is in fact what I need. I guess I’m putting in too many hours.

Thank you.

1 Like