Document-based application design enables users to create and manage documents containing their data. In cocoa, this is enabled via the "document architecture" subsystem which provides inbuilt support for applications that manage documents.
Questions tagged [document-based]
112 questions
0
votes
1 answer
Delay document closing
I have a document based application and when the application is closed, I need to load a url in a web browser. It's working fine, except that the NSDocument closes before this page can be loaded.
I would need it to wait 200 ms and then close the…

sharkyenergy
- 3,842
- 10
- 46
- 97
0
votes
1 answer
opening a document opens a old version of my app
I have a document based application.
If i open a saved file via double click on the file then a old version of my program (that I removed from the system) is opened instaed of the newer one. The application is a stand alone application.
How can i…

sharkyenergy
- 3,842
- 10
- 46
- 97
0
votes
1 answer
dataOfType not called in lion document based application
Almost same to this issue.
I'm creating a new document based application for OS X Lion.
This document says, I must override dataOfType:error: and readFromData:ofType:error: in a subclass of NSDocument to read / write files, so I added these methods…

fish potato
- 5,319
- 6
- 27
- 32
0
votes
1 answer
Document-based app in one window
I need to develop a simple document-based application but using only one window, the documents should open in views separated by tabs.
How can I achieve it?
goo
0
votes
2 answers
iOS 4 Document-Based Applications
I need to create an application capable to modify and manage files on IOS.
With IOS 5 is "easy" to create a Document-Based Application, but I need to support IOS 4 too.
Anyone knows if there is a way to create a Document-Based Applications in IOS…

mt81
- 3,288
- 1
- 26
- 35
0
votes
0 answers
NSTableView in document based app empty
I'm working on an OSC document based app.
I have a "static" NSTableView in a xib file associated to my document.
The table view is bound with a NSObject class that is initialized when I create an OSC connection (so there's no "didLoadNib" method…

Benoît Lahoz
- 1,270
- 1
- 18
- 43
-1
votes
1 answer
bind arrayControlle to NSViewControllerr in Document-based cocoa app cause the NSViewControllerr init(code :) called many times
I am develop a Document-based cocoa app use coredata,I bind NSViewController to NSArrayController like this :
https://developer.apple.com/library/archive/qa/qa1871/_index.html ,
,when I save some NSManagedObject in a document and then read data…

Princekin
- 696
- 9
- 18