• 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: multiple windows (dialogs) per nib (.xlib) file
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: multiple windows (dialogs) per nib (.xlib) file


  • Subject: Re: multiple windows (dialogs) per nib (.xlib) file
  • From: Kyle Sluder <email@hidden>
  • Date: Thu, 28 May 2009 11:43:22 -0700

On Thu, May 28, 2009 at 11:36 AM, John Yeh <email@hidden> wrote:
> How do I open a specific window in a nib file? I tried to use the following code, but it displays ALL the windows in that nib file.

Typically, you only have one window per nib file.  There's usually a
one-to-one correspondence between nib files and NSWindowController
subclasses, with each subclass knowing how to control a certain "kind"
of window (which is loaded from its corresponding nib).

That's not your immediate problem, though.  Your immediate issue is
that your windows have "Visible when Launched" checked in Interface
Builder.

--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: 
 >multiple windows (dialogs) per nib (.xlib) file (From: John Yeh <email@hidden>)

  • Prev by Date: Re: Triggering change notifications when modifying custom object ivars in core data app
  • Next by Date: Re: How to get the selected popupmenu item with core data
  • Previous by thread: multiple windows (dialogs) per nib (.xlib) file
  • Next by thread: How to activate Find and Replace for Textview?
  • Index(es):
    • Date
    • Thread