Issuing NSTextField action message
Issuing NSTextField action message
- Subject: Issuing NSTextField action message
- From: Carl Hoefs <email@hidden>
- Date: Tue, 19 Aug 2014 18:33:48 -0700
OS X 10.9.4 I have an NSTextField into which a user types digits. When a digit is typed, I have it set up so the -controlTextDidChange: delegate method is invoked. Now, in the delegate method I would like (depending on circumstances) to cause the text field to behave like the user ended editing to send its action message. Is this possible? The text field action is set to “Sent on End Editing” in Xcode. I’ve noticed that at runtime that [tField action] is null.
-Carl
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden