Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NSImageView Drag and Drop issues

I have an NSBox containing two static text fields and two NSImageView. NSBox is subclassed as myNSBox. I have registered the view/NSBox to accept appropriate drag types. So when i drag items to the static text fields, the drag-drop operations work. However, dragging and dropping onto any NSImageView (which are subviews of NSBox) does not work. An interesting observation is that i am unable to drag and drop files from Finder onto the image view. Drag and Drop from outline view to the NSImageView works fine.

Any suggestions?

like image 551
user598789 Avatar asked Feb 14 '11 20:02

user598789


1 Answers

Anyways, i found the solution. One has to unregisterForDragTypes the image view.

like image 72
user598789 Avatar answered Nov 13 '22 17:11

user598789