document-based
Lion Resume when Closing Docs without Quitting App
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.[详细]
2023-04-09 00:14 分类:问答In a document based cocoa app, who's in charge?
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[详细]
2023-03-30 11:06 分类:问答Delete RavenDB collection
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[详细]
2023-03-28 01:31 分类:问答Single Document Interface document based cocoa application
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.[详细]
2023-03-25 20:08 分类:问答NSDocument window controller and outlet instantiation
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[详细]
2023-03-22 21:45 分类:问答Centering a document window
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[详细]
2023-03-04 15:17 分类:问答Working with the frontmost window's controls in a document-based app?
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[详细]
2023-02-10 23:51 分类:问答cocoa document based application with shared windows?
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社[详细]
2023-01-22 15:51 分类:问答Starting a Cocoa document-based application shows selection window first
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[详细]
2023-01-19 06:00 分类:问答Cocoa CoreData and non-Document-Based Application
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.[详细]
2023-01-07 11:12 分类:问答