How do I store the values entered in the text box? Save the values after exiting. Maybe TinyDB?

only if you always like to store the values if the user leaves the app (for example after Home button clicked)...
Taifun

Oh I mean, I did it that way first, it didn't work out well. I'll try your solution.

Don't get mad, I only understand that a little bit.

No, like this

image

The blocks in the Screen1.initialise event block load the saved values from the tinydb tags on startup.

The blocks in the Button1.Click event save the values to the tinydb tags

2 Likes

Wow, I see this works !! I'll try more with TinyDB.

Thank you very much! I am very happy about it!