HI
I have a wxGrid that is causing Python.exe to crash on XP.
I want to set col 0 width to 0.
I SetColMinimalAcceptableWidth(0) as soon as the grid base class is called,
this enable the grid to be drawn but as soon as the mouse moves over it
Python crashes. If I set the width of col 0 above 100 it works fine.
Any help would be greatly appreciated.
Greg