Re: NSDocument window not showing
Re: NSDocument window not showing
- Subject: Re: NSDocument window not showing
- From: Larry Fransson <email@hidden>
- Date: Sat, 13 Nov 2004 16:13:46 -0800
On Nov 13, 2004, at 14:54, Agent M wrote:
A have an NSDocument application which refuses to show its document
window.
Here's the method from my window controller subclass:
-(id)init
{
if(self=[super initWithWindowNibName:@"Project"])
{
NSLog(@"window: %@",[self window]);
}
return self;
}
This outputs "window: (null)" and no window appears.
Sanity check: Did you connect the window controller's window outlet to
the window in IB?
Larry Fransson
Seattle, WA
_______________________________________________
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