Drag Files To Application Icon
Mark Schonewille
m.schonewille at economy-x-talk.com
Wed Apr 11 04:18:05 EDT 2007
Hi Bridger,
Use AppleEvents. There are quite a few examples available in the list
archives now.
<http://search.gmane.org/search.php?
group=gmane.comp.ide.revolution.user&query=appleevent>
If you put the following script into the stack script of a
standalone, you will have an easy way to understand how AppleEvents
work. Your stack also needs a text field.
on appleEvent theClass,theEvent,theSender
put theClass & cr & theEvent & cr & theSender & cr & cr into myData
request appleEvent data
put it after myData
put myData into fld 1
end appleEvent
Best regards,
Mark
--
Economy-x-Talk
Consultancy and Software Engineering
http://economy-x-talk.com
http://www.salery.biz
Get your store on-line within minutes with Salery Web Store software.
Download at http://www.salery.biz
Op 11-apr-2007, om 8:10 heeft Bridger Maxwell het volgende geschreven:
> Hey,
> How can I handle the dragging of a file onto my standalone
> application's
> icon (in the dock or on startup)? Is this easily done in Transcript?
>
> TTFN
> Bridger Maxwell
> Fiery Ferret
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list