Re: Avoiding no-op action messages from NSTextField
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