• 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
Quark Bounds Not Working Like it did
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Quark Bounds Not Working Like it did


  • Subject: Quark Bounds Not Working Like it did
  • From: Jason Bourque <email@hidden>
  • Date: Wed, 16 Dec 2009 11:35:31 -0500
  • Thread-topic: Quark Bounds Not Working Like it did

Hello,

It has been a while since I have used this script.
It is very slow and the error I get is
"Can¹t get item 2 of {{"5.031\"", "5.607\"", "6.923\"", "8\""}}."


tell application "QuarkXPress 7.5"


        set {y1, x1, y2, x2} to (bounds of vBoxRef as list)

        set x1 to (x1 as inch units) as real -- Left
        set x2 to (x2 as inch units) as real -- Right
        set y1 to (y1 as inch units) as real -- Top
        set y2 to (y2 as inch units) as real -- Bottom

        set vWidth to x2 - x1
        set vHeight to y2 - y1

    end tell



--
Any help is appreciated.
Jason Bourque


 _______________________________________________
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/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Quark Bounds Not Working Like it did
      • From: "email@hidden" <email@hidden>
References: 
 >Re: How to get all layer (even in layer sets) in Photoshop (From: Paul Skinner <email@hidden>)

  • Prev by Date: Re: How to get all layer (even in layer sets) in Photoshop
  • Next by Date: copy a package with do Shell Script
  • Previous by thread: Re: How to get all layer (even in layer sets) in Photoshop
  • Next by thread: Re: Quark Bounds Not Working Like it did
  • Index(es):
    • Date
    • Thread