Below is the code I'm using. The method
moveObjectsInArrangedObjectsFromIndexes is from some Apple sample
code for dragging and dropping rows within the same table view,
something I'm trying to do. If I use the code below, nothing
happens when I drag and drop within the same table view. However,
if I comment out setDeletesOnRemove and uncheck "Deletes Object on
Remove" in IB, it works! Any hints as to where to look next would
be appreciated.
The moveObjectsInArrangedObjectsFromIndexes: method in my example is
implemented in a subclass of NSArrayController, so
When I use your code and substitute that, it works.
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden