[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with NSTableView
From: |
David Chisnall |
Subject: |
Re: Problems with NSTableView |
Date: |
Thu, 2 Dec 2010 16:40:54 +0000 |
On 2 Dec 2010, at 16:31, Javier Goday wrote:
> Gorm: Uncaught exception NSInvalidArgumentException, reason: Can not
> determine type information for -[GSTheme
> highlightTableViewSelectionInClipRect:inView:selectedColumns:]
This is a really unhelpful message. There are a few things that can cause it,
but 99% of the time it is that the receiver does not have a method with that
selector (and neither does any class).
> 3) And it's not implemented in gui/Source/GSTheme.m
> (maybe it's shouldn't be ?)
That's probably the reason. Perhaps whoever added this method is using some
GSTheme subclass that does implement it?
David
--
This email complies with ISO 3103