Re: wx.EVT_RIGHT_UP strangeness?

2008-01-28 Thread sigpoggy
Thanks, I'm using wxPython 2.8.7.1 on OS X 10.4.11 with MacPython 2.5 No doubt it's a Mac thing, I'll take it to the wxPython users. On Jan 28, 6:36 am, Mike Driscoll <[EMAIL PROTECTED]> wrote: > On Jan 26, 1:30 pm, [EMAIL PROTECTED] wrote: > > > > > I am playing with wxPython 2.8.7.1 on OS X 10

wx.EVT_RIGHT_UP strangeness?

2008-01-26 Thread sigpoggy
I am playing with wxPython 2.8.7.1 on OS X 10.4.11 with MacPython 2.5 When running the demo program, the ShapeWindow demo does not close the window on right click. It turns out that the wx.EVT_RIGHT_UP does not fire. I discovered that one way to get it to fire is to bind the wx.EVT_RIGHT_DOWN eve