Re: NSPopover + Bindings + Validation = Weirdness

2014-05-27 Thread Keary Suska
On May 26, 2014, at 8:10 AM, Jonathan Mitchell wrote: > > On 26 May 2014, at 14:50, Keary Suska wrote: > >> >> The bug is triggered when trying to display a sheet on a popover window, so >> even if I capture error presentation I would still have to present a modal >> alert of some kind. I w

Re: NSPopover + Bindings + Validation = Weirdness

2014-05-26 Thread Jonathan Mitchell
On 26 May 2014, at 14:50, Keary Suska wrote: > > The bug is triggered when trying to display a sheet on a popover window, so > even if I capture error presentation I would still have to present a modal > alert of some kind. I was hoping the API would do that for me gracefully, but > I was ap

Re: NSPopover + Bindings + Validation = Weirdness

2014-05-26 Thread Keary Suska
On May 26, 2014, at 3:05 AM, Jonathan Mitchell wrote: > > On 26 May 2014, at 01:04, Keary Suska wrote: > >> 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 us

Re: NSPopover + Bindings + Validation = Weirdness

2014-05-26 Thread Jonathan Mitchell
On 26 May 2014, at 01:04, Keary Suska wrote: > 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 t