Re: How to completely destroy/close a Window

2015-10-28 Thread Dave
Hi Ken, > No, this isn't relevant. When a window is controlled by a window controller, > releasedWhenClosed has no effect. See the docs. Ahhh, thanks. >> I have a NSWindowController and NSWindow Pair and I just want them both >> disposed of and re-created next time. > > > Dave, if you want

Re: How to completely destroy/close a Window

2015-10-27 Thread Ken Thomases
On Oct 27, 2015, at 2:58 PM, Jens Alfke wrote: > On Oct 27, 2015, at 12:13 PM, Dave wrote: >> >> I know I’ve seen a property that controls if a Window’s storage is released >> etc and the window properly closed or if it just “hides” but I can’t seem to >> find it? I’ve looked in NSWindowContr

Re: How to completely destroy/close a Window

2015-10-27 Thread Jens Alfke
> On Oct 27, 2015, at 12:13 PM, Dave wrote: > > I know I’ve seen a property that controls if a Window’s storage is released > etc and the window properly closed or if it just “hides” but I can’t seem to > find it? I’ve looked in NSWindowController and NSWindow but I just can’t see > it anywhe

How to completely destroy/close a Window

2015-10-27 Thread Dave
Hi, I know I’ve seen a property that controls if a Window’s storage is released etc and the window properly closed or if it just “hides” but I can’t seem to find it? I’ve looked in NSWindowController and NSWindow but I just can’t see it anywhere. I have a NSWindowController and NSWindow Pair a