I have an application that uses several grids, where I'm having
problems implementing the following:
1. processing an EVT_GRID_SELECT_CELL on a single left mouse click.
Or
2. processing an .EVT_GRID_CELL_LEFT_DCLICK on left mouse double
click.
However, even tough I use evt.Skip(), processing seems to be stopped
at the EVT_GRID_SELECT_CELL stage,
and does not continue to the EVT_GRID_CELL_LEFT_DCLICK on left mouse
double click.
Is there an example somewhere that could point me to what I'm doing
wrong ?
I have an application that uses several grids, where I'm having
problems implementing the following:
1. processing an EVT_GRID_SELECT_CELL on a single left mouse click.
Or
2. processing an .EVT_GRID_CELL_LEFT_DCLICK on left mouse double
click.
However, even tough I use evt.Skip(), processing seems to be stopped
at the EVT_GRID_SELECT_CELL stage,
and does not continue to the EVT_GRID_CELL_LEFT_DCLICK on left mouse
double click.
Is there an example somewhere that could point me to what I'm doing
wrong ?