-
Hello, another noob question ;-P The example code (e.g. five_by_five.py) are about opening a blank, pure-text screen, I could not figure out how to pass data between |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Oh I think I just figured it out, just overwrite every |
Beta Was this translation helpful? Give feedback.
-
Every widget from As for the more general questions about |
Beta Was this translation helpful? Give feedback.
-
OK I see, |
Beta Was this translation helpful? Give feedback.
Every widget from
Screen
down has access toself.app
so, if you're holding your app state in your app, that's one route to it.As for the more general questions about
Screen
, perhaps the guide entry for them will help?