Re: Why is this?
Re: Why is this?
- Subject: Re: Why is this?
- From: Martin Orpen <email@hidden>
- Date: Tue, 27 Jan 2004 18:23:54 +0000
on 27/1/04 4:48 pm, Michelle Steiner at email@hidden wrote:
>
tell application "System Events"
>
set foo to get processes
>
end tell
[snip]
Because getting the processes includes a the name of the application that
you requested the information from:
application process "loginwindow" of application "System Events"
application process "loginwindow" of application "Finder"
Rather than just the *names* of the processes.
Regards
--
Martin Orpen
Idea Digital Imaging Ltd -- The Image Specialists
http://www.idea-digital.com
_______________________________________________
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.
References: | |
| >Why is this? (From: Michelle Steiner <email@hidden>) |