• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Subclassing NSWindowController
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Re: Subclassing NSWindowController (From: Chaffinch <email@hidden>)

  • Prev by Date: Re: How are you writing out XML?
  • Next by Date: Re: How are you writing out XML?
  • Previous by thread: Re: Subclassing NSWindowController
  • Next by thread: Re: Subclassing NSWindowController
  • Index(es):
    • Date
    • Thread