Re: reordering table cells with 10.5 sdk
Re: reordering table cells with 10.5 sdk
- Subject: Re: reordering table cells with 10.5 sdk
- From: mmalc crawford <email@hidden>
- Date: Tue, 30 Oct 2007 18:35:26 -0700
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?
There's probably some other problem. See <http://homepage.mac.com/mmalc/CocoaExamples/Bookmarks.zip
> for an example that works correctly on 10.4 and 10.5 (currently
comment out the NSIndexSet category for 10.5).
mmalc
_______________________________________________
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