Back

If your email is not recognized and you believe it should be, please contact us.

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: CS5 table row heights #57699

    Brilliant! It's exactly what I needed.

    I later did a couple of tests, and in all cases my row heights were reset by the script.

    I'm at a lose as to where I could have gone wrong.

    Can you recommend a learning resource that I can check out. I find it a bit awkward to be 'mooching' java scripts.

    I figure that with enough samples in my face, I might be able to build my own.

    My immediate needs are to apply a cell style ( 0.5 pt stroke to the bottom side) to tables with manually stroked cells of 0.5 points or less. and a heavy stroke cell style to cells with strokes that are of a 0.6 point stroke or more.

    thankyou

    in reply to: CS5 table row heights #57544

    Thankyou sir!

    That worked very well.

    I'm very new to JavaScript,I thought that I could string 2 scripts together.

    app.activeDocument.stories.everyItem().tables.everyItem().rows.everyItem().autoGrow = true;

    I thought that i could define the row height at the same time, but I guess not.

    app.activeDocument.stories.everyItem().tables.everyItem().rows.everyItem().autoGrow = true.minimumHeight = “1p

    Thanks again for the code

    in reply to: New InDesign Plugin Handy Tools (Free) #57513

    I get an error during install.

    all other CS5 plug-ins are *.apln.

    Is this plug-in not CS5 compatible?

Viewing 3 posts - 1 through 3 (of 3 total)