Re: Disable NSSavePanel's New Folder button dynamically?
Re: Disable NSSavePanel's New Folder button dynamically?
- Subject: Re: Disable NSSavePanel's New Folder button dynamically?
- From: Kevin Wojniak <email@hidden>
- Date: Tue, 5 Oct 2010 11:43:09 -0700
You know, I thought I was using that method all this time, but it seems I was using setCanChooseDirectories: instead, and even my email indicated that.
It's been a long morning ;-)
Thanks.
On Oct 5, 2010, at 11:35 AM, Sherm Pendley wrote:
> On Tue, Oct 5, 2010 at 2:17 PM, Kevin Wojniak <email@hidden> wrote:
>> I'm assuming the answer is no, as I've looked over the documentation, but just incase I missed something: is there a way to prevent NSSavePanel's "New Folder" button from being enabled on the fly?
>
> [thePanel setCanCreateDirectories:NO];
>
> sherm--
>
> --
> Cocoa programming in Perl:
> http://camelbones.sourceforge.net
_______________________________________________
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