Re: are WeatherPop running
Re: are WeatherPop running
- Subject: Re: are WeatherPop running
- From: Robert Poland <email@hidden>
- Date: Sat, 3 Jan 2004 21:54:06 -0700
Sorry I failed to mention
iMac 800 FP, OS 10.3.2
At 18:18 -0700 01/03/2004, Robert Poland wrought:
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 flag to exists of process "WeatherPopApp"
end tell
flag --> false
if exists (process 1 whose name is "WeatherPop") then ...
tell application "Finder"
if exists (process 1 whose name is "WeatherPop") then
say "WeatherPop"
end if
end tell
Doesn't work
if exists (process 1 whose name is "WeatherPop") then ...
tell application "Finder"
if exists (process 1 whose name is "WeatherPop") then
say "WeatherPop"
end if
end tell
Fails
snip...
--
Bob Poland - Englewood, CO
http://www.ibrb.org/
_______________________________________________
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.