Hi !
I hope you can help me.
I have 4 Screens on my App.
1 Main Screen and 3 aditional Screens.
I would like to have 1 Screen open at time, to avoid have multiple Screens opened in background.
P.S: I need to run the block Screen1.Initialize every time I go back to Screen1
See an example of proper way to open screens
1 Like
When Screen1.Initialize runs on the screen's startup, so it will always run whenever you go to it...
Make sure you change screens correctly, to prevent memory issues:
1 Like
Thanks a lot, this works perfectly !
2 Likes
system
Closed
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.