Drag & Drop File/Folder on Rev Standalone Program Icon

Derek Bump webmaster at dreamscapesoftware.com
Mon Nov 8 11:27:13 EST 2004


Rob,

Try this script out.  Works great in my software.

global droppedImage

on startup
   put $1 into droppedImage
end startup

on openStack
   if droppedImage is not empty then doOpenFile droppedImage
end openStack

 

Derek Bump
Dreamscape Software
____________________________________________
Compress Images Easily with JPEGCompress
http://www.dreamscapesoftware.com
 


More information about the use-livecode mailing list