Answered
Execution of the app.executeMenuCommand ('AI Place'}) process
How do I force a script to stop executing commands while waiting for the "app.executeMenuCommand ('AI Place')" command to finish?
How do I force a script to stop executing commands while waiting for the "app.executeMenuCommand ('AI Place')" command to finish?
something like that:
var aFile = File.openDialog ();
var aPlaced = app.activeDocument.placedItems.add();
aPlaced.file = aFile;Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.