On Mar 5, 2012, at 10:01 PM, Gideon King wrote:
> Ah, of course - silly me. Working on assumptions instead of using my eyes.
>
> So the relevant code is this:
>NSMapInsertKnownAbsent(windowsForSheets, sheet, docWindow);
> and seeing as windowForSheets is created with:
>windowsFor
Ah, of course - silly me. Working on assumptions instead of using my eyes.
So the relevant code is this:
NSMapInsertKnownAbsent(windowsForSheets, sheet, docWindow);
and seeing as windowForSheets is created with:
windowsForSheets = NSCreateMapTable(NSObjectMapKeyCallBacks,
NSOb
-[OAApplication
beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo:]
That's definitely not part of Cocoa! You have the source. Dig in to find the
problem.
On 5 Mar 2012, at 15:15, Gideon King wrote:
> Hi, I am getting occasional reports of an exception from users of my
> softw