Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!csd4.csd.uwm.edu!uxc.cso.uiuc.edu!uxc.cso.uiuc.edu!ux1.cso.uiuc.edu!uxa.cso.uiuc.edu!jpd00964 From: jpd00964@uxa.cso.uiuc.edu Newsgroups: comp.sys.next Subject: Re: ScrollView auto-update/resize Message-ID: <246300039@uxa.cso.uiuc.edu> Date: 16 Aug 89 06:21:00 GMT References: <481@mit-amt.MEDIA.MIT.EDU> Lines: 19 Nf-ID: #R:mit-amt.MEDIA.MIT.EDU:481:uxa.cso.uiuc.edu:246300039:000:911 Nf-From: uxa.cso.uiuc.edu!jpd00964 Aug 16 01:21:00 1989 /* Written 12:22 pm Aug 15, 1989 by tsui@silver.bacs.indiana.edu in uxa.cso.uiuc.edu:comp.sys.next */ > Here is another question concerning IB. How do I use the > objects created in the IB? I created a preference window for my application > and I want to get the switches and radiobuttons in this window and > connected them to an object defined in my application( IB knows > nothing about theis object), how do i do it? Are the names listed in > the IB browser varible names I can use in my own object? Any > suggestion welcome. Thanks in advance. /* End of text from uxa.cso.uiuc.edu:comp.sys.next */ Check out Chapter 7 of the NeXT dox. It is in the fourth example. Sorry to say, it is not on the on-line dox. In a nutshell, you create an object that knows all about your nib. You then access the object instead of the nib. Basically, add in one level of indirection. Michael Rutman Softmed