• 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: script adding the script menu to the menu bar
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: script adding the script menu to the menu bar


  • Subject: Re: script adding the script menu to the menu bar
  • From: Rob Jorgensen <email@hidden>
  • Date: Tue, 24 Jul 2007 18:37:33 -0400

At 12:11 PM -0700 7/24/07, Eric Geoffroy wrote:

Seems like the only way is to click that checkbox in the script utility.
I found a plist called "com.apple.scriptmenu" but the only value in there is
whether app scripts are sorted top or bottom.

Usually a 'defaults write com.apple.scriptmenu' script would do the trick,
but there's just no value in there.

This works for me on a G4 running OS X 10.4.10:

--
set script_menu to ¬
 (path to library folder from system domain as Unicode text) & ¬
 "CoreServices:Menu Extras:Script Menu.menu:"

tell application "Finder" to open script_menu
--

Once the script opens/launches Script Menu, it shows up as enabled in Script Utility, just as if I had used Script Utility to activate the menu.

-- Rob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden
References: 
 >script adding the script menu to the menu bar (From: Eric Geoffroy <email@hidden>)

  • Prev by Date: Re: AppleScript and shell scripting
  • Next by Date: [REQ] Strange char "?" in html source from Safari
  • Previous by thread: Re: script adding the script menu to the menu bar
  • Next by thread: Re: script adding the script menu to the menu bar
  • Index(es):
    • Date
    • Thread