[ wxwindows-Bugs-1530524 ] wx.Grid GetSelected... return empty lists

SourceForge.net noreply at sourceforge.net
Fri Jul 28 10:07:03 PDT 2006


Bugs item #1530524, was opened at 2006-07-28 10:07
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1530524&group_id=9863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build -- wxPython
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Kevin Altis (kasplat)
Assigned to: Robin Dunn (robind)
Summary: wx.Grid GetSelected... return empty lists

Initial Comment:
The GetSelected methods of wx.Grid always return empty 
lists []

tested with wxPython 2.6.3.3 and GridSimple.py sample 
by adding

print self.GetSelectedCells(), self.GetSelectedRows(), 
self.GetSelectedCols()

to the OnRangeSelect and OnSelectCell event handlers.

This may actually be a wxWidgets bug but I have no way 
to test that.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1530524&group_id=9863




More information about the wx-dev mailing list