• 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
Indesign --> CS3 changed behaviour
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Indesign --> CS3 changed behaviour


  • Subject: Indesign --> CS3 changed behaviour
  • From: Wayne Melrose <email@hidden>
  • Date: Tue, 26 Feb 2008 20:54:32 +0100

Hi, 

I've had a script working since CS1 where I would move the bounds of a grouped object by first getting it's bounds then setting them to something else.. 

example

set intOffset to 2
tell application "Adobe InDesign CS3"
tell front document
set {a, b, c, d} to get geometric bounds of group 1
set geometric bounds of group 1 to {a, b - intOffset, c, d - intOffset}
end tell
end tell


Now this works fine even in cs 3, except for when the group has an image... In previous versions the image would shift with the group, now in cs3 the bounds of the image stay the same.. 

Anyone know a workaround for this? 

thanks 

Wayne Melrose 

 _______________________________________________
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: Indesign --> CS3 changed behaviour
      • From: Martin Orpen <email@hidden>
  • Prev by Date: What's wrong with this call to zip?
  • Next by Date: Re: What's wrong with this call to zip?
  • Previous by thread: Re: What's wrong with this call to zip?
  • Next by thread: Re: Indesign --> CS3 changed behaviour
  • Index(es):
    • Date
    • Thread