Tab/splitterwindow problem

Hi list,

I have written about this problem before, but I still cannot figure out what is happening. Included is a small sample that shows a part of the problem (but not all). I am running Windows XP Professional with all patches applied, wxPython2.4.2.4 and Python 2.3.3.

When I run this sample under Windows XP it flashes the correct screen and then deletes the first two columns of the list, and also doesn't show the second tab of the lower part of the screen. When I click in one of those columns the specific line is displayed, the other lines stay blank. When I click on one of the tabs, the screen is refreshed and displayed correctly.

This is part of a bigger problem where in the "real" application only the first tab on the top is shown, and nothing else, beside the menu's (that DO work).

On Linux, there is no problem.
If anyone could help me, I would really appreciate it.

Cheers,
Dick Kniep

test.py (8.99 KB)