Re: whether to use NSSavePanel or something else
Re: whether to use NSSavePanel or something else
- Subject: Re: whether to use NSSavePanel or something else
- From: Nate Weaver <email@hidden>
- Date: Mon, 19 May 2008 11:15:00 -0500
If you just want to let them choose a folder, use NSOpenPanel (calling
-setCanChooseFiles:NO and -setCanChooseDirectories:YES on the save
panel before displaying it).
On May 19, 2008, at 11:04 AM, Nick Rogers wrote:
Hi,
I have to let the user browse thru the filesystem and choose a
directory for saving some data.
So is NSSavePanel right for the job or there is something else too.
cause from what I gather NSSavePanel requires to type in a fileName
and then returns the path to that file.
Where as I don't want the fileName typing field in the save panel.
WIshes,
Nick
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden