Tagged Questions
2
votes
2answers
431 views
How to get notified when NSWindow closes
how can I take notice when an NSWindow should or will get closed? I'd like to have something like the windowWillClose. Unfortunately NSWindowController does not have as much convenient methods as ...
0
votes
1answer
199 views
Closing a document's window and opening a new one, without closing the document
My app is document-based, but the “document” consists of two folders, not one file. The document's initial window contains a couple of file pickers and a button; the action closes that window and ...