Re: -commitEditing NSAlert not always presented as a sheet

2010-02-24 Thread Keith Duncan
On 23 Feb 2010, at 18:17, Kyle Sluder wrote: > On Tue, Feb 23, 2010 at 7:05 AM, Keith Duncan wrote: > >> However, if I click my 'Done' button, which first attempts to -commitEditing >> for the hosting view controller, and will then close the hosting child >> window if -commitEditing returns Y

Re: -commitEditing NSAlert not always presented as a sheet

2010-02-23 Thread Kyle Sluder
On Tue, Feb 23, 2010 at 7:05 AM, Keith Duncan wrote: > However, if I click my 'Done' button, which first attempts to -commitEditing > for the hosting view controller, and will then close the hosting child window > if -commitEditing returns YES; the error is presented as a floating window - > th

-commitEditing NSAlert not always presented as a sheet

2010-02-23 Thread Keith Duncan
I have a text field whose value is bound to a property which is validated. When editing the field and hitting enter, if the value fails to validate the error is presented as a sheet - this is the desired behaviour. However, if I click my 'Done' button, which first attempts to -commitEditing for