Hey all. I've been trying to understand drag-and-drop for the longest time, but I still can't get it. What I'm trying to do is create an NSTableView that keeps track of files. For example, a user can drag an .rtf text file into the tableview, and it will simply maintain a link to the file. (Probably using an NSArrayController of some kind.) Problem is, I can't get it to even accept any type of dragged files. TIA! 