Re: url access scripting
Re: url access scripting
- Subject: Re: url access scripting
- From: Emmanuel <email@hidden>
- Date: Tue, 3 Jun 2003 17:30:49 +0200
At 4:14 PM +0100 03/06/03, Nicholas E. Baker wrote:
>
hello folks,
>
>
I have a script that has to run under os 9 & 10 that amongst other things uploads PDFs via ftp. I have no problem under 9 but in 10 I get 2 problems:
>
>
1) 'with progress' doesn't work, no window or progress bar appears, the file is sent successfully however
"with progress" only means you get the spinning cursor I'm afraid.
>
2) in os 9 you have to tell it to quit, in os 10 it is not consistent some times I get a 'connection is not valid' message
I think URLAS quits by itself according to rules that I don't know.
If you do want it to quit (and I don't see why you would), you could maybe just encapsulate the "tell app ... to quit" in a "try" block, so that if it has already quit you don't trigger an error.
Emmanuel
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.