You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Akascape ... first of all: Thanks for this fine component!
... maybe you could give me some advice?
I want to use the Messagebox (in a little modified version) as a Notification window like this:
...
CTkMessagebox show
.... do some action which take a little time
CTkMessagebox close
...
After some trying I could get the CTkMessagebox to popup, which is normally done in tk.wait_until() of the get() method.
The message window appears but unfortunately without the nice CTk title (I'm using update_idletasks). Somehow I got lost in the Tk - Windows event jungle ;-)
Do you have an advice how to properly explicitly "popup" a Messagebox?
The super solution would be, if the CTkMessagebox would have an additional parameter "during=myFunction" which would do the show and close automatically as long as 'myFunction' is running ... (optionally without a button)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
@Akascape ... first of all: Thanks for this fine component!
... maybe you could give me some advice?
I want to use the Messagebox (in a little modified version) as a Notification window like this:
...
CTkMessagebox show
.... do some action which take a little time
CTkMessagebox close
...
After some trying I could get the CTkMessagebox to popup, which is normally done in
tk.wait_until()
of theget()
method.The message window appears but unfortunately without the nice CTk title (I'm using
update_idletasks
). Somehow I got lost in the Tk - Windows event jungle ;-)Do you have an advice how to properly explicitly "popup" a Messagebox?
The super solution would be, if the CTkMessagebox would have an additional parameter "
during=myFunction
" which would do the show and close automatically as long as 'myFunction' is running ... (optionally without a button)Thank you!
Beta Was this translation helpful? Give feedback.
All reactions