Re: NSViewController and View Swapping

2008-07-14 Thread Brad Gibbs
Thanks for the quick response and the links. NSTabView with tabs on the bottom is exactly what I'm looking for, except, I'm writing a fullscreen app with stylized NSImage buttons, rather than tabs. I'm still looking through the ViewController sample code. Given the number of single

Re: NSViewController and View Swapping

2008-07-14 Thread Brad Gibbs
OK, thanks for the tip. I think this will work well for the situation I described. But, that screen (with its tab view and all of the custom views to be made available from within the tab view) is one of several screens like it. The other tab views will contain different numbers of tabs.

Re: NSViewController and View Swapping

2008-07-13 Thread Nathan Kinsinger
On Jul 13, 2008, at 11:15 PM, Brad Gibbs wrote: I'm trying to create a Cocoa app with a single window with a number of views that get swapped in and out, using an NSViewController for each of the views. I have a series of buttons along the bottom of the UI in a custom view, and another