Will, thank you.
That was the right thing to do, and it worked
-- Kiran
Will McGugan wrote:
> Kiran wrote:
> > Hello All,
> > I am writing an app in wxPython using a grid. I need to be able to
> > recognize what cell in the grid the user is hovering over with the
> > mouse. How to do this?
>
Kiran wrote:
> Hello All,
> I am writing an app in wxPython using a grid. I need to be able to
> recognize what cell in the grid the user is hovering over with the
> mouse. How to do this?
> I tried XYToCell(x, y), but that doesnt work properly because it
> thinks that mouse position (0, 0) i
Hello All,
I am writing an app in wxPython using a grid. I need to be able to
recognize what cell in the grid the user is hovering over with the
mouse. How to do this?
I tried XYToCell(x, y), but that doesnt work properly because it
thinks that mouse position (0, 0) is the first cell in the g