Replies: 1 comment 2 replies
-
You want |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm playing with textual to build an awesome dashboard for a deep learning training script! But I'm struggling a little bit with the way to communicate between Widgets. I've found the way to communicate a children with its parent. But is there any way to communicate between Widgets that are "brothers" or are even located at different leves?
What I have is an Input Text widget and I want every time I press the "enter" button that the content of text box is sent to other widget... I've tried with
post_message
but I can't receive the message in the other Widget...Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions