CTkMessagebox icon indicating copy to clipboard operation
CTkMessagebox copied to clipboard

A fully customizable messagebox for customtkinter! (extension/add-on)

Results 18 CTkMessagebox issues
Sort by recently updated
recently updated
newest added

So when the messagebox appears, for a quarter of a second another window appears and dissapears. Does this have like a parent parameter so I can use my self.root?

Hello. I'm using CTkMessagebox to show that user entered wrong format of date. Everything works fine until I close the CTkMessagebox with warning (by button and also the X on...

bug

Trying to put Ctk Messageboxes in my code so that users get some sort of response from the program. For some reason, the messagebox is shown correctly only once, the...

So I was replacing tk message box with CTkMessagebox but when I ran the code and tested it, the messagebox instantly closed ``` def teachers_sign_up_event(self): password = self.teachers_password_signup.get() confirm =...

App icon is changed to message box icon in dock at the bottom in macOS Sonoma. Tried different versions. It works perfectly till version 2.3, issue starts in version 2.4

bug

I tried to implement this library in one of my applications, however when i try to set the transparency of the close button to transparent, to hide the button like...

It would be nice if it was possible to have options for the message like for the buttons where I could choose to put checkboxes there, while also keeping the...

enhancement

closing the window did not return control to master frame without this additional line to force focus

Adding the possibility to customize the hover color for each button

enhancement

Displaying large texts will stretch the window down, with text aligning to center. I want it to fill up the windows width to look like a normal notification popup. even...

enhancement