Re: tableview shouldSelectRow called twice ?
Re: tableview shouldSelectRow called twice ?
- Subject: Re: tableview shouldSelectRow called twice ?
- From: Corbin Dunn <email@hidden>
- Date: Wed, 7 Dec 2005 08:01:39 -0800
In my delegate, the method :
-(BOOL)tableView:(NSTableView *)aTableView shouldSelectRow:(int)
rowIndex
is called twice giving the same rowIndex and the same [aTableView
selectedIndex].
There is no double click or something else.
Can you explain this ?
This is a rather subtle bug in the implementation detail of
tableview. It will be fixed in a future release.
thanks,
--corbin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden