[Matplotlib-users] Nasty mouse event problem with wxPython

2010-05-03 Thread Søren Nielsen
Hi, I've hit a problem when using the button_press_event to pop up a wx.MessageBox. After the messagebox is loaded the mouse becomes completely unresponsive (even outside the application) until the application is shut down (by using ALT+F4). I'm making a feature where the user, after right

Re: [Matplotlib-users] Nasty mouse event problem with wxPython

2010-05-03 Thread Michael Droettboom
I don't know why this happens, but did note that using a button_release_event instead seems to work fine. Mike Søren Nielsen wrote: Hi, I've hit a problem when using the button_press_event to pop up a wx.MessageBox. After the messagebox is loaded the mouse becomes completely unresponsive

Re: [Matplotlib-users] Nasty mouse event problem with wxPython

2010-05-03 Thread Matt Newville
Hi Stefan, I've hit a problem when using the button_press_event to pop up a wx.MessageBox. After the messagebox is loaded the mouse becomes completely unresponsive (even outside the application) until the application is shut down (by using ALT+F4). I'm making a feature where the user, after