Tagged Questions

4
votes
2answers
45 views

Is NSDocument the correct choice when most app 'documents' are not file-based?

I am writing a Mac Cocoa application that will manipulate database files, which can be easily be implemented using NSDocument technology, as they relate directly to disk files. However the majority ...
4
votes
3answers
127 views

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. The application is a text editor and I'd ...
3
votes
3answers
150 views

Check if file is open in any application

Is it possible to check if a file or bundle is opened by any Application? For example, lets say that I know that /Users/Foo/AwesomeDocument.txt exists and its open in TextEdit, can I reliable check ...
3
votes
1answer
64 views

Is there a better way to access the Document from its subviews?

I have some classes located on my Document such as NSNotificationCenter and NSUndoManager that I need access to from my subviews. Right now I can access them by doing something like this: ...
3
votes
1answer
304 views

NSDocument to hold a complete folder?

I ask sorry if this argument has already been covered, but after some research i found nothing precise. I need to make a document based application, where the document is actually not a single file ...
3
votes
1answer
591 views

How to inspect the responder chain?

I'm doing some crazy multiple documents inside a single window stuff with the document-based architecture and I'm 95% done. I have this two-tier document architecture, where a parent document opens ...
3
votes
1answer
142 views

Capturing Window Events in NSDocument

I have an document-based Cocoa application 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 relate them to my ...
3
votes
1answer
366 views

When should I extend NSDocument and when should I extend NSWindowController?

I've an application that holds a main window with a list of items, and from that window an undetermined number of windows can be opened. Each of those windows can hold several instances of a model ...
3
votes
4answers
750 views

Use ZIP-archives to store NSDocument data

I noticed that Apple started using zip archives to replace document packages (folders appearing as a single file in Finder) in the iWork applications. I'm considering doing the same as I keep getting ...
2
votes
3answers
41 views

NSDocumentController currentDocument returning nil

I'm working on my first Mac document-based application. I have subclassed NSDocument, reimplementing methods such as - (BOOL)readFromURL:(NSURL *)absoluteURL ofType:(NSString *)typeName ...
2
votes
1answer
72 views

How does NSDocumentController slot into my document based app?

I'm building my first serious Cocoa app. It is a document based app using Core Data for persistent storage. Using the Xcode "New project" template options, my project started with a couple of default ...
2
votes
1answer
71 views

How to add “normal” NSDocument logic to a modified project-based architecture?

I am planning to create a project-based Mac application. It has its own project file format and is currently able to read and handle it. That's already the problem of the whole story: I open the ...
2
votes
1answer
151 views

Bring all NSDocument windows to front when opened

In most systems, the default behaviour for "open a new window" is that it appears at the front. This doesn't happen in Cocoa, and I'm trying to find the "correct" way to make this standard behaviour. ...
2
votes
1answer
218 views

Adding an accessory view to an NSDocument's save panel in addition to its own file type popup button

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 ...
2
votes
4answers
426 views

Printing an NSDocument

I'm trying to print a document. The document is an array of NSImageReps, or a single NSPDFImageRep, which has multiple pages. I'm having trouble figuring out how to use the NSPrintOperation class to ...
2
votes
1answer
153 views

How to associate an action to a keyboard shortcut?

I've an IBAction that calls up a panel. I want to invoke that action with a keyboard shortcut but I'm at a loss on how to do it. I guess one way of doing it would be to create a menu item, associate ...
2
votes
2answers
1k views

Multiple Documents in a Single Window in Cocoa

I want to write an application which may have multiple documents in a single window via a tabbed interface. Should I avoid the NSDocument architecture (the Cocoa Document-based Application template)? ...
1
vote
0answers
28 views

Bug in Cocoa document-based app with the window's document icon popup menu

I have a document-based app that supports Versions and Autosave. When you click the proxy icon, a popup menu appears like in any other document app, too: You notice this weird NSMenuItem item? It's ...
1
vote
0answers
32 views

Saving an NSTableView selection in NSDocument using bindings

I have the following set-up: an NSTableView bound to an ArrayController for both Content and SelectionIndexes the ArrayController's SelectionIndexes are bound to an NSIndexSet property in my ...
1
vote
1answer
119 views

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: I'd like my NSDocument subclass to represent an ...
1
vote
1answer
78 views

Sharing an object for binding (specifically an NSDocument) between various views / nibs

I'm writing an application for OSX (Lion) using Xcode 4. Hitting a bit of a wall with this one and the internet has thus-far proved not particularly helpful. I have a document defined, as well as ...
1
vote
1answer
53 views

Determine which button pressed in Save Panel in NSDocument based application

How should I determine which button is pressed (save, Cancel) when the save dialog is dismissed in an NSDocument based application ? The save panel is the default provided by NSDocument when save is ...
1
vote
1answer
55 views

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 ...
1
vote
1answer
66 views

Saving a cocoa doc from outside NSDocument class

During my app workflow there is a moment when a new modal NSWindow is initialized from a nib. This window should have a save document button. Which is the recommended approach: Via a new NSSavePanel ...
1
vote
2answers
422 views

