Re: regarding nib files.
Re: regarding nib files.
- Subject: Re: regarding nib files.
- From: Raphael Sebbe <email@hidden>
- Date: Fri, 31 Aug 2001 11:38:35 +0200
On Friday, August 31, 2001, at 11:17 AM, Annie Felix wrote:
Hi
1.Can there be more than one window in a nibfile.
If so how do we invoke each one of them seperately.
Yes, just add an outlet to the nib owner, if it is one of your classes,
or to any objects in the nib. You can then connect it (the outlet) to
any window in the nib.
2.Can there be an outlet connection between two
different nib files?If so how can the connection be
established?
No. But what you typically do is to have one (or more) controller object
(MVC) that knows about both nibs, or controllers that know about each
other and their own nibs.
Raphael