• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: are WeatherPop running
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: are WeatherPop running
      • From: Walter Ian Kaye <email@hidden>
References: 
 >are WeatherPop running (From: Robert Poland <email@hidden>)
 >Re: are WeatherPop running (From: Walter Ian Kaye <email@hidden>)

  • Prev by Date: Re: are WeatherPop running
  • Next by Date: Re: are WeatherPop running
  • Previous by thread: Re: are WeatherPop running
  • Next by thread: Re: are WeatherPop running
  • Index(es):
    • Date
    • Thread