Re: applicationShouldOpenUntitledFile question

2008-08-11 Thread Seth Willits
On Aug 11, 2008, at 8:57 PM, vince wrote: I'm using the following to allow the user to run my NSPersistentDoc application with or without opening an empty document at launch (set with a check box preference setting). I want to add a second optional preference that runs the previously opened

applicationShouldOpenUntitledFile question

2008-08-11 Thread vince
I'm using the following to allow the user to run my NSPersistentDoc application with or without opening an empty document at launch (set with a check box preference setting). I want to add a second optional preference that runs the previously opened (saved) document. I think I need to use the sane