• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Editing the text in an NSCell
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Editing the text in an NSCell (From: Michael Rothwell <email@hidden>)

  • Prev by Date: Re: Communication between a NSTabView and an NSTextField...
  • Next by Date: Re: Custom printing problems
  • Previous by thread: Editing the text in an NSCell
  • Next by thread: Communication between a NSTabView and an NSTextField...
  • Index(es):
    • Date
    • Thread