Order of triggering for When Screen1.Initialize vs When Screen1.OtherScreenClosed

I've searched the forum but could not find and answer, other than its a known issue...

My question:
I normally close Screen1 before moving to another screen, so

  1. When closing another screen and coming back to screen1, and I have both events in screen1, which one runs, the Initialize or OtherScreenClosed
  2. What if I do not close Screen1 when moving to another screen

You should never close Screen1.

You might solve your problem by using virtual screens instead. Building Apps with Many Screens

The recommended method of switching screens in App Inventor

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.