Changing UI Card in Drawer GUI #560
Unanswered
wyattnapier
asked this question in
Trame/VTK
Replies: 1 comment 9 replies
-
What are those methods doing?
|
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Jourdain, thank you for all of your help thus far.
I have split my code into two files, one that builds the pipeline and holds all of the actors, and the other file that creates the GUI and manages the callbacks from the GUI. I also have incorporated a file_upload button. I initially have no data so I have just a SingePageLayout with a file_upload button, but then when I upload a file I switch to a SingePageWithDrawerLayout. I am following the tutorial 04_application.py example for the most part, and I now cannot see my gittree when I open the new layout. In my drawer I can only see the ui_cards and they are all open, despite using a v_show. Do you have any idea how to fix this?
Screenshot:
Code:
Thank you for your continued support :)
Beta Was this translation helpful? Give feedback.
All reactions