On Sep 14, 2010, at 7:36 PM, k...@highrolls.net wrote: > Other than > > - (NSDragOperation)outlineView:(NSOutlineView *)outlineView validateDrop:(id > <NSDraggingInfo>)info proposedItem:(id)item proposedChildIndex:(int)index > > and > > - (BOOL)outlineView:(NSOutlineView *)outlineView acceptDrop:(id > <NSDraggingInfo>)info item:(id)item childIndex:(int)index > > what do i need to implement so I can drag item within an NSOutline View?
That's the drop methods. You also need to implement the drag methods. There's another protocol for that. Also, you need to use the NSView method to register for dragged types. -- Seth Willits _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com