The tooltips aren’t written in yet, and I’m having a hard time deciding which of these options is equivalent to “Initialize” for a screen. I have my Screen1, but do I use “When Starts” or “When Opens”? I tried both, with problems on each, but when I have both in there together, with the exact same coding, my screen seems to “initialize” fine
starts when it opens for the first time (once you close the app it starts again
Opens everytime the screen opens
hmmm so, if I’m pulling info from a TinyDB, and returning here after different screens, it would be best to keep both? One for first time start up and the other for anytime a screen returns to this one?
opens make the job because even when you open for the first time the screen still “opens”
If you need to have both, you can simplify it by making it a procedure, so when you need to change something, you don’t need to change it twice.
So these work like “Initialize” and “When Other Screen Closes”
Open is initialize and start is when it starts from the first time