NSPopover + Bindings + Validation = Weirdness
NSPopover + Bindings + Validation = Weirdness
- Subject: NSPopover + Bindings + Validation = Weirdness
- From: Keary Suska <email@hidden>
- Date: Sun, 25 May 2014 18:04:29 -0600
I am implementing an editing view in a popover, and discovered that validations messages will cause exceptions because AppKit is broken in that regard...anyway so I set "always use application modal alerts" and that seems to work although the API is beeping somewhere after the alert is dismissed and I can't seem to find out why. This only happens when tabbing out of the field. I have a "commit" button that calls commitEditing and the validation message appears and there is no beep when it is dismissed. I suspect that the tab key event is somehow not being handled and is passed up the responder chain to something that doesn't like it so beeps. That's all I can think of at the moment.
Anyone had to contend with this?
TIA,
Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"
_______________________________________________
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