Re: wxPython Grid XY Coordinates question

2006-07-25 Thread Kiran
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? >

Re: wxPython Grid XY Coordinates question

2006-07-14 Thread Will McGugan
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

wxPython Grid XY Coordinates question

2006-07-14 Thread Kiran
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