Re: window with a lot of controllers
Re: window with a lot of controllers
- Subject: Re: window with a lot of controllers
- From: Denis Queffeulou <email@hidden>
- Date: Mon, 10 May 2004 17:24:37 +0200
It's because if I have a GUI with MANY controllers (many tabs with
many NSSliders), I think it would be very time consuming to do the
bindings between outlets and GUI component in Interface Builder (very
tedious).
Normally, you prepare just one tab in its own NIB, and load it as many
times as you need (see also the new NSNib class). It is *ways* more
convenient than creating widgets programmatically.
but you have to create at least one tab (or window) in IB.
And I have to do so for all the different tabs ?
Ok, it can be easier (I have at least 8 tabs of type 1 and 8 tabs of
type 2...).
But I don't see exactly how to create only one tab in a NIB with IB
without create a window !?
And what about the controller class, I have to instanciate one
controller class for each tab ?
I'm newbie, and my bigger app is a little document based with "static" GUI.
Thanks,
I have to look further into the details
--
Denis
_______________________________________________
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.