ajayschoo

Results 6 comments of ajayschoo

So, I was using bind with CTK widgets in class but it doesn't work and doesn't responded back to it. For example: This is the code: ```python # All the...

Try this example you will know what I mean. ```python # All the Moduels from tkinter import * from tkinter import ttk from PIL import ImageTk import customtkinter customtkinter.set_appearance_mode('light') root...

just try the code in a python app. Sorry I don't how fromat it like that

Also, one more then when you have a button with text it will bind but it is glitch as the edges work but when you click on the text of...

But I want use bind when the button is disabled.