Re: UI Scripting deep menus
Re: UI Scripting deep menus
- Subject: Re: UI Scripting deep menus
- From: John Delacour <email@hidden>
- Date: Mon, 14 Apr 2003 14:36:17 +0100
- Mac-eudora-version: 6.0a15
At 8:15 am -0400 14/4/03, Rob Jorgensen wrote:
Works fine from Script Debugger too. It errors even if you cut the
script down to just:
tell application "System Events"
end tell
I think it's Eudora's script menu that's failing.
Try this from the BBEdit Menu then -- and I gues from ANY carbon
application's script menu:
tell application "BBEdit 6.5" to activate
tell application "System Events" to tell process "BBEdit 6.5"
set frontmost to true
set ls to name of every menu of menu bar 1
end tell
choose from list ls
I think we need Chris N. to give us the solution.
JD
_______________________________________________
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.