Re: Issuing NSTextField action message
Re: Issuing NSTextField action message
- Subject: Re: Issuing NSTextField action message
- From: Kyle Sluder <email@hidden>
- Date: Wed, 20 Aug 2014 14:33:15 -0500
On Wed, Aug 20, 2014, at 02:27 PM, Carl Hoefs wrote:
> I do have -controlTextDidChange: set up, and it does get invoked on every
> keystroke typed into the textfields, but how do I then cause the
> textfield’s action method to be issued?
> -Carl
You don't. You're already getting notified at the right time; just call
the right method yourself.
--Kyle Sluder
_______________________________________________
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