How to register a callback for live layout updates #2550
Unanswered
Quanticles
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The live view layout updates pretty frequently, where progress and richhandler can update very frequently. But, other layouts need to be updated manually as far as I know. Is there a way to register a callback to redraw a layout when the screen is being updated? E.g., if I'm drawing a text plot using plotille, I need to update the plot dimensions if the screen dimensions change.
Beta Was this translation helpful? Give feedback.
All reactions