Ariel Menezes

Results 7 comments of Ariel Menezes

I just came here to start this same issue. I'm using Python 3.10 on Windows 11, customtkinter v4.5.9. If you run this, with tkinter, the window never pops up (as...

Doing some tests, I realized `root.geometry("+400+300")` works in tkinter but raises a ValueError in customtkinter. ``` …\customtkinter\windows\ctk_tk.py", line 137, in geometry numbers = list(map(int, re.split(r"[x+-]", geometry_string))) # split geometry string...

PS.: this probably solves #836

I just came here to look this up too. I recently realized the code I'm working on isn't checking whether the user is pressing "ok" or "cancel" and I can't...

That seems to be it @sternflyer. Hopefully #853 will be accepted soon.