NSWindowController with NSObjectController doesn't dealloc
NSWindowController with NSObjectController doesn't dealloc
- Subject: NSWindowController with NSObjectController doesn't dealloc
- From: Peter Schmidt <email@hidden>
- Date: Mon, 11 Oct 2004 18:51:02 +0200
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
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden