I'm trying to convert an existing AppleScript to an AppleScript Studio
application, but so far, it didn't work. Basically, the application is a
custom protocol handler for internet protocols and follows the following
structure:
on open location theURL
-- do whatever with theURL
end open location
This apparently doesn't work in an AppleScript Studio app. I think I'm missing
something really obvious, but I can't seem to figure out what exactly.
Can anyone shed some light on this?
Thanks,
Pieter