Re: -[NSApp orderOut:] leaves custom sheet in -orderedWindows

2012-05-14 Thread Jerry Krinock
On 2012 May 09, at 14:20, Sean McBride wrote: > Are you using GC? No. I never liked GC and decided not to use it – one of the few smart decisions I've made :)) > Sounds a bit like something I saw the other day. I close a window and > "shortly" after invoke [NSApp windows] and lo and behold

Re: -[NSApp orderOut:] leaves custom sheet in -orderedWindows

2012-05-09 Thread Sean McBride
On Sat, 5 May 2012 10:27:56 -0700, Jerry Krinock said: >Mac app here, 10.7. > >• Show a custom sheet (window) on a document window. >• Send it an -orderOut: >• Send [NSApp endSheet:returnCode:] > >Expected Result: >• Sheet should be completely removed from [NSApp orderedWindows]. > >Actual Result:

Re: -[NSApp orderOut:] leaves custom sheet in -orderedWindows

2012-05-05 Thread Jerry Krinock
This is probably on the way to being solved. It looks like my custom sheet's window controller is hanging around too. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contac