focus event on grid cell

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
muralihegde
In need of some credit
In need of some credit
Posts: 2
Joined: Mon Jun 01, 2015 3:48 pm

focus event on grid cell

Post by muralihegde »

void wxGridCellEditorEvtHandler::OnKillFocus(wxFocusEvent& event) will not call disablecelleditcontrol anymore in wxwidget latests version . Due to this my application is crashing. how to avoid this? do I need to handle EVT_GRID_CELL_HIDE event?
The focus is still with editor so crash is happening. any solutions?
Post Reply