retain active panel after leaving and returning to screen
Solved
I am developing an app that utilizes a slide menu. On one screen, I have a number of dynamic panels in which I would like to simulate adding individuals by inputting their name, date of birth, etc. I have been able to successfully do this using dynamic panels and either assigning variables or setting values; however, if I navigate to another screen via my slide menu and then return, the data is lost. Is there something I can do differently to retain this information or perhaps, have the screen load on the last active panel?
Thanks!
I've solved this problem using the following post: https://www.justinmind.com/community/topic/linking_to_a_dynamic_panel_on_a_separate_page
I used my "add" button for adding an individual to change the value of my variable "individuals" from "0" to "1"
I then used an "on page load" event to "set active panel" and added the condition for "when variable (individuals) = 1"
Glad you figured it out!
Comments have been locked on this page!