discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems with NSTableView


From: Javier Goday
Subject: Problems with NSTableView
Date: Thu, 2 Dec 2010 16:01:59 +0100

Hi,
i'm a gnustep totally newbee,
i'm trying to work with Gorm but i'm always getting this error :

Gorm: Uncaught exception NSInvalidArgumentException, reason: Can not determine type information for -[GSTheme highlightTableViewSelectionInClipRect:inView:selectedColumns:]

I'm trying to understand this,

1) in gui/Source/NSTableView :
4974 - (void) highlightSelectionInClipRect: (NSRect)clipRect
4975 {
4976   [[GSTheme theme] highlightTableViewSelectionInClipRect: clipRect
4977            inView: self
4978            selectedColumns: _selectingColumns];
4979 }

2) Message does not match with GSTheme declared in gui/Headers/Addittions/GNUstepGUI/GSTheme.h

 986 - (void) highlightTableViewSelectionInClipRect: (NSRect)clipRect
 987                     inView: (NSView *)view
 988                   selectingColumns: (BOOL)selectingColumns;

3) And it's not implemented in gui/Source/GSTheme.m (maybe it's shouldn't be ?)


Thanks and sorry for my bad english !
Javier Goday


reply via email to

[Prev in Thread] Current Thread [Next in Thread]