Re: Drag and Drop of contents in WebView
Re: Drag and Drop of contents in WebView
- Subject: Re: Drag and Drop of contents in WebView
- From: Andreas Mayer <email@hidden>
- Date: Thu, 1 Jul 2004 15:33:20 +0200
Am 01.07.2004 um 15:01 schrieb Manish Pattath:
content of the first can be dragged and left on the second webview.
The second webview will show those contents.
I want to stop this behaviour.
*What* do you want to stop? The drag or the drop?
To stop the second view to accept a drag I think you'd want to overwrite
- (NSDragOperation)draggingEntered:(id <NSDraggingInfo>)sender
to return NSDragOperationNone.
Andreas
_______________________________________________
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.