nsdocument
Is NSDocument and CoreData a possible combination, or is NSPersistentDocument the only way?
I\'m making an application which creates course timetables for people at my school. This is the rough design I had in mind for the application:[详细]
2023-04-12 07:16 分类:问答Create NSArray of a folder subpaths
Is there a core method to create开发者_C百科 an array representation of a folder? I mean something like[详细]
2023-04-10 18:51 分类:问答Lion previous versions working for restore, but UI bindings not updated after performing restore
I\'m working on an app currently, and was scratching 开发者_运维问答my head thinking that previous versions wasn\'t working; however it turns out that closing the document window and re-opening after[详细]
2023-03-31 07:41 分类:问答How can I hide the save panel when I'm using a NSDocument
So I\'m trying to play around with WebKit and create my own browser.However, now I\'m kind of stuck where I can\'t hide the save panel when I try to close my window.I can\'t find any method in the NS开[详细]
2023-03-29 18:53 分类:问答Reverse engineering NSDocument file
I have an unsupported file format from an OS X program. It uses NSDocument, unfortunately the vendor won\'t help with the format - or allow export.[详细]
2023-03-28 02:07 分类:问答Can I write to the resource fork using NSDocument?
I\'d like to store some additional information along with a document, but I can\'t use bundles or packages, and I cannot store it inside the document itself.[详细]
2023-03-27 07:25 分类:问答Determine which button pressed in Save Panel in NSDocument based application
How should I determine which button is pressed (save, C开发者_如何学运维ancel) when the save dialog is dismissed in an NSDocument based application ? The save panel is the default provided by NSDocume[详细]
2023-03-26 23:02 分类:问答Passing data to a specific open NSDocument?
I have been having lots of trouble with this one. I need to have an NSViewController and an NSView pass integer\'s to a specific document. I really want it to pass the data to the document represented[详细]
2023-03-24 13:58 分类:问答"Global" model in NSDocument-based application
I have a NSDocument based application, which allows the user to send messages, after he has logged in.[详细]
2023-03-23 17:56 分类:问答Closing specific NSDocument instance with notifications
I have the following issue. I am trying to reproduce an XCode-开发者_运维技巧like \"new project\" workflow in a small IDE I build. For this I have a sheet that runs modal in the window created by the[详细]
2023-03-18 07:20 分类:问答