wxgreg wrote:
Hi
When I call event.GetTopRow() for a EVT_GRID_RANGE_SELECT it always returns
0. GetBottomRow returns the last row in the table.
wxPython 2.5.3.1
Windows XP
Any ideas why?
Try it inside of an "if event.Selecting():" test.
I think that the same event is sent when a range select is first started, and also when a range is unselected, so you can use Selecting() to know when the selection has been made.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!