Unable to Merge swatches, screen freezes
In latest version of Illustrator 2020, I am running the script that brings Swatch Conflict Dialog, which is ok but it does not allow me to merge swatches. I cannot select or change radio button selection. I have attached the screenshot of the dialog.
You can disable alerts during script execution with below method
app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS;
This assumes the default option selected in the dialog and proceed with further script execution.
Please let me know if the above suggestion works for you
-
Charu commented
No, this doesn't help. It still shows the dialog and I am unable to select any option and click OK. It seems there is some other dialog over it which makes merge swatch one at the background. This is basically happening when opening a pdf file and when we open pdf file it shows the progress bar, but in this case progress bar is not visible on UI may be hidden or overlapping or below merge swatch dialog.
Can't we have option to save the file in ai or pdf in the background using script. I know this option is availble in CC 2020, but via script it is not possible.