Brian Almond wrote:
pdamoc@gmx.net 04/03/04 05:40 AM >>>
[snip]
also.... the demo of ListCtrl is screwed, a simple
resize renders it blank...I'm running wxPython 2.5.1.5u on Win2K, and also am seeing problems with
the ListCtrl demo. In my case, simple resizing is fine (aside from the
usual flickering). However, if I maximize the window, the demo page
background is drawn but not the ListCtrl. A restore appears to redraw
it and then get drawn over very quickly such that the demo page is empty
(except for the "Genre" column header, odd). Minimizing and restoring
causes the ListCtrl to be redrawn.
Looks like a refresh happening out of order for some reason, (the splitter is refreshing after the listctrl is.) Interestingly I wasn't able to duplicate it outside of the demo even though I used a similar set of window types... Anyway, adding the wx.CLIP_CHILDREN style to the splitter windows takes care of it.
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!