Silly-V / Adobe-Illustrator

Some useful Adobe Illustrator scripts
413 stars 297 forks source link

[VariableImporter.jsx] Not able to do the binding #56

Closed psjavi closed 2 years ago

psjavi commented 2 years ago

Hi, I'm trying to bind a csv in order to create in batch the email signature

image

When I try to do the cycle process, nothing happens. If I push in OK, the records are created but the text in the variables it doesn't change.

What I doing wrong?

I've the latest Illutraitor version.

Silly-V commented 2 years ago

Make sure the text is different from the text box name. Type something into the textbox. If the name of the text box in the layers panel changed, it means this textbox has no name. Change the text inside the textbox to a different string of text, and then rename the textbox in the layers panel to give it a proper name. Now it could be recognized by autobinding when using bind by name.

psjavi commented 2 years ago

Make sure the text is different from the text box name. Type something into the textbox. If the name of the text box in the layers panel changed, it means this textbox has no name. Change the text inside the textbox to a different string of text, and then rename the textbox in the layers panel to give it a proper name. Now it could be recognized by autobinding when using bind by name.

Good morning, It worked!. Thanks a lot!!