Affects only compiled apps (IPA):
-
There must not be a non-empty
Screen.Initializeevent on any screen. There can't even be an emptyScreen.Initializeevent on Screen1. Instead, I replaced the Screen.Initialize events of all screens with timers. There are now no more problems/error messages. -
There are no problems when switching the screens, as long as you don't want to open other screens via Screen1, but only switch between the other screens (non-Screen1 screens). When switching to another screen via Screen1, an error message appears after 4-5 attempts at the latest and the app freezes.
-
ad 1:
-
ad 2:
......
Switching between Screen2 & 3:
By the way, I had to change the view mode on my iPad to "Dark" so that the screen titles would be displayed/visible.


