Re: [myWindowController window] returns null !
Re: [myWindowController window] returns null !
- Subject: Re: [myWindowController window] returns null !
- From: "Stephen J. Butler" <email@hidden>
- Date: Wed, 23 Feb 2011 22:50:03 -0600
On Wed, Feb 23, 2011 at 10:45 PM, Louis Demers <email@hidden> wrote:
> No, in my xib, the File's Owner type is set to a custom Object which has some IBOutlet that I connect the gui elements to!
> Then, when I call
>
> myWindowController = [[NSWindowController alloc] initWithWindowNibName:@"myWindowXIB" owner: someObject ];
>
> I pass that object along as the owner.
>
> Do you mean I can only set the File's Owner type to a NSWindowController class ?
Ohhh, I missed that. Someone more experienced then I is going to have
to answer. Mostly I create a subclass of NSWindowController when I
need more outlets and make that my File's Owner.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden