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
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
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