Adding progress bar and place holder for GUI #59
richardissuperman
started this conversation in
Ideas
Replies: 4 comments 9 replies
-
I didn't notice it has such long delay @yuqisun. @richardissuperman does that depend on the model complexity? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@tancheng @yuqisun please check above animation from my local run |
Beta Was this translation helpful? Give feedback.
5 replies
-
I have done a simple demo of adding a loading screen and dismiss right after all UI components are loaded. @tancheng @yuqisun let me know what you think |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
currently we are adding UI components 1 by 1 and resize the window once everything is added. The whole process took 4-5 seconds which cause some laggy UI behavior in between (window keep resizing, elements added and re-position etc).
one idea is to utilize tkinter's progress bar and place holder to show a progress bar when adding all UI elements, and only show them once every loaded and shutdown progressbar while keep window size consistent from the get go.
@tancheng @yuqisun let me know what do you think about this idea can i implement the code soon today or tmr, thanks
Beta Was this translation helpful? Give feedback.
All reactions