• 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: Avoiding no-op action messages from NSTextField
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Avoiding no-op action messages from NSTextField


  • Subject: Re: Avoiding no-op action messages from NSTextField
  • From: email@hidden
  • Date: Wed, 26 Jan 2005 22:17:56 +0100
  • Importance: Normal

Hi Daniel,

I have not used the methods below myself, but perhaps you can use them as described in the article and make your own custom field editor:
http://developer.apple.com/documentation/Cocoa/Conceptual/TextEditing/Tasks/FieldEditor.html

controlTextDidChange:

Sent by the default notification center to the delegate and observers when the text in the receiving control changes, passing NSControlTextDidChangeNotification.

textDidChange:

Informs the delegate that the text object has changed its characters or formatting attributes, passing NSTextDidChangeNotification.


regards,
Magnus Strand

 _______________________________________________
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

  • Prev by Date: NSJavaSetupVirtualMachine() and signal() call order
  • Next by Date: RE: Printing an NSString
  • Previous by thread: Avoiding no-op action messages from NSTextField
  • Next by thread: Printing an NSString
  • Index(es):
    • Date
    • Thread