You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to render a rich.status.Status() indication in a Widget, but the text gets rendered outside of it and sometimes jumps around.
Is it possible to use the with Status("Doing stuff"): context to draw the status display in another widget or is it generally possible to specify where the output should be rendered?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to render a rich.status.Status() indication in a Widget, but the text gets rendered outside of it and sometimes jumps around.
Is it possible to use the
with Status("Doing stuff"):
context to draw the status display in another widget or is it generally possible to specify where the output should be rendered?Beta Was this translation helpful? Give feedback.
All reactions