Re: NSTabView Question
Re: NSTabView Question
- Subject: Re: NSTabView Question
- From: Andreas Mayer <email@hidden>
- Date: Fri, 2 Apr 2004 04:28:31 +0200
Am 02.04.2004 um 03:48 schrieb Bruce Truax:
I have certain
interface elements like radio buttons and text entry boxes which are
the
same on multiple tabs.
Sounds like a bad ui decision.
If a parameter doesn't differ between those different sets you are
switching, you probably shouldn't put it on the tab view.
is there some way to make an
element with the same IBOutlet appear on say 3 out of 5 tabs?
Not that I know of. You could move the views when switching tabs. But
simply duplicating them might be easier.
Andreas
_______________________________________________
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.