I\'m dipping my feet into Cocoa for the first time. Here\'s a simple question. OS X Lion supports Resuming of window state when an app is terminated and relaunched. Okay, good and fine.
According to the Document-Based Applications Guide, there should be a DocumentController, a Document, and a WindowController. What I am having trouble with is learning to judge where a given responsib
I need to delete a whole collection of documents in Raven DB. Deleting one by one (documents) is not a wise choice. 开发者_如何学编程Is there a way I can do this easily?You can do a set based operatio
Is there a way to create Single Document Interface (SDI) document based cocoa application? I dont want user to open multiple d开发者_如何学Cocuments at once.You can do this, it isn\'t too bad.
I have what it seems to be a weird problem with an instance of a document window controller. I have a document-based application with a custom window controller inited from overridden makeWindowContro
I am writing a core data, document based app. I a开发者_C百科m trying to center the document\'s window. I have tried calling the following code from the document\'s makeWindowControllers method, from
I\'ve scanned the documentation and googled fairly extensively and found nothing on this subject. What I\'m needing to do is interact with a specific instance of one of my NSWindows - that is, one cr
I\'m developing a document based app. Each document has three windows (and hence three window controllers). I\'d like to set it up so that two of the three windows are shared betw开发者_StackOverflow社
This seems like it should be easy yet I must be missing something.I have a document-based application.I have also built a new XIB that has a NSTableView and three buttons on it that I intend to displa
i have a Problem wich drives me crazy... I want to \"write\" a Cocoa CoreData Application, write is not the exact term, bec开发者_开发知识库ause the Application should be created with Bindings.