absolute flip bug CS5?
hi there,
i'm trying check if image has been flipped in indesign cs5 using applescript:
tell application "adobe indesign cs5"
activate
set image_flip to absolute flip of the selection
display dialog (image_flip as string)
end tell
if flip selected image horizontally , run script returns 'horizontal'. if flip selected image vertically , run script returns 'vertically'. if flip selected image horizontally , vertically returns 'none'. dictionary cs5 states should able return 'horizontal , vertical/both':
absolute flip (none/horizontal/vertical/horizontal , vertical/both) : indicates whether image has been flipped independently of parent object and, if yes, direction in image flipped.
is bug cs5 or doing wrong?
any gratefully appreciated.
thanks,
nik
i same using applescript , estk…
More discussions in InDesign Scripting
adobe
Comments
Post a Comment