Re: Unable to Load Window NIB
Re: Unable to Load Window NIB
- Subject: Re: Unable to Load Window NIB
- From: j o a r <email@hidden>
- Date: Tue, 10 Jan 2006 09:59:47 +0100
On 10 jan 2006, at 09.02, Frederick C. Lee wrote:
Does anyone know why I can't load a NIB file?
The MainMenu.nib loads without hassle.
I've been loading NSWindowControllers in other projects but this
one escapes me.
Have you verified that the nib file is being copied over to the built
application?
if (!gvWindowController) {
[self setGVWindowController:[[GVWindowController alloc]
init]];
This seems like a potential memory leak. It is the responsibility of
the setter method to retain it's argument, and you should therefore
pass the object autoreleased.
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden