Re: multiple windows (dialogs) per nib (.xlib) file
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