On Sunday, January 17, 2010, Brad Stone <cocoa-...@softraph.com> wrote: > The best I can do for the NSTextField is bind an action and in, IB, in the > TextFieldAttributes set "Action" to "Sent on End Editing" which sends the > action after the first character is type. I want the action sent as soon as > the field gains focus.
Googling "nstextfield begin editing notification" without the quotes takes one straight to the fine manual. See textDidBeginEditing in particular. Hope that is what you are after. Regards, Matt _______________________________________________ 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com