Replies: 1 comment
-
Use force_focus method in the entry after closing the messagebox, this issue is related to python environment. |
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
-
def showConfirmMessage(parent_frame, title, message, icon_image):
CTkMessagebox(master=parent_frame, title=title, message=message, icon=icon_image, fade_in_duration=150)
I've noticed that it works only if I create a frame inside the showConfirmMessage function, but it creates an horrible new window...
Beta Was this translation helpful? Give feedback.
All reactions