Re: CustomView and nib file
Re: CustomView and nib file
- Subject: Re: CustomView and nib file
- From: "M. Uli Kusterer" <email@hidden>
- Date: Mon, 29 Sep 2003 23:55:51 +0200
At 23:35 Uhr +0200 29.09.2003, Jacques wrote:
But, after loading and displaying one of this nib file, if I use the
first tab, there is on my window the loaded controls AND the controls
for the first tab.
You're probably adding your new controls to the window, instead of
making them children of the tab item. There is a subview of the
NSTabView* for each tab, which is shown/hidden as needed. Make your
newly-loaded controls subviews of that one.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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.