Re: window with a lot of controllers
Re: window with a lot of controllers
- Subject: Re: window with a lot of controllers
- From: Marc Pergand <email@hidden>
- Date: Mon, 10 May 2004 22:08:14 +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).
Instead to define an outlet for each of your controls, you can use a
tag number in IB and retrieve them with the viewWithTag method of
NSView.
_______________________________________________
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.