Re: Picturebox to graphic box
Re: Picturebox to graphic box
- Subject: Re: Picturebox to graphic box
- From: Stan Cleveland <email@hidden>
- Date: Fri, 15 Dec 2006 14:12:59 -0800
- Thread-topic: Picturebox to graphic box
Title: Re: Picturebox to graphic box
On 12/15/06 6:01 AM, Jan Bultereys wrote:
Why does this not work:
tell application "QuarkXPress Passport"
set picture box 1 of document 1 to graphic box type
end tell
Any feedback is much appreciate
Jan, you need to modify a property of the box, not the box itself. Try this:
tell application "QuarkXPress Passport"
set box type of picture box 1 of document 1 to graphic box type
end tell
Stan C.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden