Re: Rearranging NSTableView by dragging
Re: Rearranging NSTableView by dragging
- Subject: Re: Rearranging NSTableView by dragging
- From: Scott Anguish <email@hidden>
- Date: Tue, 12 Jul 2005 01:45:51 -0400
On Jul 11, 2005, at 9:20 PM, Mark Dawson wrote:
From what I can gather from documentation and searches, I need to
subclass my NSTableView and add a few methods. My current app
needs to run on 10.2, so bindings are out (if that makes a
difference). It doesn't make sense for a user to be able to drag
in our out these rows anywhere else (outside of maybe implementing
a drag-to-trash=delete row).
Right..
Actually, the bindings example that mmalc has is probably a good
place to start.. it doesn't have that much bindings stuff to it, and
provides a very uniform access to the data in the collection (which
you could then map to your non-bindings version)
http://homepage.mac.com/mmalc/CocoaExamples/Bookmarks.zip
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden