On Thu, May 28, 2009 at 11:36 AM, John Yeh <john...@adobe.com> 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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com