Re: Subclassing NSWindowController
Re: Subclassing NSWindowController
- Subject: Re: Subclassing NSWindowController
- From: Jérôme Laurens <email@hidden>
- Date: Thu, 5 Dec 2002 15:59:42 +0100
Le jeudi, 5 dic 2002, ` 15:16 Europe/Zurich, Chaffinch a icrit :
>
try the following
- (void) makeWindowControllers;
{
if(![[self windowControllers] count])
{
[self addWindowController: [[[iTMTeXWindowController alloc]
initWithWindowNibName: [self windowNibName] owner: self] autorelease]];
}
return;
}
This will preerve the existing connection
_______________________________________________
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.