Drag and drop differences between 10.3.9 and 10.4?
Drag and drop differences between 10.3.9 and 10.4?
- Subject: Drag and drop differences between 10.3.9 and 10.4?
- From: theo <email@hidden>
- Date: Mon, 23 Jan 2006 15:10:53 +0000
I've got this WebView, which can accept drag and drop of files, just
fine on OS 10.4.x. But on 10.3.9 it doesn't.
In fact I didn't even register any drag receiver in my WebView! And
it still worked on 10.4
I tried adding this code to my code:
[MyWebView registerForDraggedTypes:[NSArray arrayWithObject:
NSFilenamesPboardType]];
This doesn't seem to fix the problem on 10.3.9, unfortunately.
Any ideas anyone? Does WebView even accept file drags on 10.3.9? Can
I make it do so?
Any help would be greatly appreciated!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden