Re: Unarchiving Individual Windows from a Nib File
Re: Unarchiving Individual Windows from a Nib File
- Subject: Re: Unarchiving Individual Windows from a Nib File
- From: Amul Goswamy <email@hidden>
- Date: Mon, 6 Jan 2003 16:00:52 -0800
On Wednesday, January 1, 2003, at 07:46 PM, mw wrote:
Hello,
Is it possible to unarchive individual windows from a named nib file
(if I
have 2 or 3 small windows or panels in a single nib file)? If so, how
could
I go about doing it? Do I have to use an NSWindowController, or can I
just
make a custom class from NSObject to take care of it (like when I
programmatically load a simple window directly from the bundle).
TIA,
mw
_______________________________________________
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.
There is currently no way to do this. We encourage developers to
create a nib file for each window in the project and load them in as
needed.
Amul Goswamy
Interface Builder QA
Apple
_______________________________________________
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.