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
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 mails | Author | Date |
|---|---|---|
| Peter Schmidt | Oct 11, 18:51 | |
| Chuck Soper | Oct 11, 19:28 | |
| Frédéric Testuz | Oct 11, 19:49 | |
| Shaun Wexler | Oct 11, 19:52 | |
| Peter Schmidt | Oct 11, 22:48 | |
| Scott Stevenson | Oct 12, 00:00 | |
| Shaun Wexler | Oct 12, 01:25 |






Cocoa mail archive

