Re: NSArrayController and table column bindings retain/dealloc woes

2008-11-20 Thread Shawn Erickson
On Thu, Nov 20, 2008 at 1:11 PM, Keith Blount <[EMAIL PROTECTED]> wrote: > Thanks for the reply. I did consider that but from what I had read I only > thought that was a fix for the retain cycles created when file's own is an > NSWindowController. I already manuallet setContent: and setContent:ni

Re: NSArrayController and table column bindings retain/dealloc woes

2008-11-20 Thread Keith Blount
certainly try it, anyway. Thanks again, Keith --- On Thu, 11/20/08, Shawn Erickson <[EMAIL PROTECTED]> wrote: > From: Shawn Erickson <[EMAIL PROTECTED]> > Subject: Re: NSArrayController and table column bindings retain/dealloc woes > To: [EMAIL PROTECTED] > Cc: cocoa-de

Re: NSArrayController and table column bindings retain/dealloc woes

2008-11-20 Thread Shawn Erickson
On Thu, Nov 20, 2008 at 12:36 PM, Keith Blount <[EMAIL PROTECTED]> wrote: > Thanks for your reply, Ken. I did search the archives (and other places to) > but didn't see the recent discussion you mentioned, so I must have missed it. > The window controller method isn't a great solution for me, unf

Re: NSArrayController and table column bindings retain/dealloc woes

2008-11-20 Thread Keith Blount
es <[EMAIL PROTECTED]> wrote: > From: Ken Thomases <[EMAIL PROTECTED]> > Subject: Re: NSArrayController and table column bindings retain/dealloc woes > To: [EMAIL PROTECTED] > Cc: cocoa-dev@lists.apple.com > Date: Tuesday, November 18, 2008, 11:40 PM > On Nov 17, 2008,

Re: NSArrayController and table column bindings retain/dealloc woes

2008-11-18 Thread Ken Thomases
On Nov 17, 2008, at 6:00 AM, Keith Blount wrote: Which leads me to the big difference in my project... The File's Owner in my nib file is not an NSDocument or an NSWindowController, but my own custom view controller (my app runs on Tiger and Leopard so I can't use Leopard's new NSViewContro

NSArrayController and table column bindings retain/dealloc woes

2008-11-17 Thread Keith Blount
Hi, I know there have been historic problems with NSArrayController getting retained too many times when bound to File's Owner and so forth, causing dealloc problems, but my problem is slightly different... I've been through the archives and searched the docs etc, but have yet to find a solutio