Replies: 2 comments
-
@B16f00t You can add ctkmessagebox = CTkMessagebox(root_window_location, fade_in_duration=100)
ctkmessagebox.after(1000, ctkmessagebox.button_event) |
Beta Was this translation helpful? Give feedback.
0 replies
-
It Works Perfect, thanks. |
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
-
Something like this, it'd be a good feature.
sg.popup_notify("MESSAGE", location=sg.DEFAULT_WINDOW_LOCATION, display_duration_in_ms=300, fade_in_duration=100)
Beta Was this translation helpful? Give feedback.
All reactions