Customizing Save panel
Customizing Save panel
- Subject: Customizing Save panel
- From: "Paul J. Lucas" <email@hidden>
- Date: Thu, 3 Aug 2006 11:11:46 -0700 (PDT)
I have a customized NSSavePanel that offers the user more
options for saving a document. I have the custom stuff in a
nib file. One of the custom items is a pop-up menu. For one
selection of the menu, there are no additional user-settable
controls; for the other selections, there are more controls.
The way I have been doing this is to have a Custom View object
and then programmatically swapping the contents of the custom
view.
In peeking at other Mac applications, e.g., Safari, it has each
set of preferences as a seperate nib file.
So I'm wondering: is it better to do what I'm doing (have custom
and seperate views in the same nib file) or have a different nib
file for each view?
It would also be nice to have it so that the view switching
happens allo inside the nib and that I programatically don't
have to do anything.
Advice? Examples?
- Paul
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden