Ryan

Results 5 comments of Ryan

Yes I have also faced this issue under macOS 14.2.1 with python 3.12. Maybe because the two windows and a wrong focus, but the weird thing is, that the CTkOptionMenu...

I've found a solution. I will send it later this day, if I found the snippet.

After some searching. I've found the workaround again. ```python CTkMessagebox.CTkMessagebox(title="Invalid input", message="Please enter a valid number for epochs.", option_1="OK", icon="warning") self.after(100, self.epochs_entry.focus_force) return ``` You need to set the focus,...

I don't think, that you still need it, but it should be done like this: ```python def on_data_loaded(self, load): if load.error is None: self.processing_frame.destroy() print("Data loaded:", load.data) return True message...

Does anyone have a configuration that works? I don't get mmyolo and its dependencies installed ... :/