• 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: a quickie.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: a quickie.


  • Subject: Re: a quickie.
  • From: Doug Korns <email@hidden>
  • Date: Thu, 13 Sep 2001 16:55:37 -0700

>what is a script that would toggle the control strip on and off in OS 9?
>
This is a little brute force-ish, but the visual and net effect is what
you desire.

You could also use it to "refresh" the strip when Control Strip Modules
are added or deleted on the fly, without restarting.

--
tell application "Finder" to set ProcessList to the name of every process

if "Control Strip Extension" is in ProcessList then
tell application "Control Strip Extension" to quit
else
tell application "Control Strip Extension" to launch
end if
--

Doug Korns


  • Prev by Date: Re: OT - Your Comments on the recent,,,
  • Next by Date: Re: Attachments to an existing message
  • Previous by thread: a quickie.
  • Next by thread: help AS script to search for files using Sherlock gets indexing error??
  • Index(es):
    • Date
    • Thread