Using Tiny DB over multiple Screens

Like the title implies, I wanted to use TinyDB over multiple screens, because my settings are stored there.
Now I don’t know, what properties are important for that.

Can someone clear that up for me?

So, I understand that you don’t want settings to be shared between Screens, right?

The Namespace property can help you
If you set a different value in each screen, TinyDB will use a different file to save settings, and consequently data won’t be shared

I think you mean that you have like a screen for setting right?

You could open another screen with as start value the settings boolean:

And then set the settings on screen initialization:

blocks%20(3)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.