Re: [wxpython-users] wx.ListCtrl(), Report Mode, Editing Columns -- RESOLVED
by Rich Shepard other posts by this author
May 11 2008 2:31PM messages near this date
Re: [wxpython-users] wx.ListCtrl(), Report Mode, Editing Columns
|
Re: [wxpython-users] wx.ListCtrl(), Report Mode, Editing Columns
On Sun, 11 May 2008, Mike Driscoll wrote:
> Basically, you do as Robin told you: grab the data using obj.GetItem(2,
> 0).GetText() and put it in their respective controls in your custom
> dialog.
Mike/Robin,
Well, when I do it correctly it works for me too. For whatever the reason,
I consistenly missed realizing that I need two indices to GetItem(); one for
the tuple the other for the item within the tuple. Sigh. Taking a day off to
mow the lawn, pull dandelions, and groom the dogs provides a new
perspective.
Thank you both,
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
|