Script To Open PSD File With Color Setting Profile Mismatch Dialog ( Ask When Opening )
Hello,
I noticed when I script opening a PSD File using code such as:
app.open( File( exampleFile ) );
It does not ask before it opens whether I want to convert the color profile to the working space, even though I have the 'Ask When Opening' checked on missing or mismatching profiles in the Color Settings. I only have this issue when trying to script opening PSD files, with other file types I do get the dialog pop-up. I also get a proper dialog with PSD files if I just do a manual 'File > Open' instead of opening via script. I tried putting this line:
app.displayDialogs = DialogModes.ALL;
However this gives me the unwanted dialog window of having to select the file I want to open, when I've already specified which file I wish to open in the script itself.
Any thoughts?
Thanks!
