A demo of Event
class's emitted
method
#5226
python-and-novella
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Interesting application, @python-and-novella! Just to be clear: Your first example will continue to work in 3.0. But to sync multiple browser tabs, the second example uses a global |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Before NiceGUI 3.0.0, we can only make button displayed after clicked like this:
In NiceGUI 3.0.0, we get another way, it performs same but with
Event
:Beta Was this translation helpful? Give feedback.
All reactions