Replies: 2 comments 1 reply
-
Try adding a height to your custom widget. The problem is that |
Beta Was this translation helpful? Give feedback.
1 reply
-
got it working thanks. This is a chat app for ham radio APRS network in the terminal. |
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
-
I am trying to dynamically add TabPanes with my own custom widget. My widget will yield several items, but nothing ever seems to render.
I have provided a simple example that shows that the TabPane should have a custom widget, but the contents of that widget are never rendered.
As you can see. the tabs are shown, but there is nothing in the content area where the TabPane widget is supposed to be.
If I replace the creation of the TabPane child to Static("something here"). that gets rendered
why does this below code 'work', but a custom Widget doesn't?
results in:
Beta Was this translation helpful? Give feedback.
All reactions