Top "Document-based" questions

Document-based application design enables users to create and manage documents containing their data.

Wait for [NSAlert beginSheetModalForWindow:...];

When I display an NSAlert like this, I get the response straight away: int response; NSAlert *alert = [NSAlert alertWithMessageText:... ...]; response = […

cocoa macos alerts document-based
Cocoa: Key down event on NSView not firing

I have made a custom NSView and have implemented the keyDown: method. However, when I press keys the method is …

cocoa keydown document-based