Tip: Define your Clock Timers in the Blocks (Screen Initialize). Easier to tweak when working on your code and less likely to be forgotten.
But I wanted screen1 to always be open. What are you telling me is that whenever I use this procedure screen1 will be duplicated? Is there any way for me to keep screen1 always working without duplicating it? And yes, I've thought about virtual screens, but I think it would be more complicated for what I want to do.
I had already done that.
That only enables it - what about Timer Always Fires (which is mostly intended for games that are kept running when off screen) and Timer Interval?
But I don't understand what I would need this for?
The blocks above will close the current screen and go to screen1, which is already running, and that's what I want
If Screen1 is already running, and you use
"open another screen" you are creating an additional Screen 1 - that is not desirable because eventually the allocated memory could be exceeded and the App will crash.
There are several methods to switch screens
The manager screen method keeps Screen1 always open
Unfortunately you did not follow the previously mentioned tutorial
Taifun
Please explain to me what you don't understand or what you think is unclear about my guide. I actually thought - and still think - that it was/is crystal clear.
Otherwise I will definitely improve it (but I don't know how yet).
I also think your guide is very good, it's just that in my app I have several screens and there are two or three that I wanted to do different things, that's all. But I'm already working with your guide, thank you.
What does that have to do with my guide? Or to put it another way, it doesn't matter what you do on the different screens, it doesn't change the fact that there are exactly two (and only two) ways to switch screens.
Maybe quantum stuffs
-
Es: Igualmente deberías utilizar otro acercamiento, como el de los arreglos (Layouts); vertical, horizontal, rejilla, y scroll. Lo digo por el uso del Timer.
-
En: You should also use another approach, such as Layouts; vertical, horizontal, grid, and scroll. I say this because of the use of the Timer.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.