Skip navigation.
 
mlNSWindowController with NSObjectController doesn't dealloc
FROM : Peter Schmidt
DATE : Mon Oct 11 18:51:02 2004

Hello List,

I have subclassed an NSWindowcontroller class, wich is initialized by
the [myController initWithNibName: @"MyWindow"] Method. In the Nib-File
is an NSArrayController, wich is bound to some UI-Elements. If I send
the WindowController the close-Message my dealloc-Method won't be
called. If I remove the ArrayController it works perfect. It seems the
NSArrayController is still bound to the contentArray. All bindings are
made in the IB. There is no Outlet to the NSArrayController.

What do I wrong?

Greeting,
Peter

Related mailsAuthorDate
mlNSWindowController with NSObjectController doesn't dealloc Peter Schmidt Oct 11, 18:51
mlRe: NSWindowController with NSObjectController doesn't dealloc Chuck Soper Oct 11, 19:28
mlRe: NSWindowController with NSObjectController doesn't dealloc Frédéric Testuz Oct 11, 19:49
mlRe: NSWindowController with NSObjectController doesn't dealloc Shaun Wexler Oct 11, 19:52
mlRe: NSWindowController with NSObjectController doesn't dealloc Peter Schmidt Oct 11, 22:48
mlRe: NSWindowController with NSObjectController doesn't dealloc Scott Stevenson Oct 12, 00:00
mlRe: NSWindowController with NSObjectController doesn't dealloc Shaun Wexler Oct 12, 01:25