Recent changes in script behaviour? (OS X)
Recent changes in script behaviour? (OS X)
- Subject: Recent changes in script behaviour? (OS X)
- From: Mr Tea <email@hidden>
- Date: Fri, 28 Jun 2002 11:36:51 +0100
At least one of my scripts has stopped working since I upgraded to OS X
10.1.5 and AS 1.8.3.
This simple script toggles the active state of a freeware utility that
displays all the characters available in a font. It starts by checking
whether or not the utility is running, and originally began thus:
tell application "Finder"
if "PickChar" is in name of every process then
That used to work just fine, but when I tried to run it a few moments ago, I
got an error telling me that the Finder couldn't get the name of every
process. The script was restored when I changed that to this:
Tell application "Finder" to set theProcs to name of every process
If "PickChar" is in theProcs then
What happened to break the original script?
Mr Tea
_______________________________________________
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.