Dipesh Samrāwat

Results 82 comments of Dipesh Samrāwat

@its-joseph-230606 ... He (@marc-frank ) asked > is there any regular release shedule or something like that? Could you please reply that also???

@Omenta-T and @KorryKatti This is because `customtkinter` uses a `Frame` object/window to display elements. Each time you add a new element, the frame gets expanded in height (if `orientation =...

@PhilipNelson5 Way better. Keep it up. 💯

@arianGh1 - **Tried updating `customtkinter` to the latest version `5.2.2` using pip?** - **Could you please provide a sample code which produces this error?** Regards.

Bind event with all Drop-downs or bind an event with frame containing the Drop-downs. `.bind("", fun_callback)` If you bind it with all the drop-downs, you can directly print the value....

@Nianzu, @Amchanie - **Tried updating `customtkinter` to the latest version `5.2.2` using pip?** - **Could you please provide a sample code which produce this error?** Regards.

It is an implementation lack. The ScrollableFrame does not have an option to update Scrollbar visibility afterwords. For instant fix, I created following function for you: ``` Python from customtkinter...

@joe00271 Continue your great Tkinter journey. You are welcome. 😊

Errors in your code: 1. Typo: ~~CTtext~~ should be **`CTkTextbox`**. 2. CustomTkinter does not support `relief` option as it has rounded corners. 3. CTkTextbox will support `wrap` parameter. Helpful link:...

It's not an error or bug. **It's part of design**. Regards.