Question
Trouble Running Actions thru JSX Script in Illustrator
Due to a few limitations in JSX, the only way i have been able to get illustrator to automate certain things is by running actions thru my JSX script. But I've noticed i have not been able to run them in the new version of Illustrator. Here is the code I have been using to run the macros, please advise what i need to change to get this working again:
var myActionFile = File("**File Path to my .aia actions**");
app.loadAction(myActionFile);
app.doScript("**Name of action within folder i want to run**", "**Name of action folder here**");
This has worked for months now running the same action automatically thru my script but now it doesn't on my update workstation (it still works just fine on my other PC with the older version of Illustrator installed).
Thanks for reading
-Isaiah
