Password Textbox

Everytime I enter my with password it doesn't use the one I've already set and it asks for new one. What can I do?

did you store it in TinyDB?

It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.

To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

it looks like you forgot to read the password from TinyDB for example during Screen.Initialize?

set global PassWord to TinyDB.GetValue "PW"

Taifun

Do you mind sending me a screenshot of the block?

@Gsk do you mean, you can't go to Screen2 when click Enter button?

and I think this is wrong, because global PassWord is a list so you cannot equate it with text, the result will always be false.

23d15cde8eb14de5cc3dc3e91621a9e284ed6276_2_690x262

do you mind trying this yourself?
the answer is already there

and

to fix this you might want to delete the add items in list block...

Taifun