Re: Renaming the "Cancel" button for NSOpenPanel
Re: Renaming the "Cancel" button for NSOpenPanel
- Subject: Re: Renaming the "Cancel" button for NSOpenPanel
- From: m <email@hidden>
- Date: Sat, 17 Mar 2007 14:47:39 +0200
On Mar 16, 2007, at 11:58 PM, Theodore H. Smith wrote:
I've got an app, that's using NSOpenPanel to choose folders. We
allow the user to choose where they export their files to.
But if they press cancel, we'll just export the file to a default
location. It's not a save feature, it's an export feature.
Anyhow, so this I think is misleading. It's not really "cancelling"
the export, it's "using the default location".
Can I rename the cancel button, to "Use Default Location" in
NSOpenPanel?
Eh, so how would the user cancel then?
A better design would be to open the panel to the default location.
Then your export operation exports to the default location by default
(heh heh), and you preserve the ability to cancel (thus not violating
users' expectations).
_murat
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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