Hi
I have a problem with wxGrid. Whenever I try to make a multi selection
the selection area immediately jumps from the mouse position to the top
of the grid and the event.GetTopRow() returns 0 every time. Single
selections work fine. It seems to happen as soon as the mouse moves,
before it even gets into another cell.
Thanks for any help
Greg
Hi
I have a problem with wxGrid. Whenever I try to make a multi selection
the selection area immediately jumps from the mouse position to the top
of the grid and the event.GetTopRow() returns 0 every time. Single
selections work fine. It seems to happen as soon as the mouse moves,
before it even gets into another cell.
Platform and version? Does it do it in the demo?
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
Hi
Platform Win XP no SP
Python 2.2.3
wxPythonWIN32-2.4.1.2-Py23
It doesn't do this in the demo and it doesn't do this if there is no
EVT_GRID_SELECT_CELL event. The EVT_GRID_RANGE_SELECT is OK.
Thanks
Greg
···
-----Original Message-----
From: Robin Dunn [mailto:robin@alldunn.com]
Sent: Tuesday, 30 September 2003 8:26 AM
To: wxPython-users@lists.wxwindows.org
Subject: Re: [wxPython-users] wxGrid
Greg Binns wrote:
Hi
I have a problem with wxGrid. Whenever I try to make a multi selection
the selection area immediately jumps from the mouse position to the
top
of the grid and the event.GetTopRow() returns 0 every time. Single
selections work fine. It seems to happen as soon as the mouse moves,
before it even gets into another cell.
Platform and version? Does it do it in the demo?
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org
Hi
Platform Win XP no SP
Python 2.2.3
wxPythonWIN32-2.4.1.2-Py23
It doesn't do this in the demo and it doesn't do this if there is no
EVT_GRID_SELECT_CELL event. The EVT_GRID_RANGE_SELECT is OK.
Do you call event.Skip in your EVT_GRID_SELECT_CELL handler?
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!