Re: UI Scripting deep menus
Re: UI Scripting deep menus
- Subject: Re: UI Scripting deep menus
- From: Rob Jorgensen <email@hidden>
- Date: Mon, 14 Apr 2003 00:58:53 -0400
At 12:23 AM -0400 4/14/03, I wrote:
At 11:13 PM +0100 4/13/03, John Delacour wrote:
I'm having difficulty getting System Events to go very deep
In Eudora, I want to select:
Menubar -> Message -> Change -> Character Set -> Traditional Chinese
But I can get no further than having the Message menu down with
"Change" selected.
Is there a way of doing this ?
I don't have additional character sets to test with but this works
to change a message's label. It should be close.
--
tell application "Eudora" to activate
tell application "System Events"
tell application process "Eudora"
tell menu item "Hot" of menu "Label" of menu item "Label" of menu
"Change" of menu item "Change" of menu "Message" of menu bar 1 to
click
end tell
end tell
--
Here's the indexed reference.
menu item 4 of menu 1 of menu item 4 of menu 1 of menu item 17 of
menu 6 of menu bar 1
--
Rob Jorgensen
Ohio, USA
_______________________________________________
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.