Fwd: Controller layer & document architecture
Fwd: Controller layer & document architecture
- Subject: Fwd: Controller layer & document architecture
- From: Shaun Wexler <email@hidden>
- Date: Wed, 23 Jun 2004 12:17:10 -0700
Ooops, some errors with my Mail.app editing (forgot the std disclaimer):
In your inspector panel's -init method, add:
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(windowDidBecomeMain)
name:NSWindowDidBecomeMainNotification object:nil];
In your inspector panel controller's -init method, add the line:
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(windowDidBecomeMain:)
name:NSWindowDidBecomeMainNotification object:nil];
And in -dealloc, add the line:
[currentDocument release];
HTH~
--
Shaun Wexler
MacFOH
http://www.macfoh.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.