Drag border vs FocusRing, visual cues and drop file selected

[quote=244633:@Sam Rowlands]Another way I did this recently (with ICNSmini), was to grab a preview of the file on dragEnter, then update the contents of the view. Giving the user an indication that what they’re dragging is going in there. Other-times, I manually draw a border, or change text within the view to read “Drop here”.

The cursor dragCopyCursor is used to indicate that the data is being copied, therefore I wouldn’t suggest using it, unless you’re actually copying the data. Taken from Apple’s docs.[/quote]

I am actually copying the data.

Then that the perfect use of this cursor, :slight_smile: