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 13:44:01 -0500
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.