• 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: Get specified window from nib
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Get specified window from nib


  • Subject: Re: Get specified window from nib
  • From: "Kyle Sluder" <email@hidden>
  • Date: Mon, 11 Aug 2008 01:25:54 -0400

On Sun, Aug 10, 2008 at 10:01 PM, Fosse <email@hidden> wrote:
> I have one nib containing more than ten dialogs and want to get the
> specified window after nib is loading..

Typically you'll have one window per nib.  Putting ten windows in a
single nib is a bit awkward.

> If I use FileOwner and binding, I need to add a lot of Outlets in the
> fileOwner class and create the binding in the IB..

Why?  Surely these windows aren't talking to each other, since they're
views and their information should be shared by using a common model
object.  Consider whether you've properly factored your app under the
MVC paradigm.

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Get specified window from nib (From: Fosse <email@hidden>)

  • Prev by Date: Re: Does [NSApp setApplicationIconImage] leak memory?
  • Next by Date: Re: Why use NSObjectController?
  • Previous by thread: Re: Get specified window from nib
  • Next by thread: Re: Get specified window from nib
  • Index(es):
    • Date
    • Thread