Hi everyone!
I’m finally in the process of porting a wx 2.8 application to Phoenix (4.1.0).
I’m hitting a few problems with a wx.Grid though: if I run then 2.8 code without modification, the application crashes upon displaying the frame containing the grid. I’ve narrowed it down to the takeOwnership
parameter of grid.SetTable
, if I set it to True
, the crash goes away.
There is still a problem though: when the program later calls SetTable
again (to replace the grid data) everything crashes down again (“double free or corruption”). What is the recommended way to handle this issue?
Many thanks for your time!