-
Doesn't work with .destroy()
-
I have been using your CustomTkinter library and have noticed that in the coords() method CTkCanvas,
https://github.com/TomSchimansky/CustomTkinter/blob/09e584634c867f2b6074fcbfe41cba80d2b78c66/cu…
-
### Discussed in https://github.com/Akascape/py-window-styles/discussions/27
Originally posted by **shubhwins07** May 13, 2024
In my customtkinter programs(all of them), when I try to implemen…
-
-
how brutal the world is
-
With the newest update, 5.0 I cannot remember last digit,
When I open the file it opens the window for a split second then automatically closes it. I then uninstalled newest version and installed …
-
When compiling a program containing customtkinter, for some reason it drops its asset folder and sits a level too deep for the program to look for. It gets compiled to site-packages but It looks for …
-
Good First Issue for people with some experience with the `tkinter` module. (Note `customtkinter` module used here is based on `tkinter` so you can still call .geometry() or other functions just like …
-
Hi,
I've got a suggestion for a new feature to CustomTkinter: adding messageboxes! There is no such feature available in CustomTkinter, so I tried using Tkinter messageboxes. They don't fit with the …
-
Hello,
I have an issue on my project where I use both a CTkScrollableFrame and a HtmlFrame from tkinterweb.
When I scroll on my CTkScrollableFrame, an error message is displayed but nothing breaks…