Sorry, I should specify that this is on OSX. resignFirstResponder tries to endEditing on the text you have typed and the commit the edits. I am trying to scrap the editing session and lose focus on the control as if no editing ever even started.
I would like to ideally throw an NSRunAlert panel before the user starts editing if the user is editing multiple rows, but NSComboBox overrides NSReponders' mouseDown: and doesn't behave normally. On Jan 1, 2013, at 11:10 PM, Kévin Vavelin wrote: > You have to resignFirstResponder when you hit outside (juste handle single > tap in your controller) > > Happy new year. > > Best Regards, > Vavelin Kevin > OS X / iOS Developer > Entrepreneur _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
