How to accept a drag&drop item?

Brian Yennie briany at qldlearning.com
Thu Aug 25 19:21:30 EDT 2005


> WOW, I didn't know that! That's amaizing!
> It does work from FireFox, unfortunately it won't work when dragged
> from Opera.. oh well...

Try this:

on dragDrop
    answer keys(the dragData)
end dragDrop

That should tell you what keys are available from Opera. I just used 
"text" as an example that worked with FireFox, but there may be smarter 
ways to find the URL content from different applications.

FireFox, for example, gives me "text" and "unicode".

HTH,
Brian




More information about the use-livecode mailing list