Question
Javascript insertionpoint.place fails in Indesign 2020
Hello,
We have a script importing files in Tagged Text format into a Indesign document, we did it in CS4 and it has been in use since then.
In Indesign CC 2020 it fails, Indesign "runs forever" and needs to be forced to quit.
The script gets the current insertion point and place a file, like this:
var ip = app.selection[0];
ip.place (File(fileToImport),{ autoflowing: true});
The place function never ends. It still does not work if I remove "autoflowing".
What has changed in CC 2020?
Thanks,
Rolf