Re: window with a lot of controllers
Re: window with a lot of controllers
- Subject: Re: window with a lot of controllers
- From: Ondra Cada <email@hidden>
- Date: Mon, 10 May 2004 16:51:39 +0200
Denis,
On 10.5.2004, at 16:21, Denis Queffeulou wrote:
>
I wonder if it is possible with Cocoa to create GUI interfaces windows
>
programmatically (like in Java) ?
Sure it is (although I am not that sure how much like Java it is ;)
>
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.
>
If it's possible, is there an example of such procedure ?
I am not sure, but you don't need them: it all works first time exactly
as documented.
---
Ondra Hada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.