Re: How to choose file without extension in NSOpenPanel
Re: How to choose file without extension in NSOpenPanel
- Subject: Re: How to choose file without extension in NSOpenPanel
- From: Jim Correia <email@hidden>
- Date: Sat, 19 Jan 2002 22:32:29 -0500
On Saturday, January 19, 2002, at 10:08 PM, Joe Chan wrote:
Personally, what I would like to have in NSOpenPanel is to have a
delegate method that let me decide what is selectable and what is not,
in addition to be able to pass in an NSArray.
NSOpenPanel is a subclass of NSSavePanel. NSSavePanel has a delegate
method for what you desire
<
http://developer.apple.com/techpubs/macosx/Cocoa/Reference/ApplicationKit/
ObjC_classic/Classes/NSSavePanel.html#//apple_ref/occ/instm/NSSavePanel/panel:
shouldShowFilename:>
Jim