Re: Quark 6 Move
Re: Quark 6 Move
- Subject: Re: Quark 6 Move
- From: Hans Haesler <email@hidden>
- Date: Thu, 24 Feb 2005 23:20:21 +0100
On Thu, 24 Feb 2005, Greg Turnquist wrote:
> Has anyone had any success moving items from page to page in 6.5.
>
> The following throws an error which appears to be the same as 4.11.
>
> >From dict.
>
> Move reference
> To location reference.
>
> Tell application "Quark "
> activate
> Tell document 1
> --must have something selected.
> Move selection to end of page 2
> End tell
> End tell
>
> The error is "Can't make or move that element into that container. "
Greg,
replace 'selection' with 'current box':
---
tell document 1 of application "QuarkXPress 6.5"
activate
move current box to end of page 2
end tell
---
And, when the selected box is on page 1 of a facing-pages layout,
make sure that there is a page 3. Else, the box will end up on the
pasteboard, way to the right of its origin (by the width of a page).
Regards,
Hans
---
Hans Haesler <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Quark 6 Move (From: Greg Turnquist <email@hidden>) |