Dragging Multiple Files to Standalone?

David Bovill david at openpartnership.net
Fri Aug 4 19:27:48 EDT 2006


For Macs you can trap the AppleEvent sent:

on appleEvent theClass, theID -- execute a set of statements in a text file
    request appleEvent data -- get the content of the AppleEvent
    put it into appleEventContent

    put the params & CR & CR & appleEventContent
    pass appleEvent
end appleEvent

The files are listed one on each line in appleEventContent.

Anyone know how to drop a folder onto a standalone on OSX. That is the
standalone recognizes files with the extension .rev. How can you also get
the ability to drag and drop text, image or even folders onto the standalone
icon? Is this a plist thing?



More information about the use-livecode mailing list