Re: Custom NSSavePanel
Re: Custom NSSavePanel
- Subject: Re: Custom NSSavePanel
- From: Quincey Morris <email@hidden>
- Date: Sat, 6 Nov 2010 13:52:48 -0700
On Nov 6, 2010, at 13:36, Stephen Blinkhorn wrote:
> I'd like to add a couple of options in an NSSavePanel so a user can specify the type of sound file to save a document as, e.g. AIFF, WAV etc and also a quality e.g. 24 or 16 bit. Is it possible to add a couple of NSPopUpMenu controls to NSSavePanel or is it necessary to build a custom dialog using NSFileManager or similar?
See -[NSSavePanel setAccessoryView]:
http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/NSSavePanel_Class/Reference/Reference.html
http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/AppFileMgmt/Articles/ManagingAccessoryViews.html
_______________________________________________
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