• 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: textDidChange not firing
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: textDidChange not firing


  • Subject: Re: textDidChange not firing
  • From: Andy Lee <email@hidden>
  • Date: Sun, 21 May 2006 08:04:42 -0400

On May 21, 2006, at 6:28 AM, Angelo Chen wrote:
I put a NSTextField and create a MyObject, I connect
the MyObject to NSTextField as delegate and implement
following:

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

Look more closely at the documentation for -textDidChange:. It is not a delegate method. It is a method of NSTextField itself. The documentation tells you the correct delegate method.


--Andy

_______________________________________________
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


References: 
 >textDidChange not firing (From: Angelo Chen <email@hidden>)

  • Prev by Date: Re: Determining how the app is run (intel/ppc/rosetta/os version)?
  • Next by Date: Re: Determining how the app is run (intel/ppc/rosetta/os version)?
  • Previous by thread: textDidChange not firing
  • Next by thread: bindings + actions
  • Index(es):
    • Date
    • Thread