Well, I'm using garbage collection. Anyway, I turned that option off in IB, but 
nothing changed.


--- On Mon, 9/15/08, Chris Hanson <[EMAIL PROTECTED]> wrote:

> From: Chris Hanson <[EMAIL PROTECTED]>
> Subject: Re: NSWindowController
> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> Cc: "cocoa-dev@lists.apple.com" <cocoa-dev@lists.apple.com>
> Date: Monday, September 15, 2008, 7:19 PM
> Your window might be set to release on close in IB, causing
> it to be  
> deallocated instead of just ordered out when the user
> clicks its close  
> button.
> 
>    -- Chris
> 
> On Sep 15, 2008, at 6:55 PM, Chris Idou
> <[EMAIL PROTECTED]> wrote:
> 
> >
> > Sorry if this is a bit basic, but I can't figure
> out why my  
> > preference panel only comes up the first time. Second
> and subsequent  
> > times, nothing happens.
> >
> > I have this code linked to Preferences menu item:
> >
> > - (IBAction)preferences:(id)sender {
> >  if (nil == preferencesController) {
> >    preferencesController = [[NSWindowController alloc]
> >      initWithWindowNibName:@"Preferences"
> owner:self];
> >  }
> >  [preferencesController showWindow:self];
> > }
> >
> > In the NIB, the file's owner is a
> NSWindowController, and I have  
> > linked its window outlet to the Window.
> >
> >
> >
> >
> >
> > _______________________________________________
> >
> > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> >
> > 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:
> >
> http://lists.apple.com/mailman/options/cocoa-dev/cmh%40me.com
> >
> > This email sent to [EMAIL PROTECTED]


      
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to