update readme and example project
This commit is contained in:
parent
2dfd354792
commit
718f981618
5 changed files with 5216 additions and 29 deletions
BIN
voc_ae/intro.aep
BIN
voc_ae/intro.aep
Binary file not shown.
5196
voc_ae/intro.aepx
Normal file
5196
voc_ae/intro.aepx
Normal file
File diff suppressed because one or more lines are too long
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue