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
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