Re: button double click causes freeze of GUI
Dietmar Schwertberger <[email protected]> Tue, 15 Nov 2022 20:32:00 +0100
| Newsgroups | gmane.comp.python.wxpython |
|---|---|
| Message-ID | <[email protected]> |
When you post code, please make sure it does run, i.e. has no external dependencies. Even better, strip the sample down to a runnable minimal sample. By doing so, often you find the problem yourself. In your case, you would probably found that you have unused event handlers in your Gui.py file but your actual handlers in the main file are missing event.Skip(). You need to call event.Skip() inside your EVT_LEFT_UP handler. Regards, Dietmar -- You received this message because you are subscribed to the Google Groups "wxPython-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/wxpython-users/f94b9434-b590-a095-ef86-3db557e0f8df%40schwertberger.de.