Re: Reordering rows in NSTableView
Re: Reordering rows in NSTableView
- Subject: Re: Reordering rows in NSTableView
- From: Jay Prince <email@hidden>
- Date: Wed, 28 Aug 2002 04:53:22 -0700
Maybe this article answers your need:
http://www.stone.com/The_Cocoa_Files/Takes_All_Sorts.html
On Monday, August 26, 2002, at 10:46 am, Andrew Merenbach wrote:
I've looked in my Cocoa programming books, on cocoa.mamasam.com, and
on the Big Nerd Ranch's web site, and still haven't found a
satisfactory example of row reordering in a table view. I have tried
extensively modifying a copy of the DragNDropOutlineView example, and
it works almost exactly the way I want it to--except (1) it's still an
outline view, not a table view, and (2) it uses "tree nodes" as its
data items, whereas I would like to use a dictionary/array > combination.
Does anyone have a complete working example available that supports
dragging unselected rows (one example I came across only let me drag a
row if it was selected, and then deleted it without moving it)?
Take care,
Andrew Merenbach
_______________________________________________
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.
_______________________________________________
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.