Foreground color in wxCheckListBox

It seems that the wx.CheckListBox does not reflect the changes
made using the .SetForegroundColour method. Is this a bug? Can it be
fixed?
  In the greater scheme of things, it looks like the more
controls I use out of the wxPython library, the more I'm finding that
most of the non-system-standard ones seem to ignore either one or both
of the .SetForegroundColour and .SetBackgroundColour methods. What's
going on with this?

Chris.

Chris Spencer wrote:

  It seems that the wx.CheckListBox does not reflect the changes
made using the .SetForegroundColour method. Is this a bug?

Probably.

Can it be
fixed?

Probably. Please submit a bug report about it. Be sure to specify the platform and version.

  In the greater scheme of things, it looks like the more
controls I use out of the wxPython library, the more I'm finding that
most of the non-system-standard ones seem to ignore either one or both
of the .SetForegroundColour and .SetBackgroundColour methods. What's
going on with this?

Which widgets? Which platform?

···

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