Reply To: Resize graphic frames with an Object style applied

#60626

Hi Mike,

What version of InDesign are you on? I guess you're on CS3.

It's always a good idea to specify the InDesign version and the platform — Mac or PC — for which you want the script.

Let's try to replace

if (objStyle.isValid) {

with

if (objStyle != null) {

to make it compatible with CS3.

Regards,
Kasyan

This article was last modified on September 28, 2011

Comments (0)

Loading comments...