Re: How to load a nib from a path
Re: How to load a nib from a path
- Subject: Re: How to load a nib from a path
- From: Sailor Quasar <email@hidden>
- Date: Fri, 20 Feb 2004 12:04:35 -0500
On Feb 20, 2004, at 11:50 AM, Bill Houston wrote:
Thanks, but both "loadNibFile" and "loadNibNamed" are part of NSBundle
Additions, which don't seem to extend specific bundle instances. When
you
compile the code you get an "unknowm message selector" error.
[aSpecificNSBundleInstance loadNibFile:nameOfNibFile
externalNameTable:
[NSDictionary dictionaryWithObject:self forKey:@"NSOwner"]
zone:[self zone]];
If that is the case, then I suggest filing a bug against the headers
and/or documentation which clearly state that this method is provided
for specific instances of NSBundle.
-- Sailor Quasar, just another player in The World
"Come with me in the twilight of the summer night for awhile"
Email: email@hidden
_______________________________________________
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.