Re: fit to box in quark in AS
Re: fit to box in quark in AS
- Subject: Re: fit to box in quark in AS
- From: Olivier Berquin <email@hidden>
- Date: Wed, 17 Apr 2002 14:31:36 +0200
Hi Heather,
Please, try this:
--
tell application "QuarkXPress Passport 4.11"
tell document 1
tell current box
tell image 1
if bounds is {0, 0, 0, 0} then
display dialog "This picture box has no picture.",
buttons "OK" default button 1 with icon stop
end if
set bounds to exact fit
end tell
end tell
end tell
end tell
--
Hope that helps !
Olivier.
_______________________________________________
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.