Reply To: Split text into separate non-threaded frames?

#55271
albastru22
Participant

Uauuu… Thank you Jongware – I was too shy to ask for this script – it saves me a lot of work.

Just 2 small things… I dont want this line “newframe.fit (FitOptions.FRAME_TO_CONTENT);” so I put // in front. But now… The height of the new frame is the height of the old frame… So after a little digging :D I put this at the end: “newframe.geometricBounds = [newframe.geometricBounds[0], newframe.geometricBounds[1], newframe.geometricBounds[2]- newheight, newframe.geometricBounds[3]];”

Everything works perfectly for me.

I think it would have been a better idea to cut off a selection instead of the paragraph above but it works great with this approach.

So I have a question, hoping I wont be OT: I need to change the number of columns of the newframe (to 1). I guess it should be pretty easy if someone posts this info, but I want to know how should I find it myself… In VBA I put “newframe.” and after the “.” it gives me everything on newframe (intelisense). I choose one from the list and press F1 and I get the help for that choise I made – and see even an example. I tried opening the object model viewer in ESTK, searched for frame… it didn't give me anything (too many results). What am I doing wrong? Or adobe wants only smart intelligent people to script … :D :D :))

This article was last modified on March 24, 2010

Comments (0)

Loading comments...