wxgrid selection

25 views
Skip to first unread message

Allan Edwards

unread,
Apr 24, 2015, 11:34:26 PM4/24/15
to wxpytho...@googlegroups.com
Why does the following code not work with the wxGrid on Linux?  valuestwo is a 0 length array and so is values.

valuestwo = self.m_grid.GetSelectedCells()
values = self.m_grid.GetSelectedRows()
selectedRowIndex = self.m_grid.SelectedRows[0]


Tim Roberts

unread,
Apr 27, 2015, 1:10:57 PM4/27/15
to wxpytho...@googlegroups.com
A complete sample that shows the problem would be helpful.
-- 
Tim Roberts, ti...@probo.com
Providenza & Boekelheide, Inc.

Allan Edwards

unread,
Jun 19, 2015, 10:58:53 PM6/19/15
to wxpytho...@googlegroups.com
I figured out my issue... I needed to run the 3.x wxpython!  I was going against 2.8!  
Reply all
Reply to author
Forward
0 new messages