I should? Then how do I get the reference back? If windowA is a window outlet in my AppController, then first time around I don't do anything. It is automatically assigned a reference when the window loads, and I can use makeKeyAndOrderFront.

But if I choose to automatically release the window on closing, how do I get the variable windowA reassigned to the window? I don't want to reload the entire nib because there may be other things in the nib that don't need to be reloaded....

On Sep 26, 2008, at 1:33 PM, [EMAIL PROTECTED] wrote:

Message: 1
Date: Fri, 26 Sep 2008 10:34:50 -0500
From: Scott Ribe <[EMAIL PROTECTED]>
Subject: Re: showing window causes EXC_BAD_ACCESS
To: Michael Ash <[EMAIL PROTECTED]>,      Cocoa Developers
        <cocoa-dev@lists.apple.com>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset="US-ASCII"

I can't think of a single reasonable use case for it

An app with many windows, many of which can display multiple instances at a
time--they should be released when closed.

_______________________________________________

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