Re: [wxpython-users] wx.ListCtrl(), Report Mode, Editing Columns
by Robin Dunn other posts by this author
May 10 2008 4:02PM messages near this date
Re: [wxpython-users] wx.ListCtrl(), Report Mode, Editing Columns
|
Re: [wxpython-users] wx.ListCtrl(), Report Mode, Editing Columns
Rich Shepard wrote:
> On Fri, 9 May 2008, Robin Dunn wrote:
>
> > 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.
>
> I think that I'm beginning to understand. First the row is
> highlighted/selected by a left click, then a double-click or the [Enter]
> key
> activates the entry. So, if EVT_LIST_ITEM_ACTIVATED occurs, then I call the
> dialog box ... and the column values somehow are placed in the appropriate
> text widgets?
Yep. (You'll need to do the loading of values into the dialog yourself
of course.)
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
_______________________________________________
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
|