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: Bill Houston <email@hidden>
- Date: Fri, 20 Feb 2004 08:50:14 -0800
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.
Bill
On 2/20/04 8:06 AM, "Sailor Quasar" <email@hidden> wrote:
>
[aSpecificNSBundleInstance loadNibFile:nameOfNibFile
>
externalNameTable:
>
[NSDictionary dictionaryWithObject:self forKey:@"NSOwner"]
>
zone:[self zone]];
_______________________________________________
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.