• 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: Field editor delegate doesn't work
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Field editor delegate doesn't work


  • Subject: Re: Field editor delegate doesn't work
  • From: publiclook <email@hidden>
  • Date: Mon, 7 Jul 2003 23:08:43 -0400

On Monday, July 7, 2003, at 10:44 PM, Sailor Quasar wrote:

shouldChangeTextInRange

controlTextDidChange:



- (void)controlTextDidChange:(NSNotification *)aNotification
Sent by the default notification center to the delegate when the text in the receiving control (usually a text field, a form field, or NSMatrix with editable cells) changes. The name of notification aNotification is always NSControlTextDidChangeNotification. Use the key @"NSFieldEditor" to obtain the field editor from aNotifications userInfo dictionary. If the delegate implements this method, its automatically registered to receive this notification.
_______________________________________________
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: 
 >Field editor delegate doesn't work (From: Sailor Quasar <email@hidden>)

  • Prev by Date: Field editor delegate doesn't work
  • Next by Date: NSFileWrapper Bug/Problem
  • Previous by thread: Field editor delegate doesn't work
  • Next by thread: Re: Field editor delegate doesn't work
  • Index(es):
    • Date
    • Thread