| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
mike, thanx for the response. sorry, but i can't see how to make this work! if i did override loadWindow and used NSNib, then how would the NSWindowController find out about the top level object in order to release them? or would i have to keep track of them myself and then release them at the appropriate time? if this is the case, its probably just as easy to have my custom views simply "register themselves" with my controller at awakeFromNib time.
You're already tracking all the top-level objects anyway. Releasing them is as simple as a [topLevelObjects makeObjectsPerformSelector: @selector( release )] in -dealloc.
Mike _______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/email@hidden
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.