Re: Cocoa: dragging files from Finder

2010-06-06 Thread Marcin Górski
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

Cocoa: dragging files from Finder

2010-06-05 Thread Marcin Górski
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