show/hide this revision's text 2 m

Have you subclassed NSWindowController?

When I do this, I use an NSWindowController called MyWindowController and call initWithWindowNibName: in the subclass's init

And then , set File's Owner to point to the MyWindowController subclassclass.

show/hide this revision's text 1

Have you subclassed NSWindowController?

When I do this, I use an NSWindowController called MyWindowController and call initWithWindowNibName: in the subclass's init

And then , set File's Owner to point to the MyWindowController subclass.