How to pass set information from one screen to another?
- March 15, 2021
- 1 reply
- 1678 views
I'm working on a project that requires setup for various controls. I've built a main screen (MainMenu) which transitions into a sub screen (ZoneSetup) to move a few temp selection sliders, toggle some buttons, etc. for the setup. I need to pass that information back/retain that setup information so anytime the user returns the previously set information is present.
I followed the pool example project to pass the information via the model (only focusing on the top slider right now), but when I update the slider (zone1) and try to return the program crashes.
Also, another issue that I'm trying to solve is why one slide also affects/glitches the indicated text for a non-corresponding slider (ex: move zone2 resets/changes zone1).
Any thoughts on these errors or how I should be doing this?
See the attached .zip of the associated project.
