Re: Java Cocoa, NSTableView, and AbstractMethodError
Re: Java Cocoa, NSTableView, and AbstractMethodError
- Subject: Re: Java Cocoa, NSTableView, and AbstractMethodError
- From: Nick Müller <email@hidden>
- Date: Thu, 17 Jan 2002 16:51:54 +0100
On 16.01.2002 at 16:08 Uhr, Nathan V. Roberts wrote:
>
The crash log invariably refers to one of two NSTableView methods,
>
either _dataSourceValueForColumn:row: or numberOfRows. For example:
I remember that I had the same problem with Java. Unfortunately, I don't
remember the excat cure. IIRC I rearranged setDelegate, setDataSource.
_Maybe_ that I read the data after setting the source and this caused
the problem. The one thing I remember well is, that the problem was in
awakeFromNib.
HTH,
Nick