teijiIshida

Results 11 comments of teijiIshida

I tried Jellyfin the other day because I wanted to get away from Emby. Unfortunately, I had to go back to Emby because there was no Jellyfin client for my...

Frame by frame comparison is super useful and not many programs do this. I look forward to this feature whenever it will be implemented.

It's possible. One of the examples they provided (complex_example.py) let you change light, dark, and system theme while the app is running.

I'm actually trying custom theme myself. You can read more here: https://customtkinter.tomschimansky.com/documentation/color/ Guide: https://www.youtube.com/watch?v=mMyZD8qcYtA

When you use set_default_color_theme, you'll have to reopen the app for it to take effect (that's just how the function works). Maybe there are other workarounds but it's pretty complex.

Ok, I understand the Canvas solution. Edit: Thank you. I found an example using it on Google/Youtube.

I'm trying to find the documentation for CTkCanvas [here](https://customtkinter.tomschimansky.com/documentation/widgets), but I don't see it. Where can I read its documentation?

I figured out the real issue. The place_down method only determines the correct y position if the widget (CTkOptionMenu) is in the main window. If the widget is in a...

Use a for-loop. Loop through all your checkboxes and call deselect().