Re: Running a script in both OS 9 and 10
Re: Running a script in both OS 9 and 10
- Subject: Re: Running a script in both OS 9 and 10
- From: Graff <email@hidden>
- Date: Tue, 27 Jan 2004 14:02:34 -0500
Hmm, works fine for me. I'm running AppleScript 1.9.3 and Script
Editor 2.0 (v43) on Mac OS X 10.3.2.
I get:
{"loginwindow", "Dock", "SystemUIServer", "Finder", "ATI Monitor",
"System Events", "OmniWeb", "Mail", "Script Editor"}
Is that your whole script or is that inside another block? Maybe try
creating another script file with just the text you posted here in case
something was corrupt with your original file. I don't know if an OSAX
can mess with what you are doing, but maybe something is broken in your
AppleScript files, like a corrupt OSAX or preference or something.
There is definitely some sort of odd behavior going on there.
- Ken
On Jan 27, 2004, at 7:20 AM, Rob Stavis wrote:
When I try to compile the script you suggest (in OS 10.3.1) I get :
Syntax Error
Expected "from", etc. but found indentifier.
If I run this script:
tell application "Finder"
get name of processes
end tell
I get:
AppleScript Error
The variable processes is not defined.
On Jan 27, 2004, at 1:00 AM, Graff wrote:
I'll leave your question to the others, but what problems are you
having with finding out about application processes via the Finder in
MacOS X? This works fine for me under MacOS X 10.3:
------------
tell application "Finder"
get every application process
end tell
_______________________________________________
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.