Why isn't my NSOutlineView subclass working?
Why isn't my NSOutlineView subclass working?
- Subject: Why isn't my NSOutlineView subclass working?
- From: Kevin Smith <email@hidden>
- Date: Fri, 22 Aug 2003 18:37:53 -0400
I've subclassed NSOutlineView and overrode initWithFrame: and
addTableColumn:. I then set the outline view in my application to use
my custom class. When I run my application, it doesn't seem to be
using my subclass. However, when I print the class from my
application, it says that it is using my subclass. I put some NSLog
calls in my initWithFrame: and addTableColumn: methods in my class and
they never show up in console.
Kevin Smith
email@hidden
_______________________________________________
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.