Minimizing Sheets

2008-10-17 Thread Gerriet M. Denkmann
I have an app which overrides -[NSWindow miniaturize:] in a category (to avoid crowding the dock). Works perfectly, but... If this window being minimized has a sheet attached (attachedSheet is non-nil) this will be lost on deminiaturizing. But the modal loop is still running, waiting for

Re: Minimizing Sheets

2008-10-17 Thread Jason Coco
On Oct 17, 2008, at 06:03 , Gerriet M. Denkmann wrote: I have an app which overrides -[NSWindow miniaturize:] in a category (to avoid crowding the dock). Works perfectly, but... If this window being minimized has a sheet attached (attachedSheet is non-nil) this will be lost on deminiatur

Re: Minimizing Sheets

2008-10-17 Thread Gerriet M. Denkmann
On 17 Oct 2008, at 15:57, Jason Coco wrote: On Oct 17, 2008, at 06:03 , Gerriet M. Denkmann wrote: I have an app which overrides -[NSWindow miniaturize:] in a category (to avoid crowding the dock). Works perfectly, but... If this window being minimized has a sheet attached (attachedShee

Re: Minimizing Sheets

2008-10-17 Thread Kyle Sluder
On Fri, Oct 17, 2008 at 6:03 AM, Gerriet M. Denkmann <[EMAIL PROTECTED]> wrote: > I have an app which overrides -[NSWindow miniaturize:] in a category (to > avoid crowding the dock). I would be very surprised if you ever got this working. The windowing system is more complicated than NSWindow wou