|
From: | Andreas Höschler |
Subject: | Re: NSTableView as drag target for NSColorPboardType |
Date: | Fri, 27 May 2005 10:08:35 +0200 |
Hello Steven,
See http://developer.apple.com/documentation/Cocoa/Conceptual/DragandDrop/ Tasks/acceptingdrags.htmlHave you implemented - (NSDragOperation)draggingEntered:(id <NSDraggingInfo>)sender?
Yes!
Also try using NSColorPboardType without quotes - it's a constant defined somewhere.
Thanks a lot! That was it. Now it works! Regards, Andreas
[Prev in Thread] | Current Thread | [Next in Thread] |