Examples of dynamically updating content #61
Unanswered
SimplicityGuy
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Hey there! What kind of data would you have in these containers? As in, is it just text, or some widgets if various types? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking to create a TUI with a grid of 4 boxes, where the content of each box is updated from 4 async calls. I'd love to make the setup as simple as possible, and do something like
layout["box1"].print(f"... {data}")
.Is there a good tutorial or example on doing something like that?
Beta Was this translation helpful? Give feedback.
All reactions