Elmar
June 20, 2025, 9:34pm
1
I am using the first block. Are this two blocks doing the same?
I want to close screen2 and open screen1 again with start value.
.
I know there are a lot of posts for that.
I want to use on screen1 the otherscreenclosed event, but it always triggers the initialize event. see also here:
When you do not close screens properly, you run into issues. Why are you not listening to advice Daniel?
Continually [close] doing this from Screens creates instances of your Screen1 in system memory. Sooner or later your app will crash as you open additional Screens, then improperly leave them for Screen1.
Anke provided you this link App Inventor Tutorials and Examples: Manager Screen | Pura Vida Apps Here is another acceptable way to change and manage screens Tribblehunter's Multiple…
Using TinyDB instead is not working proberly.
Taifun
June 20, 2025, 9:50pm
2
Then use the close screen with value block and test it using the apk fle
Taifun