window color issues?

Jeff Peery wrote:

ok, thanks. is there a way to tell the text control not to paint its background?

No. Normally you could do it by catching the EVT_ERASE_BACKGROUND, but I think that the textctrl on Windows draws its background in its EVT_PAINT handler.

···

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