*** file inconsistency: read '@', expecting 'C'

FYI: In order to successfully subclass an NSTableView (possibly other classes as well) from java inside a NIB created by Interface Builder you must include this method in your subclass:
protected MySubclass(NSCoder decoder, long token)
{
super(decoder, token);
}
I discovered this after a couple hours of searching. Apple computer would really be doing everyone a favor if their mailing list archives were searchable on google.

I am trying to find a workaround for my NSTableViews always crashing on me. My experience has been that NSTableViews are seriously too bugged for use. From OS 10.0-10.3.1 inclusive. I use 2 one them in my cocoa-java Risk boardgame clone.

Posted by dustin on December 17, 2003 with category tags of

   

VorgTag Cloud

Written by dustin
Latest Photo
Quote of Now:
Friends
Popular Posts
Computer Games

Hey You! Subscribe to dustin's RSS feed.
Or get wider opinion in the Vorg All Author feed.

 
 

Members login here.
© Vorg Group.