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: j o a r <email@hidden>
- Date: Fri, 20 Feb 2004 19:42:40 +0100
Why not look in the documentation? ;)
The proper selector is:
loadNibFile:externalNameTable:withZone:
Note the "withZone:"
j o a r
On 2004-02-20, at 19.38, Bill Houston wrote:
>
Which complies with this error:
>
Error : unknown message selector
>
Controller.m line 31 if([frameworksBundle loadNibFile:@"MY_UI"
>
externalNameTable: [NSDictionary dictionaryWithObject:self
>
forKey:@"NSOwner"] zone:[self zone]]) {
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.