Re: open folders as documents

2009-01-13 Thread Kyle Sluder
On Tue, Jan 13, 2009 at 7:47 AM, Georg Seifert wrote: > But how I get hold of the open panel in a NSDocument app? Again, *please* read the documentation. The "The Roles of Key Objects in Document-Based Applications" section of the Document-Based Applications Overview guide describes who is respo

Re: open folders as documents

2009-01-13 Thread Kyle Sluder
On Tue, Jan 13, 2009 at 4:54 AM, Georg Seifert wrote: > I want to be able to select folders (with a certain extension, but no > registered file type) in the open dialog of a NSDocument app. Did you look at the documentation? -[NSOpenPanel setCanChooseDirectories] looks like it would be a very lo

open folders as documents

2009-01-13 Thread Georg Seifert
hello, I want to be able to select folders (with a certain extension, but no registered file type) in the open dialog of a NSDocument app. - Is there a possibility to register a filetype without loosing the ability to see the content in the finder (without selecting "show content")? - or