-
### Issue
I am trying to build an image viewer which can be scrolled sideways, i.e. `horizontally` .
So came across this bug where if you use `CTkScrollableFrame` with :
1. `vertical` orientation i…
-
## [CTkMenuBar](https://github.com/Akascape/CTkMenuBar)
This is a modern looking menu bar for customtkinter.
## Features
- Custom dropdown menu
- Add menu in top of title bar
- Classic and mode…
-
### Discussed in https://github.com/TomSchimansky/CustomTkinter/discussions/249
is it possible to have like a default tkinter scroll bar for these items?if so any examples? also how do i stop the…
-
as the title says, also here is a portion of the program's code that has the bug:
```py
# ..................................................
self.rammappath_frame = Frame(self.show_wframe, …
-
This error message indicates that there is an issue with the customtkinter.CTkOptionMenu class. It seems that the CTkOptionMenu class is not properly handling the StringVar object passed to it as an a…
-
Is it possible to add functionality to where the second click on the dropdown arrow of the CTkComboBox, and a click anywhere on the widget of the CTKOptionMenu, would close the dropdown menu that appe…
-
i have tried to make a function to change theme from a list of combobox, i can change the bg, even between light or dark, but not to change theme, from green to blue for example or any themes i have, …
-
I've built a small CustomTkinter app. It provides a way to scan a QR code. However, the interface is a bit slow (see below). This is caused by the window resizing. On resize, the remaining space in th…
-
Hello.
Firstly, thank you for your work, it is amazing.
Now about issue: I dont know why, but in version 1.2.0 directions (north, south, etc.) are inverted. For example, if I want to shoot and my ca…
-
Hi there,
I've developed a Python script with a GUI for Blue Archive called [BAAuto](https://github.com/RedDeadDepresso/BAAuto), but I must admit that I'm an inexperienced programmer and currently …