Skip navigation.
 
mlRe: Creating new instances of a window?
FROM : Ondra Cada
DATE : Sun Nov 10 22:34:54 2002

On Sunday, November 10, 2002, at 09:23 , Victor Ng wrote:

> The only problem I have left is that on closing, the window is not
> releasing the controller for that window.


You have to DIY. NSDocument&NSWindowController pair do that for you, more
or less, if you use them.

Also, it should be the other way round: the controller -- being notified
as a window delegate that the window has been closed -- should release the
window.
---
Ondra Cada
OCSoftware:    <email_removed>              http://www.ocs.cz
private        <email_removed>            http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlCreating new instances of a window? Victor Ng Nov 10, 09:16
mlRe: Creating new instances of a window? Andreas Mayer Nov 10, 18:43
mlRe: Creating new instances of a window? Ondra Cada Nov 10, 20:33
mlRe: Creating new instances of a window? Victor Ng Nov 10, 21:23
mlRe: Creating new instances of a window? Ondra Cada Nov 10, 22:34