CustomTkinter
CustomTkinter copied to clipboard
A modern and customizable python UI-library based on Tkinter
I just converted my app to CustomTkinter v5.0.1 but when I click on the OptionMenu widget to show me the options, I get a `kEventMenuPopulate to menu '.!ctkframe.!ctkoptionmenu.!dropdownmenu'` error and...
CustomTkinter Version: 5.0.1 (installed with pip) Python Version: 3.10.4 Whenever I'm trying to add a scrollbar - it throws an error: ``` Traceback (most recent call last): File "E:\!webdesign\cbtool\cbt.py", line...
Today I updated my version of Customtkinter to v5, but now my TkinterMapView crashes my app. It worked fine yesterday before I updated. I get this error: ``` File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/customtkinter/windows/widgets/core_widget_classes/ctk_base_class.py",...
Hello Tom, there is probably a minor issue in some keys for the Scrollbar themes jsons, for instance (dark-blue.json): "CTkScrollbar": { "corner_radius": 1000, "border_spacing": 4, "fg_color": "transparent", "button_color": ["gray55", "gray41"],...
@TomSchimansky The new update is not compatible with applications made in older versions. Many arguments for the widgets are replaced by new names. Like **text_font** to **font**. Please add the...
I'm not crazy about the Option Menu looking like a button  I get why you might, but to me the giant drop-down button is a big enough hint that...
Hey. Either I am doing something wrong, or comboBox does not refresh with new appended values. ``` import tkinter import customtkinter customtkinter.set_appearance_mode("dark") # Modes: "System" (standard), "Dark", "Light" customtkinter.set_default_color_theme("blue") #...
Is there anything I can use like a tkinter listbox?
CTkEntry raises an error when you use IntVar or DoubleVar as a textvariable customtkinter: `5.0.0` OS: `Windows 10` **Steps To Reproduce** 1. Run the below code in a python file....