2021-03-09 01:02 AM
I would need to implement what is described in the attached image.
Somehow I should "save" which button was pressed so that if the Pin/Password is correct go to the right screen.
How can I do ?
2021-03-09 01:58 AM
Hi,
I guess what you are looking for is how to save and share data from a screen to another (with like just a binary "Pin was correct/not correct") ? I would suggest to have a look at the tutorial 3 where you send the values of a clock setting to another screen through the Model class, there are some code sample to understand how to apply it to your situation.
/Romain