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 10:53:04 -0800
Oops, I should have checked it instead of just cutting and pasting. Since
it was almost the same error I got from "loadNibNamed " which is also in
NSBundle Additions, I assumed it was the NSBundle selector that produced the
error.
Sorry to have wasted everyone's time.
On 2/20/04 10:44 AM, "Sailor Quasar" <email@hidden> wrote:
>
On Feb 20, 2004, at 1:38 PM, Bill Houston wrote:
>
> if([frameworksBundle loadNibFile:@"MY_UI" externalNameTable:
>
> [NSDictionary dictionaryWithObject:self forKey:@"NSOwner"] zone:[self
>
> zone]]) {
>
>
This one's a simple typo, on your part or mine I'm not sure, apologies
>
if this was my error: it's -loadNibFile:externalNameTable:withZone:.
>
Note "withZone" rather than just "zone" in the third parameter.
>
>
-- Sailor Quasar, High Codemaster of the Web, scourge of systems
>
MacOS is to Windows as Terminus is to Trantor.
>
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.