Re: Connecting Mulitple Nibs
Re: Connecting Mulitple Nibs
- Subject: Re: Connecting Mulitple Nibs
- From: Amul Goswamy <email@hidden>
- Date: Thu, 29 Apr 2004 12:50:24 -0700
Look at /Developer/Examples/InterfaceBuilder/SimpleMultiWindow
It will show you how to communicate from one nib to the other.
-Amul
On Apr 29, 2004, at 11:16 AM, Moray Taylor wrote:
Hi,
I have a simple question about using multiple nib files in my project,
at the moment I have 2 (3 if you count the MainMenu), MyDocument.nib
and Message.nib
Both operate perfectly, but how do I let one know about the other?
At the moment I am using NSWindowController to open Message.nib from
the MyDocument controller, everything instantiates fine, but I cannot
make contact, once I can go one way, I'll be able to go the other.
I gather from Apple's rather short explanation it's something to do
with File's Owner in the nib, but they don't seem to have a step by
step explantion.
My app is in Cocoa/Java but advice in Obj-C is most welcome too.
Thanks v much
Moray
_______________________________________________
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.
_______________________________________________
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.