-
Hi there, I currently ran into an error which I don't really understand as a beginner. I'm starting a small CTk Project and as I quit the window with command + q (on Mac) I always get the same Trouble…
ghost updated
1 month ago
-
### 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…
-
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…
-
Hi!
I have an issue after a new install of Pandrator. I have used .DOCX files as source without issues. Then, after Conda server stopped working, I reinstalled Pandrator and suddenly I can no longe…
-
I am not sure if this is supposed to be supported, but I naively expected that my_label.configure(image=None) would clear the image from the label.
https://github.com/TomSchimansky/CustomTkinter/b…
-
I have been using your CustomTkinter library and have noticed that in the coords() method CTkCanvas,
https://github.com/TomSchimansky/CustomTkinter/blob/09e584634c867f2b6074fcbfe41cba80d2b78c66/cu…
-
I am developing a calculator application that uses the grid() geometry manager. I noticed the CTkCanvas widget does not scale like other widgets when declaring the canvas's width/height. Moreover, I a…
-
It would be useful to be able disable/enable state tab(s) of CTkTabview:
```python
import tkinter as tk
import customtkinter
tabview = customtkinter.CTkTabview(master=master, state=tk.ACTIVE)
t…
emcek updated
8 months ago
-
There are multiple arguments which cannot be fetched with `.cget()` for a CTkTextbox.
For example: `spacing1`, `spacing2`, `spacing3`, `state`, etc. (I have not checked all)
```python
File "…
-
Scrolling on `Combobox` droplist from `tkinter.ttk` module raises exception when there's `CTkScrollableFrame `underneath.
```
Exception in Tkinter callback
Traceback (most recent call last):
F…