Re: wxPython.button.disabled still catching clicks

2008-12-30 Thread Mike Driscoll
On Dec 30, 3:04 am, mynthon wrote: > On Dec 23, 6:12 pm, Mike Driscoll wrote: > > > > > On Dec 23, 7:27 am,mynthon wrote: > > > > On Dec 23, 11:58 am, Aaron Brady wrote: > > > > > On Dec 23, 4:50 am,mynthon wrote: > > > > > > Hello! (sorry for my english) > > > > > > I have a problem with button

Re: wxPython.button.disabled still catching clicks

2008-12-30 Thread mynthon
On Dec 23, 6:12 pm, Mike Driscoll wrote: > On Dec 23, 7:27 am,mynthon wrote: > > > > > On Dec 23, 11:58 am, Aaron Brady wrote: > > > > On Dec 23, 4:50 am,mynthon wrote: > > > > > Hello! (sorry for my english) > > > > > I have a problem with buttons in wxPython. When button is disabled > > > > (by

Re: wxPython.button.disabled still catching clicks

2008-12-23 Thread Mike Driscoll
On Dec 23, 7:27 am, mynthon wrote: > On Dec 23, 11:58 am, Aaron Brady wrote: > > > > > On Dec 23, 4:50 am, mynthon wrote: > > > > Hello! (sorry for my english) > > > > I have a problem with buttons in wxPython. When button is disabled > > > (by .Disable() or .Enable(False)) it is grayed out but

Re: wxPython.button.disabled still catching clicks

2008-12-23 Thread mynthon
On Dec 23, 11:58 am, Aaron Brady wrote: > On Dec 23, 4:50 am, mynthon wrote: > > > > > Hello! (sorry for my english) > > > I have a problem with buttons in wxPython. When button is disabled > > (by .Disable() or .Enable(False)) it is grayed out but still receive > > clicks. > > > Eg. i have butto

Re: wxPython.button.disabled still catching clicks

2008-12-23 Thread Aaron Brady
On Dec 23, 4:50 am, mynthon wrote: > Hello! (sorry for my english) > > I have a problem with buttons in wxPython. When button is disabled > (by .Disable() or .Enable(False)) it is grayed out but still receive > clicks. > > Eg. i have button that disable itself, runs long action and enable > itself