• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: regarding nib files.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: regarding nib files.


  • Subject: Re: regarding nib files.
  • From: Vince DeMarco <email@hidden>
  • Date: Fri, 31 Aug 2001 08:12:56 -0700

On Friday, August 31, 2001, at 02: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 but we recommend that you don't do this. When a nib file is loaded all of the
objects are instantiated and connected immediately. Its much better design to have a separate nib file for each individual window.

2.Can there be an outlet connection between two
different nib files?If so how can the connection be
established?

No you are going to have to do that via code.

Basically the files owners of both of the nib files need to Talk to each other and set up the connections.

You really don't want to do this, try to make each nib file completely self contained. This is more of programming style then anything else.

vince


  • Follow-Ups:
    • Re: regarding nib files.
      • From: Enigmarelle Development <email@hidden>
References: 
 >regarding nib files. (From: Annie Felix <email@hidden>)

  • Prev by Date: Writing a custom spell service
  • Next by Date: Re: Calling C++ from Obj-C
  • Previous by thread: Re: regarding nib files.
  • Next by thread: Re: regarding nib files.
  • Index(es):
    • Date
    • Thread