System Events problem
System Events problem
- Subject: System Events problem
- From: Steve Roy <email@hidden>
- Date: Tue, 11 Mar 2003 11:58:37 -0500
Hi,
Here's something really weird. I have the pre-release System Events installed on
my Mac OS X 10.2.4 machine. When I run the following script in the Classic
environment...
tell application "Finder"
every application process
end tell
... the Event Log window shows the following.
tell application "Finder"
get creator type of every application process
open application file id "sevs"
<<event ascrgdut>>
--> {}
get creator type of every application process
--> Finder got an error: System version is too old to run the installed
scripting system.
Prior to testing it, I restarted my machine, and checked that System Events
wasn't running. Somehow, calling "every application process" triggers the Finder
to launch System Events, and to call <<event ascrgdut>>.
Note that this works fine when I run the script from a Mac OS X process. Am I
the only one who sees this? Can someone who doesn't have the beta System Events
installed test it and let me know?
Thanks,
Steve
--
Steve Roy <email@hidden>
http://homepage.mac.com/sroy
_______________________________________________
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.