Re: download a file with a progress bar question
Re: download a file with a progress bar question
- Subject: Re: download a file with a progress bar question
- From: Graham Anderson <email@hidden>
- Date: Tue, 1 Feb 2005 13:33:26 -0800
Ok....
guess it is time to learn applescript studio....
the below [with progress] was the only thing I could find that 'might'
do this...
bit, it is a no-go as well :(
tell application "URL Access Scripting"
activate
download gbaseURL & gtheVolume to ((path to desktop) & "Fonovisa.dmg"
as string) replacing yes with progress
end tell
On Feb 1, 2005, at 1:15 PM, Emmanuel wrote:
At 12:14 PM -0800 2/1/05, Graham Anderson wrote:
in applescript, what is the standard way to download a file that
shows the user a progress bar ?
I would say that there four kinds of users of AppleScript, progress
bar-wise.
1 - those who never use a progress bar,
2 - those who use AppleScript Studio to make AppleScript-based nice
applications,
3 - those who use Smile as their scripting environment,
4 - those who purchase 24U's products.
There are also those cool hackers who imagine refreshing workarounds
for displaying a progress, such as having a window in TextEdit display
a percentage, etc.
Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden