Skip navigation.
 
mlRe: Tab view or embedded custom views?
FROM : Ricky Sharp
DATE : Mon Apr 11 22:25:56 2005

On Apr 11, 2005, at 2:59 PM, Austin Sarner wrote:

> I'm working on something that has various 'sections,' which are
> swapped with an NSSegmentedControl.  For the content that is being
> swapped, should I control an invisible tab view or perhaps swap out
> custom views - and if so, how do you swap out a view for another?


Definitely use a tabless (invisible) tab view.

You could then bind the index of the segmented control to the index of
the tab view.  I do this all the time with radio-button sets and
invisible tab views.

___________________________________________________________
Ricky A. Sharp        mailto:<email_removed>
Instant Interactive(tm)  http://www.instantinteractive.com

Related mailsAuthorDate
mlTab view or embedded custom views? Austin Sarner Apr 11, 21:59
mlRe: Tab view or embedded custom views? Ricky Sharp Apr 11, 22:25