Re: just don't get it...

2008-07-17 Thread Michael Ash
On Thu, Jul 17, 2008 at 5:35 PM, j o a r <[EMAIL PROTECTED]> wrote: > > On Jul 17, 2008, at 2:24 PM, Nick Zitzmann wrote: > >>> How on earth to I communicate with an object that has been instantiated >>> by Interface Builder??? >> >> Declare an IBOutlet pointer connecting an instantiated class to t

Re: just don't get it...

2008-07-17 Thread j o a r
On Jul 17, 2008, at 2:24 PM, Nick Zitzmann wrote: How on earth to I communicate with an object that has been instantiated by Interface Builder??? Declare an IBOutlet pointer connecting an instantiated class to the instantiated object. Then read the instantiated class's header file into I

Re: just don't get it...

2008-07-17 Thread James Maxwell
oops. I accidentally replied directly to the excellent chap who helped me out... Just so nobody wastes any time answering this again -- NSDocumentController did the trick! J. On 17-Jul-08, at 2:21 PM, Jeff C wrote: NSDocumentController has what you're looking for. Check out the routines

Re: just don't get it...

2008-07-17 Thread Andy Lee
On Jul 17, 2008, at 5:24 PM, Nick Zitzmann wrote: On Jul 17, 2008, at 3:14 PM, James Maxwell wrote: Sorry folks, but there are things about IB that just don't make sense to me. How on earth to I communicate with an object that has been instantiated by Interface Builder??? Declare an IBO

Re: just don't get it...

2008-07-17 Thread Shawn Erickson
On Thu, Jul 17, 2008 at 2:14 PM, James Maxwell <[EMAIL PROTECTED]> wrote: > Sorry folks, but there are things about IB that just don't make sense to me. > > How on earth to I communicate with an object that has been instantiated by > Interface Builder??? If you talking about an object instantiated

Re: just don't get it...

2008-07-17 Thread Nick Zitzmann
On Jul 17, 2008, at 3:14 PM, James Maxwell wrote: Sorry folks, but there are things about IB that just don't make sense to me. How on earth to I communicate with an object that has been instantiated by Interface Builder??? Declare an IBOutlet pointer connecting an instantiated class to