I have a开发者_运维问答 CoreData / NSPersistentDoc app. It works fine. I added a new entity to the MOM, and updated the version.
I am about 90% sure my program would benefit from using the document framework in Cocoa but there is one thing that I am unsure of.
I have a application that isn\'t currently a document-based application (because I thought it would be more trouble than its worth). However I\'ve been thinking it may possibly be worth it now, but th
ALM is great. But I can\'t get it to work on a project that uses Core Data with NSDocument. It seems that ALM is disabled by default.
I have an NSDocument based application that can save to multiple file types, so when saving a document, NSDocument helpfully adds a pop-up button to the save panel as its accessory view that lets the
Hey, I am writing a Cocoa app for Mac OS X and I want it to be able to open executable files. That is, files with the \'e开发者_如何转开发xecute\' permission. These files usually do not have a file ex
I have a menu item whose state should depend on whichever NSDocument is open.From my understanding, to make its state change dynamically I should use the NSMenu delegate method menuNeedsUpdate:.
In Xcode, the Resources folder links to the NSDocumentsFolder of the ap开发者_开发问答p? Or what else?
I have an NSDocument based app in which I want to limit the number of documents open at the same time (for a Lite version). I just want to have n documents, and if the user tries to open more than n,
I have a core data document based cocoa app that is working well except for one slightly odd problem.