Re: subclass NSTableColumn
Re: subclass NSTableColumn
- Subject: Re: subclass NSTableColumn
- From: Vince DeMarco <email@hidden>
- Date: Thu, 6 Feb 2003 09:45:21 -0800
On Wednesday, February 5, 2003, at 11:02 PM, Tony S. Wu wrote:
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?
There is a bug in the new archiver, if you subclass (in IB) the bug
shows up with 100% reproducibility we have fixed the bug internally,
but for now the simplest workaround is to use the old file format for
you nibs.
vince
_______________________________________________
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.