Re: NSTextField sendActionOn:
Re: NSTextField sendActionOn:
- Subject: Re: NSTextField sendActionOn:
- From: Matthew Lindfield Seager <email@hidden>
- Date: Sun, 17 Jan 2010 07:08:07 +1100
On Sunday, January 17, 2010, Brad Stone <email@hidden> 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 (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