Top "Nswindowcontroller" questions

A NSWindowController object manages a window, usually a window stored in a xib file.

Event for Red Close button of NSWindowController

How can I handle an event where I click on the red close button of a NSWindowController? Reason for asking …

cocoa event-handling nswindowcontroller
close event NSWindow

I have an application, where a second NSWindow is opened by pressing a button. This new window is opened using […

objective-c nswindow nswindowcontroller
How to close a window (unload a NIB)?

I have a custom NSWindowController subclass that loads a NIB file during initialization like this: self = [super initWithNibNamed:@"myNib"]; if (…

cocoa nib nswindowcontroller
How to Display and Manage a Simple Application-Modal Dialog in Cocoa

I am not sure I am doing things the right way, or if I have it all hacked up. I …

objective-c cocoa modal-dialog xib nswindowcontroller