On 7/1/14, 7:27 AM, Werner wrote:
wx._core.wxAssertionError: C++ assertion "m_created" failed at ..\..\src\generic\grid.cpp(2311) in wxGrid::SetSelectionMode(): Called wxGrid::SetSelectionMode() before calling CreateGrid() I think/guess that dPemMixin._constructed at some point returns True if so CreateGrid or SetTable is not yet called on the grid. If my guess is correct any suggestion on how that could be fixed in Dabo?
Hmm, if memory serves, we never call CreateGrid() because we use virtual (GridTableBase) grids, and (I think) CreateGrid() is only for simple, non-virtualized grids.
Maybe we should have been calling it all along? Want to try that? Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
