[wxPython] wxPanel.Enable(0) -> Button Look

Hy there,

a simple question:

wxPanel.Enable(0)

- works correctly under MSW and GTK
- under MSW the button doesnt become gray, so
  the User will not see that it is disabled.
- Is it a bug?
- Will it be fixed?
- Can it be fixed?
- Is there a workaround, except than disabling every
  component on the panel

Greetings, Andre'

···

--
_____________________________________________
inworks GmbH Andre Reitz
Magirusstrasse 44 Tel. 0731/93 80 7-21
89077 Ulm http://www.inworks.de

wxPanel.Enable(0)

- works correctly under MSW and GTK
- under MSW the button doesnt become gray, so
  the User will not see that it is disabled.
- Is it a bug?
- Will it be fixed?
- Can it be fixed?

I remember something like this being discussed on wx-dev some time ago, but
I don't remember any details. You might be able to find the messages in the
list archives. I'll bring it up again.

- Is there a workaround, except than disabling every
  component on the panel

That's all I can think of.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!