Re: applescript-users digest, Vol 2 #248 - 17 msgs
Re: applescript-users digest, Vol 2 #248 - 17 msgs
- Subject: Re: applescript-users digest, Vol 2 #248 - 17 msgs
- From: David Lloyd <email@hidden>
- Date: Sat, 20 Jan 2001 10:44:50 +1100
When I suggested:
tell application "QuarkXPress 4.04"
activate
tell document 1 to set tool mode to drag mode
select menu item "Select All" of menu "Edit"
do updates
select menu item "group" of menu "Item"
end tell
Hans said
>
I guess that you have "ScriptMaster XT" installed.
>
Without this XTension you can't do much with the "menu" class
>
of QuarkXPress.
>
>
I don't have ScriptMaster XT, so would you please tell me
>
if your example works, too, when you run it from OSA Menu
>
(as the command 'do updates' suggests it).
This script works fine without ScriptMaster. It also performs in OSA Menu.
The 'do updates' is a part of QuarkXPress terminology, and is required to
ensure this script works. Also, the 'select menu' part needs to be kept
outside the tell document block.
David L