update readme and example project

This commit is contained in:
ChrisD 2024-11-19 17:20:23 +01:00
parent 2dfd354792
commit 718f981618
5 changed files with 5216 additions and 29 deletions

Binary file not shown.

5196
voc_ae/intro.aepx Normal file

File diff suppressed because one or more lines are too long

View file

@ -1,3 +1,4 @@
app.open(new File("$filename"));
var comp;
for (var i = 1; i <= app.project.numItems; i ++) {
if ((app.project.item(i) instanceof CompItem) && (app.project.item(i).name === 'intro')) {
@ -19,5 +20,4 @@ textProp_title.setValue(textDocument_title);
textDocument_persons.text = "$personnames";
textProp_persons.setValue(textDocument_persons);
app.project.save();
app.quit();
app.project.close(CloseOptions.SAVE_CHANGES);

Binary file not shown.