Yes, you were both right. Once I moved "registerForDraggedTypes" to
awakeFromNib method everything runs as it should.
Thanks a lot,
Marcin
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments
Hello,
I'm new to Cocoa programming. I would like to be able to drag filenames from
Finder to a custom view in my application. Both previous mails and Mr. Google
redirect to Drag and Drop Programming Topics for Cocoa
(http://developer.apple.com/documentation/Cocoa/Conceptual/DragandDrop/) . I'v