re: upgrade from OS/8.6 to OS/9.1
re: upgrade from OS/8.6 to OS/9.1
- Subject: re: upgrade from OS/8.6 to OS/9.1
- From: "Tracy Vanderwerf" <email@hidden>
- Date: Tue, 25 Sep 2001 12:18:43 -0400
- Organization: White Directory Publishers
I am required to maintain an application using Applescripts, of which I
know very little. We are in the process of upgrading from MAC OS/8.6 to
9.1. After the upgrade, one of the scripts keeps failing. We installed a
newer version of QuicKeys, but this has not helped. Does anyone have a
clue what I can do to fix this? This checks a folder and if it is empty,
displays a 'none to process' message. The line containing the QuicKeys
reference is highlighted when editing the script from the error dialog
box, so I am assuming that is where the error is.
on idle
tell WhiteScriptLib
set empty to "null"
set WhiteProcFolder to get_ps_in_folder (empty)
end tell
set Answer to process_in_folder(WhiteProcFolder)
tell application "Finder"
if Answer = "NONE" then
run script "Message\"None to process now.\"Continue 10" In
"QuicKeys"
else
empty trash
end if
end tell
return 2 -- idle time in seconds
end idle
Thanks,
TracyV
[demime 0.98b removed an attachment of type text/x-vcard which had a name of tvanderwerf.vcf]