• 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
NSTextField: textDidEndEditing delegate isn't firing
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSTextField: textDidEndEditing delegate isn't firing


  • Subject: NSTextField: textDidEndEditing delegate isn't firing
  • From: "Frederick C. Lee" <email@hidden>
  • Date: Wed, 28 Dec 2005 15:12:02 -0800

1) I've selected a particular NSTextField to be the 1st Responder.
2) I've connected this NSTextField with the File's Owner as the delegate
2a) I also added the [<field link> setDelegate:self] within the File's Owner (to be double sure).

Yet, I can't get the following to fire within the File's Owner (NSPersistentDocument obj) when I leave the field:

- (void)textDidEndEditing:(NSNotification *)aNotification {
NSLog(@"{textDidEndEditing}");
}

What am I missing?

Ric.

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden
  • Follow-Ups:
    • Re: NSTextField: textDidEndEditing delegate isn't firing
      • From: "Timothy J. Wood" <email@hidden>
  • Prev by Date: Re: CoreData and Shared Data
  • Next by Date: [OT] A bit confused on pointers...
  • Previous by thread: Re: bindings, popup menu, and additional options
  • Next by thread: Re: NSTextField: textDidEndEditing delegate isn't firing
  • Index(es):
    • Date
    • Thread