Re: class PSN
Re: class PSN
- Subject: Re: class PSN
- From: julifos <email@hidden>
- Date: Tue, 10 Jun 2003 20:33:15 +0200
>
I have a piece of a script I inherited that has an apple event that doesn't
>
get "resolved" when compiled. It is class psn. I can't find it in the Finder
>
dictionary anywhere. The script works but does anybody know what class psn
>
is?
>
>
>
set creatorType to "XPR3"
>
tell application "Finder"
>
set theAPp to (first process whose creator type is (creatorType as
>
type class)) as +class psn ;
>
end tell
>
>
>
Thanks,
>
>
Rich Young
>
Tribune Media Services
"psn " --> typeProcessSerialNumber
ej: application "Whatever"
Deprecated.
More info:
<
http://www.applescriptsourcebook.com/applescript/applescript112.html#applic
ationprocesses>
And here:
<
http://www.applescriptsourcebook.com/tips/tellbyvariable.html>
JJ
_______________________________________________
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.