log messages to text widget? #4270
Unanswered
unrushed-boots
asked this question in
Q&A
Replies: 1 comment
-
you will need to do something like this: (i have not tested to run this code, just wrote it on the spot)
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
with a text widget in a scrollable is there an example for printing log messages? either
log
ortracing
is fine. seems like using in-out variable and newlines is ok, but cant pass the widget to the trait to write to. all my testing/demo code prints to stdout not the gui. there also seems an async issue withtracing
when trying. not sure what to do from here with it. any help or possibly new example in repo?Beta Was this translation helpful? Give feedback.
All reactions