wx.ListCtrl

I am currently trying to create an address book program, and am trying
to display the names of the contacts in a list view. What I would like
to do is make it so that the user could click directly on the name to
view the contact's details and edit them, so I am trying to enter flat
text buttons into a report style list. However, I can't seem to find a
way to enter anything but strings. Is there a way to accomplish this
or to do something more effective to accomplish the same concept?
Thanks

I am currently trying to
create an address book program, and am trying

  > to display the names of the contacts in a list view. What I

would like

  > to do is make it so that the user could click directly on

the name to

  > view the contact's details and edit them, so I am trying to

enter flat

  > text buttons into a report style list. However, I can't

seem to find a

  > way to enter anything but strings. Is there a way to

accomplish this

  > or to do something more effective to accomplish the same

concept?

  > Thanks

  >

UltimateListCtr or HyperTreeList maybe?

Gadget/Steve
···

On 21/04/2011 2:59 AM, ModSpyder wrote:

Or perhaps trigger editing with a double click on a list item, or use a popup menu on right-click.

···

On 4/21/11 1:10 AM, Gadget/Steve wrote:

On 21/04/2011 2:59 AM, ModSpyder wrote:

I am currently trying to create an address book program, and am trying
to display the names of the contacts in a list view. What I would like
to do is make it so that the user could click directly on the name to
view the contact's details and edit them, so I am trying to enter flat
text buttons into a report style list. However, I can't seem to find a
way to enter anything but strings. Is there a way to accomplish this
or to do something more effective to accomplish the same concept?
Thanks

UltimateListCtr or HyperTreeList maybe?

--
Robin Dunn
Software Craftsman