re: Handling Dragged Urls
re: Handling Dragged Urls
- Subject: re: Handling Dragged Urls
- From: Enrique Zamudio <email@hidden>
- Date: Mon, 11 Jun 2001 14:53:30 -0500
You can write a little app with a view that receives ALL dragged
types, and when it receives a dragged object it just prints out what
types the pasteboard contains. You can get a good hint of what type
the omniweb URL has with that.
I used to have that app in ObjC, but I don't know where I left it
(anyway, it was written for OpenStep 4.0 and it was very small, so it
shouldn't be a problem to write it again)
eZL