Loading a nib for a new window
Loading a nib for a new window
- Subject: Loading a nib for a new window
- From: Andrew Merenbach <email@hidden>
- Date: Wed, 10 Jul 2002 22:04:25 -0700
I'm working on a program with one main window and about twenty other
windows (each of which is accessed from both a popup menu and a menu in
the menu bar). Each window is in a separate nib file for ease of
maintenance. I would like some guidance as to what I should do from
there. From what I've read so far it looks like I should be loading the
nibs dynamically, but that's all I can figure out. I've tried
implementing initWithWindowNibName, and from there showWindow, but I
must not have the syntax right. Can someone provide me with an example
(or a URL to an example) of this specific concept?
Thanks in advance,
Andrew Merenbach
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.