• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Customizing Save panel
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Customizing Save panel


  • Subject: Re: Customizing Save panel
  • From: "Shawn Erickson" <email@hidden>
  • Date: Thu, 3 Aug 2006 11:16:59 -0700

On 8/3/06, Paul J. Lucas <email@hidden> wrote:
        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?

Likely one nib is sufficient but the real answer to that aspect of the quest depends on how you want to implement things... that can feedback into who best to split things up, possible across a nibs.

Consider using a tabless tab view with each tab in that view matching
a selection option of popup menu. The popup menu could then drive the
selection of the tab to show.

-Shawn
_______________________________________________
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


  • Follow-Ups:
    • Re: Customizing Save panel
      • From: "Paul J. Lucas" <email@hidden>
References: 
 >Customizing Save panel (From: "Paul J. Lucas" <email@hidden>)

  • Prev by Date: Customizing Save panel
  • Next by Date: Re: NSTableView and End Editing notifications
  • Previous by thread: Customizing Save panel
  • Next by thread: Re: Customizing Save panel
  • Index(es):
    • Date
    • Thread