• 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: NSWindowController
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSWindowController


  • Subject: Re: NSWindowController
  • From: Chris Idou <email@hidden>
  • Date: Mon, 15 Sep 2008 20:16:20 -0700 (PDT)

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@hidden> wrote:

> From: Chris Hanson <email@hidden>
> Subject: Re: NSWindowController
> To: "email@hidden" <email@hidden>
> Cc: "email@hidden" <email@hidden>
> 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@hidden> 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 (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



_______________________________________________

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

References: 
 >Re: NSWindowController (From: Chris Hanson <email@hidden>)

  • Prev by Date: Re: NSPopupButton Bindings Content Objects is disabled
  • Next by Date: Re: NSWindowController
  • Previous by thread: Re: NSWindowController
  • Next by thread: Re: NSWindowController
  • Index(es):
    • Date
    • Thread