cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement PIN/Password check

ALomb.1
Associate III

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 ?

1 REPLY 1
Romain DIELEMAN
ST Employee

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