Question
Exit from the photoshop application using javascript or extendscript in Mac OS
Hi -- I have created a HTML5 panel extension in photoshop. I have a button and in click event I am trying to quit the photoshop application. I have tried the below code and it is working in windows os but not working in Mac. How can I quit the photoshop application in Mac. Thanks.
executeAction(app.charIDToTypeID('quit'), undefined, DialogModes.NO);
