Re: Editing the text in an NSCell
Re: Editing the text in an NSCell
- Subject: Re: Editing the text in an NSCell
- From: Michael Rothwell <email@hidden>
- Date: Thu, 11 Dec 2003 21:05:16 -0500
Looks like the delegate for the table must implement oen or more of
these:
- (void)controlTextDidBeginEditing:(NSNotification *)aNotification;
- (void)controlTextDidEndEditing:(NSNotification *)aNotification;
On Dec 11, 2003, at 3:29 PM, Michael Rothwell wrote:
>
I have an NSTableView whose cells are of type NSBrowserCell. I set the
>
cell(s) as editable, and the user is, in fact, allowed to edit the
>
cell text. What I don't know how to do is get some kind of
>
notification that a particular cell in a given table has been edited,
>
and what the new text value is. Any pointers?
>
>
-Michael
>
_______________________________________________
>
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.
_______________________________________________
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.