You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when the focus is set to the main frame holding this frame and all other similar frames to fix a certain bug with the interface, the CTKEntry widget is not editable by the user despite being in normal state.
I believe this is a bug, because I have tried to bind a function to that CTKEntry widget itself to call a function to set the focus to itself (self.rammappath_input.focus_set()) whenever it's clicked on by mouse but nothing seems to work.
Any opinions on this?
The text was updated successfully, but these errors were encountered:
CustomTkinter has its own rendering logic, and is not compatible with ttk (Themed Tkinter) at all. We can't use CustomTkinter in combination with ttk configured widgets.
as the title says, also here is a portion of the program's code that has the bug:
The CTKEntry that has the problem is in this line: Temp_Cleaner GUI v6.9-stable source file, Line #2686
when the focus is set to the main frame holding this frame and all other similar frames to fix a certain bug with the interface, the CTKEntry widget is not editable by the user despite being in
normal
state.I believe this is a bug, because I have tried to bind a function to that CTKEntry widget itself to call a function to set the focus to itself (
self.rammappath_input.focus_set()
) whenever it's clicked on by mouse but nothing seems to work.Any opinions on this?
The text was updated successfully, but these errors were encountered: