How Would You Display A Real-Time Event Log?
How Would You Display A Real-Time Event Log?
- Subject: How Would You Display A Real-Time Event Log?
- From: Andrew <email@hidden>
- Date: Sat, 15 Nov 2003 10:36:35 -0500
I've been writing a lot of URL Access scripts for Panther lately. "With
Progress" doesn't seem to work under Panther, so for this example...
set UL_Item to "Macintosh HD:index.html"
tell application "URL Access Scripting"
upload alias UL_Item to "
ftp://username:password@server/path/" replacing
yes with progress
end tell
It will upload the file, but will not display a progress bar.
Actually, I'd like more information than a progress bar would give. I'd like
to display an event log.
I was wondering if there was any way to have an applet display a real-time
event log that is updated as each file is transferred. I'm talking about he
same kind of event log that I'd get from the Script Editor. It should be
updated in real-time as each file is uploaded.
Has anyone done this? Without a 3d party Scripting Addition? Is it totally
impractical?
-Andrew
_______________________________________________
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.