Re: [wxpython-users] wx.ListCtrl(), Report Mode, Editing Columns
by Rich Shepard other posts by this author
May 9 2008 1:05PM messages near this date
Re: [wxpython-users] wx.ListCtrl(), Report Mode, Editing Columns
|
Re: [wxpython-users] wx.ListCtrl(), Report Mode, Editing Columns
On Fri, 9 May 2008, Robin Dunn wrote:
> So you should be using idx for your calls to GetItem.
Robin,
When I do this, all I get is the text for the first column. I've tried
GetNextSelected(idx), but I believe that refers to the row and not the
column within a given row.
> Or you can not use in place editing but instead popup a dilog when an item
> in the list is activated (double clicked or Enter is pressed) that
> contains the values to be edited. If the dialog is completed successfully
> you can put the values back into the list ctrl.
This is what I'm trying to do. Where I'm stuck is extracting all the
column values so I can load them into a dialog for editing.
Thanks,
Rich
--
Richard B. Shepard, Ph.D. | Integrity Credibility
Applied Ecosystem Services, Inc. | Innovation
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863
_______________________________________________
wxpython-users mailing list
wxpython-users@[...].org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
Thread:
Rich Shepard
Robin Dunn
Mike Driscoll
Rich Shepard
Rich Shepard
Robin Dunn
Rich Shepard
Robin Dunn
C M
C M
Mike Driscoll
Rich Shepard
Rich Shepard
Robin Dunn
Rich Shepard
|