I implement all the datasource methods, register for the drag types,
and commented out the custom tableview's mouseUp/Down methods, but
still nothing when compiled for 10.5. writeRowsWithIndexes:... isn't
being called. Any other info I could give that could be helpful?
Thanks,
Mitch
On Oct 30, 2007, at 9:35 PM, mmalc crawford wrote:
On Oct 30, 2007, at 6:00 PM, Mitchell Livingston wrote:
I have set my project to use the 10.5 sdk, and now the rows cannot
be reordered. If I set it to 10.4 sdk they can be again. It appears
that - (BOOL)tableView:(NSTableView *)aTableView
writeRowsWithIndexes:(NSIndexSet *)rowIndexes toPasteboard:
(NSPasteboard*)pboard is not being called with the 10.5 sdk. Should
I be using something else instead, or could anything else be wrong?