not performing selector...
not performing selector...
- Subject: not performing selector...
- From: Malcolm Sharman <email@hidden>
- Date: Mon, 03 Nov 2003 17:13:12 +1000
Hi
I have a subclass of NSTableView that draws cells slightly differently, and
the drawing methods are the only ones that are overridden from the base
class.
I'm trying to set the double click action using the following code in
awakeFromNib
[theList setDataSource:self];
[theList setDoubleAction:@selector(collectData:) ];
And collectData is an instance method of the same class defined as
-(void)collectData
{
NSLog(@"collectData code")
}
For some reason when the cell or the table heading is double clicked on, the
selector is not performed.
I made sure that the cells aren't editable in IB, and I'm stuck at this
point.
Malcolm
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.