Re: NSTableView delegate not getting called
Re: NSTableView delegate not getting called
- Subject: Re: NSTableView delegate not getting called
- From: Chuck Soper <email@hidden>
- Date: Mon, 12 Jul 2004 15:32:32 -0700
NSOutlineView delegate methods are not subclassed from NSTableView. This is why
NSTableView delegate methods are not called in your NSOutlineView delegate.
Chuck
At 2:02 PM -0700 7/12/04, David Alter wrote:
I have a NSOutlineView. I have connected its delegate in IB to a
controller class. The delegate methods for the outline view gets
called just fine. Now NSOutlineView subclasses from NSTableView. So
I would expect that if I where to add the NSTableView delegate
methods to my controller class they would get called as well.
However this is not the case. My NSTableView delegate methods never
get called.
Is there something I'm neglecting to do here? Anyone have any ideas?
thank you for the help
David Alter
_______________________________________________
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.