row numbers participating in a table drag
row numbers participating in a table drag
- Subject: row numbers participating in a table drag
- From: Gonzalo Castro <email@hidden>
- Date: Fri, 16 Nov 2007 12:18:59 -0500
Hello,
From the NSTableDataSource doc:
- (BOOL)tableView:(NSTableView *)aTableView writeRowsWithIndexes:
(NSIndexSet *)rowIndexes toPasteboard:(NSPasteboard*)pboard
"rowIndexes is an index set of row numbers that will be participating
in the drag."
How are the row numbers that will be participating in the drag
determined? rowIndexes is always all the rows in my table. I only
care about the row the user clicked on to start the drag.
Thanks,
Gonzalo
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden