menu item
menu item
- Subject: menu item
- From: Alberto Salvagnini <email@hidden>
- Date: Wed, 09 Jan 2002 16:08:49 +0100
hi to everyone
I am trying to select a menu item from both: Finder and QuarkXpress
4.11.
I tried like following the command Select Menu Item but I didn't find
the right syntax.
tell application "Finder"
activate
Select Menu Item menu item ID 2 of menu ID 2
end tell
or outside of the finder
Select Menu Item menu item ID 2 of menu ID 2
or like this
tell application "Finder"
activate
Select Menu Item menu item ID 2 menu ID 2
end tell
Can someone help me to write it right? or where I can find examples on
the web?
Thanks in advance and greeting from Hamburg
Alberto :)