• 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: UI Scripting deep menus
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >UI Scripting deep menus (From: John Delacour <email@hidden>)
 >Re: UI Scripting deep menus (From: Rob Jorgensen <email@hidden>)

  • Prev by Date: Re: Personality settings in Eudora
  • Next by Date: Disk mounted
  • Previous by thread: Re: UI Scripting deep menus
  • Next by thread: Re: UI Scripting deep menus
  • Index(es):
    • Date
    • Thread