nsdocument
How to access items in the main nib from a document nib?
I\'m making an NSDocument-based application in which I have an inspector window. This inspector window is part of Pwnshop.nib which is my开发者_JAVA技巧 main nib. I have another nib called \'Document.[详细]
2023-01-23 03:33 分类:问答Capturing Window Events in NSDocument
I have an document-based Cocoa appl开发者_Python百科ication with a TextView and I would like to capture clicks on it, so I\'m trying to intercept Window events like mouseDown, mouseUp, etc. then relat[详细]
2023-01-22 19:53 分类:问答Allow bundles/plugins to add to Cocoa application's supported document extensions?
In a Document-based Cocoa application, handled file extensions are listed in the application\'s Info.plist file.[详细]
2023-01-21 06:13 分类:问答Binding to array controller in another nib for inspector window
Binding a popup menu to an array controller with the path selection.type works fine. Binding a popup menu to a document controller with the path currentDocument.arrayController.selection.type works o[详细]
2023-01-21 05:40 分类:问答Recipe for making Cocoa NSDocument packages play well with svn?
I have a tool that writes package-style documents. It\'s implemented using NSDocument and overrides the following NSDocument methods:[详细]
2023-01-13 10:58 分类:问答Getting Notifications of isDocumentEdited
is it possible to bind/get notifications of the isDocumentEdited property of NSDocument witho开发者_C百科ut calling the will/didChangeValueForKey: methods on every change?Override -updateChangeCount:[详细]
2023-01-11 01:32 分类:问答NSDocument vs sqlite records
I\'m developing a cocoa application that could be used to manage customer and employee details in a small business.[详细]
2023-01-11 01:06 分类:问答The correct file location to store a plist on device
What is the correct filepath to store a plist on the device. I read this in a tutorial which will work for the computer, would like to know the file location for the device.[详细]
2023-01-07 04:09 分类:问答BNRPersistence on the iPhone, and NSDocument
I\'m trying to get BNRPersistence running in an iPhone app, but I\'m having a problem that I have no id开发者_StackOverflow社区ea how to solve. Keep in mind I\'m relatively new to iPhone dev.[详细]
2022-12-28 18:10 分类:问答Do I need to override the writing methods of NSDocument in subclasses for an application that will only be a viewer for files
I think I may be missing the obvious but I\'m not sure. The section on subclassing NSDocument in the docs states that subclasses of NSDocument must 开发者_JS百科override one reading and one writing m[详细]
2022-12-24 16:27 分类:问答
加载中,请稍侯......