Re: How to get a NSSavePanel feature in a NSOpenPanel
Re: How to get a NSSavePanel feature in a NSOpenPanel
- Subject: Re: How to get a NSSavePanel feature in a NSOpenPanel
- From: email@hidden
- Date: Mon, 6 Jan 2003 09:08:54 +0100
On lundi, janvier 6, 2003, at 02:25 AM, Scott Anguish wrote:
you could add an accessory view to your NSOpenPanel being used as
"choose". that could then contain a control to create the folder
On Sunday, January 5, 2003, at 08:08 PM, Quentin Mathi wrote:
Then I think it's not possible with Cocoa, but may be you can do it
with Carbon. Try to use the windowRef method from NSWindow on your
NSOpenPanel and customize it with the Navigation Services If that
doesn't work, you will need to use the Carbon Navigation Services
inside you Cocoa project to manage your open panel.
That's the only solution I'm currently seeing indeed. The problem with
this is that the button is going to to be centered which is not really
nice.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.