Re: multiple views with segmented control
Re: multiple views with segmented control
- Subject: Re: multiple views with segmented control
- From: Scott Anguish <email@hidden>
- Date: Wed, 17 Mar 2004 03:24:30 -0500
On Mar 17, 2004, at 3:05 AM, cauri wrote:
I have to say though, that I have already read that article (and done
that search) and it has not answered my question. Thanks for the
advice though.
Yeah, I'm not sure that the custom views article is really the
appropriate reference.
In this case you want to swap the contents of a view for the contents
of another view when the button is pushed. probably the easiest way to
do this is to put the views that swap into an NSTabView, and then have
the action of the NSSegmentedControl then change the TabView to the
appropriate view. since you won't want tabs, you can set the tab view
to hide them for you.
_______________________________________________
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.