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
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
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
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
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