CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

A modern and customizable python UI-library based on Tkinter

Results 548 CustomTkinter issues
Sort by recently updated
recently updated
newest added

#351 #317 - Implemented Active State Color for Buttons - Change code from using `is Not` to `!=` Hope this helps.

When being used to hide the main window, the main window doesn't become hidden. Although, later when used through a function on a top level window, it disappears as it...

bug

I am tried out the various examples and seem to consistently get distorted borders as shown below. It almost appears as if it isn't filing out the buttons properly. However,...

bug

``` import customtkinter customtkinter.set_appearance_mode("System") # Modes: system (default), light, dark customtkinter.set_default_color_theme("blue") # Themes: blue (default), dark-blue, green app = customtkinter.CTk() # create CTk window like you do with the Tk...

bug

Trying to toggle between CTkTextbox being normal and disabled. CTkTextbox.config does not recognise the "state" argument: ![image](https://user-images.githubusercontent.com/89534395/181919551-1127c29f-5204-43f1-b9a6-91a9c255b068.png)

Hello there! I would like to propose the addition of the active state background color for buttons. #### How to implement the feature: This can be achieved by adding a...

enhancement

Hello, I using CTk widgets but they don't bind with other CTK widgets. One example is that I tired to bind with CTKFrame but it didn't work and when I...

bug

I've encounterd this problem a few times where I will have a button to run a function and I will put the button state back to being disabled after the...

Issue: Cannot set state argument with CTkTextbox.config() / CTkTextbox.configure() There is currently no way to change the state of the widget. This change (lines 157-158) allows this via the textbox.configure...

I have received this error over and over again. I would like to know how it is possible to solve this error. ``` Exception in Tkinter callback Traceback (most recent...