Re: Opening a file but not associating with NSDocument

2016-05-20 Thread Jerry Krinock
> On 2016 May 19, at 23:40, Rick Mann wrote: > > By "Reader," do you mean "Viewer?" I see no "Reader" option. Yes, I remembered the wrong word. English is so redundant. :) > Also, what do you mean "have no windows?" I just don't create anything in > -makeWindowControllers? Correct. > I'm c

Re: Opening a file but not associating with NSDocument

2016-05-19 Thread Rick Mann
> On May 19, 2016, at 22:16 , Jerry Krinock wrote: > > >> On 2016 May 19, at 16:13, Rick Mann wrote: >> >> I have a complex NSDocument with lots of files. One of those files is has a >> .mfst extension. If the user double-clicks one of those files, I want my app >> to create my NSDocument s

Re: Opening a file but not associating with NSDocument

2016-05-19 Thread Jerry Krinock
> On 2016 May 19, at 16:13, Rick Mann wrote: > > I have a complex NSDocument with lots of files. One of those files is has a > .mfst extension. If the user double-clicks one of those files, I want my app > to create my NSDocument subclass, and then call a method on it to read the > contents o