Re: Modal Alert Sheet

2013-10-06 Thread jonat...@mugginsoft.com
On 5 Oct 2013, at 12:28, Jim Elliott wrote: > An odd thing is happening when I invoke the NSAlert method > beginSheetModelForWindow:modalDelegate:didEndSelector:conextInfo. It seems > that the method returns before calling and returning from the didEndSelector. > This is not odd, its expect

Modal Alert Sheet

2013-10-06 Thread Jim Elliott
An odd thing is happening when I invoke the NSAlert method beginSheetModelForWindow:modalDelegate:didEndSelector:conextInfo. It seems that the method returns before calling and returning from the didEndSelector. To be more specific, I have subclassed the NSDocument method canCloseDocument: bec