Re: System Events problem
Re: System Events problem
- Subject: Re: System Events problem
- From: Steve Roy <email@hidden>
- Date: Tue, 11 Mar 2003 13:25:08 -0500
email@hidden (Steve Roy) wrote:
>
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.
I'm even more confused now.
tell application "Finder"
process "QuarkXPress"
end tell
and
tell application "Finder"
application process 1
end tell
give
tell application "Finder"
get application process 1
open application file id "sevs"
+event ascrgdut;
get application process 1
--> Finder got an error: System version is too old to run the installed
scripting system.
But
tell application "Finder"
open application file id "sevs"
end tell
does nothing and returns immediately. I swear this used to work before!
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.