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
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
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
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
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
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
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???
I have a document-based app, and an AppController instantiated in IB.
The AppController needs a reference to the doc