Dipesh Samrāwat

Results 69 comments of Dipesh Samrāwat
trafficstars

@DimaTepliakov **Solved!** _I also improved some basic functionality of the `class` you provided:_ _1. Disable multiple clicks while a click is already made._ _2. Don't rely on width, use "ew"...

> @dipeshSam Thanks alot! it worked. @DimaTepliakov **You're most welcome! Happy customtkinter :)**

> ![image](https://github.com/TomSchimansky/CustomTkinter/assets/124947570/3f59e374-fb84-4010-ad2a-0e63ab80aabb) > Tkinter does not provide direct transparency. But in your case, if you want to place text on a image, use Canvas. Put your image in Canvas and...

@Barrowcroft Could you please elaborate a bit what mechanism are you using for type hinting and what error are you facing? Code snippets, error screenshot may help.

@Barrowcroft, In the `customtkinter` library, type hints are currently provided to the CTk-specific widgets and methods. Notably, the hints do not extend to encompass classes or functions that remain identical...

> Thank you so much. > That is indeed really helpful. I will try and implement it that way, and see how it goes. @Barrowcroft You are most welcome :)

@DimaTepliakov, This is because the `ttkbootstrap` tries to modify the color of the widgets placed in the main window. To efficiently change the color, ttkbootstrap recommends to use `Window()` class...

> > @DimaTepliakov, This is because the `ttkbootstrap` tries to modify the color of the widgets placed in the main window. To efficiently change the color, ttkbootstrap recommends to use...

@DimaTepliakov, **Glad to hear that you have fixed the `_applying_position` function and it worked for you. Appreciable! Thank you :)** Apologies for inconvenience, this class was made so quickly that's...

> @dipeshSam Nice! with this updated version there is not issues with the anchor position, all of them works perfectly! @DimaTepliakov, Glad to hear this! **You are most welcome.** *Happy...