Re: are WeatherPop running
Re: are WeatherPop running
- Subject: Re: are WeatherPop running
- From: Craig Sutherland <email@hidden>
- Date: Sat, 3 Jan 2004 21:54:09 -0600
Trying to get this to work;
-- Is WeatherPop running?
tell application "Finder"
if (processes whose name = "WeatherPop") {} then
say "WeatherPop"
end if
end tell
if exists (process 1 whose name is "WeatherPop") then ...
and
Need a way to tell if "Install Script Menu" has been run. These both
are menu bar items that show up visually but I haven't been able to
test them with a script.
tell application "System Events"
set gotScriptMenu to exists (process 1 whose name is "Script Menu")
end tell
if gotScriptMenu then say "Check out FastScripts instead!"
-boo
That works with FastScripts but not Script Menu on my machine. Script
Menu is not listed when I do not know how Fastscripts implements its
menu placement. Earlier versions had pretty significant memory leaks, I
haven't checked that on the latest couple of releases.
When Script Menu is installed it does not appear as a Process in
Activity Monitor while Fastscripts does when it is running. Seems there
are different implementation designs at work.
Craig
_______________________________________________
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.