Re: window does not seem to respond to orderOut:

2009-06-02 Thread Robert Olivier
Never mind ... silly newbie mistake .. didn't have the window outlet set in IB. rjo On Jun 2, 2009, at 8:15 PM, Robert Olivier wrote: I'm implementing a shared inspector and following the guidance at http://borkware.com/rants/inspectors/ I have a method in my NSWindowController subclass: -

window does not seem to respond to orderOut:

2009-06-02 Thread Robert Olivier
I'm implementing a shared inspector and following the guidance at http://borkware.com/rants/inspectors/ I have a method in my NSWindowController subclass: - (void) toggle { if(!visible) { visible = true; [self setDocument: [[NSDocumentController sharedDocumentControlle