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
_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep