Benedek Dévényi

Results 331 comments of Benedek Dévényi

I would have added animations, but Tkinter doesn't support animations of any kind. So I just simply can't.

Adapta: ![image](https://user-images.githubusercontent.com/77941087/108358151-ab002280-71ee-11eb-96bc-fbf97034779c.png) Spinbox is not styled (you commented out the whole spinbox-part, images missing) ![image](https://user-images.githubusercontent.com/77941087/108359039-c1f34480-71ef-11eb-9ae5-7911b7d10c48.png) Notebook client is too contrasty, does not fit the theme (you commented out the Notebook.client-part,...

Aquativo: ![image](https://user-images.githubusercontent.com/77941087/108362678-565fa600-71f4-11eb-962a-369506f373b6.png) ![image](https://user-images.githubusercontent.com/77941087/108362708-6081a480-71f4-11eb-9c24-1d7cafca7000.png) The radio and checkbuttons have a different background color when disabled, which is not good (-disabledbackground is missing from the code): ![image](https://user-images.githubusercontent.com/77941087/108363157-e7cf1800-71f4-11eb-8cc2-67a26321c0c0.png)

What Tk version are you using? Refering to [this issue](https://wiki.tcl-lang.org/page/Tk+differences+on+Mac+OS+X) -> `ttk::scrollbar Styling` there was a problem like this before version 8.6.10. And I know from [here](https://stackoverflow.com/a/43354924) that Tk on...

> There's no documentation for how to install the gif brach Yeah it isn't on Pypi, you can download it only from here. > Anyway, gif branch seems as slow...

The CPU usage is indeed higher (like 40-50%) when resizing the window, but unfortunately I can't address that issue here. It's simply the nature of ttk. It uses png/gif images...

Doing further experiments, I realized, that the 40-50% is not that bad compared to other, quite simple applications. For example my screenshot tool and emoji selector (both Qt-based) have around...

Because it's not that easy. First, Tkinter uses an other GUI toolkit under the hood, called Tcl/Tk, so it cannot be fixed in Tkinter itself. And second, Tcl/Tk was originally...

Duplicate of #6 I just quickly done a `diff light.tcl dark.tcl` and I found nothing that might cause this issue. I remember I saw this issue with other ttk themes,...