• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
picture boxes
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

picture boxes


  • Subject: picture boxes
  • From: Rick Norman <email@hidden>
  • Date: Fri, 24 May 2002 11:17:13 -0500

This will create an 8.5 x 11 page with two picture boxes, is that what you
mean?

tell application "QuarkXPress 4.1"
activate
set properties of default document 1 to {page height:"11\"", page
width:"8.5\"", facing pages:false}
set properties of default document 1 to {top margin:"0\"", left
margin:"0\"", bottom margin:"0\"", right margin:"0\""}
set properties of default document 1 to {column count:1, gutter
width:"0.167\"", automatic text box:false}
make new document at beginning
tell document 1
set view scale to fit page in window
end tell
tell page 1 of document 1
make picture box at beginning with properties {bounds:{"-0.125\"",
"-0.125\"", "4.403\"", "6.153\""}}
make picture box at beginning with properties {bounds:{"0\"", "0\"",
"8\"", "8\""}}
end tell
end tell


> From: "Marichal, Patrick" <email@hidden>
> Date: Fri, 24 May 2002 11:54:06 -0400
> To: "AppleScript List
> (email@hidden)"<email@hidden>
> Subject: picture boxes
>
> Hi,
> how can i create x pictures boxes on a document quark. I can create one,
but
> if I want to create another boxes, on the same document, how could I do.
> Thanks
>
> TT
> -------oooo-- \:/ --oooo------
> Patrick Marichal
> Tech. Support Informatique
> La Presse Ltie.
> @: 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.
_______________________________________________
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.

  • Prev by Date: Re: picture boxes
  • Next by Date: Tell, Double Tell & Run Only
  • Previous by thread: Re: picture boxes
  • Next by thread: Tell, Double Tell & Run Only
  • Index(es):
    • Date
    • Thread