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