• 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
Finding text that the user entered
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Finding text that the user entered


  • Subject: Finding text that the user entered
  • From: Danny Swarzman <email@hidden>
  • Date: Sun, 15 Jun 2003 12:53:09 -0700

Seems like a simple thing but...

I have a NSTableView. I want to get the text that the user just entered
so that I can use the value.

I implement:

- (void)controlTextDidEndEditing:(N
SNotification *)aNotification



then find the cell in question and:

NSString* value = [cell stringValue];

But I get the old value. How do I get the text that the user just
entered?

-Danny Swarzman
_______________________________________________
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.

  • Follow-Ups:
    • Re: Finding text that the user entered
      • From: Jonathan Jackel <email@hidden>
  • Prev by Date: Disabling newline characters
  • Next by Date: Re: IB framework not compatible with Obj-C++ ?
  • Previous by thread: Re: Disabling newline characters
  • Next by thread: Re: Finding text that the user entered
  • Index(es):
    • Date
    • Thread