Hi,
I'm trying to save the user's settings when they close the script window, but can't for the life of me figure it out.
This executes wonderfully in Extendscript CS6, but when I run it in AECC I don't get an alert.
myPalette.onClose = function () { alert("settings saved");}
Any ideas? Thanks.