Re: Quark Boxes
Re: Quark Boxes
- Subject: Re: Quark Boxes
- From: Rick Norman <email@hidden>
- Date: Fri, 10 May 2002 15:18:52 -0500
My apologies on this, the "group boxes" is part of the "ScripMaster XT"
Suite from Jintek.com.
>
From: Aha-pupok <email@hidden>
>
Date: Fri, 10 May 2002 21:39:33 +0400
>
To: Rick Norman <email@hidden>
>
Subject: Re: Quark Boxes
>
>
>
On Thursday, May 9, 2002, at 07:36 PM, Rick Norman wrote:
>
>
> group boxes {1, 2, 3} from spread 1 of document 1
>
>
What means "group boxes {1, 2, 3}"?
>
Dictionaries does not contains command "group" and that looks like not a
>
reference.
>
It will not work.
>
>
I trying to group boxes by menu command.
>
>
tell app "QuarkXPress"
>
tell document 1
>
tell page 1
>
set selected of generic box 1 to true
>
set selected of generic box 2 to true
>
end tell
>
end tell
>
select menu item "Group" of menu "Items"
>
end tell
>
>
But it does not works also.
>
"select menu item "Ungroup" of menu "Items" works, but "group" - no.
>
>
>
Aha-pupok
>
email@hidden
_______________________________________________
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.