On Dec 28, 2010, at 6:34 AM, Wayne Melrose wrote:
On 28. des. 2010, at 02.47, Carl Anderson wrote:
Does anyone know how to get AppleScript Editor's URL access scripting application to run?
What is it you're trying to do exactly?
tell application "URL Access Scripting"
with timeout of 240 seconds
try
download theUrl to file ((theFile) as text) replacing yes
on error the error_message number the error_number
display dialog DMo & DDa & DYr & "-Error: " & error_number & ". " & ¬
error_message buttons ("Cancel") default button 1
display dialog "Sorry, couldn't download the webpage" with icon 2
end try
end timeout
end tell
that has suddenly, with the upgrade from OS X 10.4 to OS X 10.6, stopped working