Re: Box Overflows in Xpress 4.11 part 2
Re: Box Overflows in Xpress 4.11 part 2
- Subject: Re: Box Overflows in Xpress 4.11 part 2
- From: Steve Thompson <email@hidden>
- Date: Tue, 05 Nov 2002 18:23:56 +0000
On 5/11/02 4:50 pm, "Juergen May" <email@hidden> wrote:
>
>
Try this...
>
>
tell application "QuarkXPress 4.11"
>
tell document 1
>
try
>
set boxIndexList to index of every text box whose box overflows is true
>
end try
>
end tell
>
end tell
That doesn't work either. If I take the try statement out, I still get
QuarkXPress 4.11 got an error: Can't make some data into the expected type.
The implication is that box overflows should be a list, not a boolean.
Steve
_______________________________________________
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.