Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
wxPython Grid XY Coordinates question
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Kiran, post: 1890086"] 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 grid, and then goes from there, so if i move the grid to a differernt area on the screen, the XYToCell is messed up in what it returns. Any ideas on how to get this to work or any other way? thanks, Kiran [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
wxPython Grid XY Coordinates question
Top