Maksim

Results 11 comments of Maksim

Of course, there are a lot of buttons and their rendering also requires resources. Especially if the PC is weak and you scroll quickly. And good optimization in this regard...

> CTkScrollableDropdown I already tried changing it to CTkScrollableDropdownFrame. The result - with CTkScrollableDropdown at least the text on the CTkCombobox was visible, and with CTkScrollableDropdownFrame - only an empty...

> @l1mafresh Can you provide a full example which I can test? ![with CTkScrollableDropdown](https://github.com/user-attachments/assets/d0c4fcd6-dbf0-47e8-925b-259ba97fa311) with CTkScrollableDropdown ![CTkScrollableDropdownFrame](https://github.com/user-attachments/assets/032959e0-9504-4ed9-9683-c43b6dfb6447) with CTkScrollableDropdownFrame Download code with CTkScrollableDropdown: [Brushshe.zip](https://github.com/user-attachments/files/17063822/Brushshe.zip)

You can actually add checkboxes to the CTkMenuBar. Here's a simple code example: ```python from CTkMenuBar import CTkMenuBar, CustomDropdownMenu import customtkinter as ctk root = ctk.CTk() root.geometry("400x400") menubar = CTkMenuBar(root)...

Send an example so we can see

> @l1mafreshЯ перевірив ваш приклад, але не зіткнувся з проблемами під час малювання прямокутника чи овалу після натискання цих кнопок. Перегляньте це відео нижче: > > Запис.2024-10-02.200118.mp4 > Чи можете...

@l1mafresh I tested your example but I am not facing any issue while drawing the rectangle or oval after click on those buttons. See this video below: Recording.2024-10-02.200118.mp4 Can you...

``` from customtkinter import * from CTkMenuBar import CTkMenuBar, CustomDropdownMenu from PIL import Image, ImageDraw class PaintShape(CTk): def __init__(self): super().__init__() menu = CTkMenuBar(self) add_shape = menu.add_cascade("Add Shape") dropdown = CustomDropdownMenu(widget=add_shape)...

There are really no problems on Windows, I tried. But there is such a problem on Linux. And the delay is not a solution, but rather a temporary solution. It...

I could implement Linux support. I already had experience packaging customtkinter applications.I could add a script to create deb and rpm packages.