Processing does not Skip to EVT_GRID_CELL_LEFT_DCLICK on double-click

Hi,

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 ?

Thanks,
Ron.

Look at GridSimple.py in the demo.

···

On 2/2/10 6:08 AM, Ron Barak wrote:

Hi,

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 ?

--
Robin Dunn
Software Craftsman