Call IBAction in different class

My document based application has a window with a tableview. The tableview has a datasource which points to a class of type NSObject (called HopBill) which includes a NSMutableArray (aHopBill) and the ...
1
vote
1answer
55 views

In a document based application does a document have to represent a file?

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. In all the examples I have seen, The NSDocument subclass always ...
1
vote
3answers
182 views

Sharing NSDocument subclass between multiple NSWindowControllers

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 ...
1
vote
1answer
92 views

Cocoa and executable files

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 'execute' permission. These files usually do not have a file extension, so I don't ...
1
vote
1answer
232 views

Prevent Opening new NSDocuments and show a warning message

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, ...
1
vote
1answer
470 views

Cocoa/Obj-C - Open file when dragging it to application icon

Currently there is a button on my app inteface which allow to open a file, here is my open code: In my app.h: - (IBAction)selectFile:(id)sender; In my app.m: @synthesize window; - ...
1
vote
3answers
345 views

Should I use an NSViewController for this?

I want my application to have a single document but several screens without resorting to several windows. What's the best way to achieve this? I'm thinking of using a single NSPersistentDocument that ...
1
vote
2answers
328 views

How to properly save a QTMovie after editing using QTKit?

I am making minor edits to a QTMovie in an application using NSDocument architecture (such as adding a track, as shown below). After the edit, I want to save to the original file. However, I keep ...
1
vote
2answers
232 views

The document “Untitled” could not be saved as “Untitled”

I am trying to develop a document based mac app using this Apple walkthrough and I am having issues saving the file (the final step).  The error that I am getting after I try to save a file is: The ...
1
vote
2answers
450 views

NSURL → NSImage → NSImageView

I am playing with AppKit and NSDocument and I don't know why this is not working?: I just wrote this and image is not nil but never loads any image, its size is always zero. Is this the correct ...
1
vote
2answers
317 views

Prevent warning when NSDocument file is (programatically) renamed

My application allows the user to rename documents that are currently open. This is trivial, and works fine, with one really annoying bug I can't figure out. When a file is renamed, AppKit (kindly) ...
1
vote
0answers
135 views

Looking to introduce tabs to document-based application, ideas?

I have a document based application, that so far simply edits documents with a new window for each document. I'm now adding the ability to create a project, which is a document in itself. That ...
1
vote
1answer
274 views

applicationDidFinishLaunching: executing after NSDocument is loaded from NIB

Maybe I'm coming at this the wrong way, but in my application I have loadable bundles that add NSMenuItem entries to the main menu. I loop over all the bundles and determine what menu items to add, ...
1
vote
1answer
91 views

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. The application I'm building will require a loadable bundle for each type of file it ...
1
vote
2answers
225 views

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 ...
1
vote
1answer
160 views

Delaying Cocoa NSDocument creation at startup

I have a document-based Cocoa application that has to start up a sub-process before running. It would be best if that process could finish starting up before I display any document windows. I get a ...
1
vote
1answer
85 views

Getting Notifications of isDocumentEdited

is it possible to bind/get notifications of the isDocumentEdited property of NSDocument without calling the will/didChangeValueForKey: methods on every change?
1
vote
2answers
481 views

How do I dismiss an NSPanel when creating or opening a new document?

I am working on a document-based Cocoa application. At startup, the user is presented with a "welcome panel" (of type NSPanel) with buttons for common actions like "Create New Document" and "Open ...
1
vote
2answers
145 views

How can I save an NSDocument concurrently?

I have a document based application. Saving the document can take a few seconds, so I want to enable the user to continue using the program while it saves the document in the background. Due to the ...
1
vote
1answer
103 views

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 override one reading and one writing method. If I'm ...
1
vote
1answer
174 views

Let the user choose what type of document to open

I'm creating an NSDocument application, with two document types: Website and Web Service. This is in my Info.plist: <key>CFBundleDocumentTypes</key> <array> <dict> ...
1
vote
1answer
101 views

Shutting down multithreaded NSDocument

I have an NSDocument-based Cocoa app and I have a couple of secondary threads that I need to terminate gracefully (wait for them to run through the current loop) when the users closes the document ...
1
vote
1answer
314 views

WebView Cocoa control crashing on window close

I get a crash in WebEditorClient::clearUndoRedoOperations which is trying to access -[WebView(WebViewEditing) undoManager] when I close the main window of an NSDocument that contains a webview with a ...
1
vote
1answer
925 views

NSDocument architecture pros and cons

Does anybody have any NSDocument pros and cons they'd like to share? In particular: Once you depend on the NSDocument architecture, is it difficult to refactor it out if you need to? Are there ...
1
vote
1answer
553 views

Enabling Save for an NSDocument

I am using an NSDocumentController subclass to do some custom stuff when I create my NSDocuments. The strange thing is that when the document is created, the Save option in the menu is disabled. The ...
0
votes
1answer
15 views

Get associated NSDocument for window

How do I properly retrieve the NSDocument associated with the document window? I need the NSDocument as data source for displaying data in the window. Do I have to iterate over all open documents and ...

1 2