Update vs .show #2823
hafezrouzati
started this conversation in
General
Update vs .show
#2823
Replies: 1 comment
-
eframe will call update() for you each frame. Your update() can call show(). |
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
-
In the Widget Gallery example, the code calls the .ui function from inside the show() method whereas in the eframe_template, there is an update method where all the widgets are to be added.
Is there a difference in these two approaches? For example, is the show() method also called constantly to re-render the UI?
I'm currently using the eframe_template to build my application.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions