subclass NSTableColumn
subclass NSTableColumn
- Subject: subclass NSTableColumn
- From: "Tony S. Wu" <email@hidden>
- Date: Wed, 5 Feb 2003 23:02:15 -0800
Due to a strange issue with one of my project, I did a test on
subclassing NSTableColumn.
I create a really simple project with only 1 window containing a
NSTableView.
I subclass NSTableColumn and assign the subclass to the columns in the
table view.
I build the project, everything goes fine.
Now I go back to IB and change the file format to 10.2 and later and
rebuild the project, I immediately get following warnings:
-[NSPathStore2 isResizable]: selector not recognized
-[NSPathStore2 width]: selector not recognized
If I assign the table view a data source, the application will
immediately crash.
Change the file format back, everything is normal again.
Is this a bug?
Tony S. Wu
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.