Re: Editing items
Re: Editing items
- Subject: Re: Editing items
- From: Michael Hudson <email@hidden>
- Date: Tue, 21 Oct 2003 13:24:07 +0100
email@hidden (Norbert Pfaff) writes:
>
Hi,
>
>
I4m just beginning with Cocoa.
I'm only a little past that :-)
>
I have a tableView and want to edit the items in two ways.
>
First I would like to open a new window with to edit. Should I have
>
therefore a new nib or is it possible to have this window in the same
>
nib file?
I would say it's easier to make a new nib.
>
Second (later) I want to split the part of the window with the
>
tableview to edit in the lower part of the window.
Do you want to do this for the *same* tableView or a different one?
Assuming the latter, this should be pretty easy. Make a split view or
similar in IB and implement the delegate method
tableViewSelectionDidChange: to display the item to edit.
If this is too terse for you, you should probably do some of the more
generic tutorials lying around...
Cheers,
mwh
--
Enlightenment is probably antithetical to impatience.
-- Erik Naggum, comp.lang.lisp
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.