Can't complete drop operation...
Can't complete drop operation...
- Subject: Can't complete drop operation...
- From: Jerry LeVan <email@hidden>
- Date: Mon, 1 Mar 2004 17:25:30 -0500
Hi,
I have a NSTextView in a split pane window. I want to drag a file onto
the textview from
the finder and capture the filename of the dragged file.
I have subclassed NSTextView and added the usual dragging
implementation routines.
The draggingEntered routine does get called and NSLog show the
appropriate filename is available
The draggingExited routine does get called when I release the mouse
*but*
the prepareForDragOperation and performDragOperation routines *never*
get called.
During draggingEntered I even return NSDragOperationEvery...
The only thing I can think of is that the mouse up is getting eaten by
something....
help,
Jerry
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.