Re: script adding the script menu to the menu bar
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