On Aug 20, 2014, at 12:33 PM, Kyle Sluder <k...@ksluder.com> wrote: > 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. > Which method? I have a KVO setup that does everything already, but it requires the Action be sent by the textfield. How can I do that from within -controlTextDidChange:? Otherwise nothing happens until a Return is pressed. -Carl
_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com