If the user saw this before and chose “Don’t show again” then it’s not a problem.
Otherwise this will show up and cause issues with the code that follows it.
Thank you for your help!
Henrique \\ TMMW
Text Replacer for Premiere Pro | Clips Exporter | Thumbs Up | Selector for Premiere Pro
AFAIK, the DOM api as it’s currently written doesn’t give you an easy way to override this. @Barkin – do you have any thoughts in how the DOM api should handle these kinds of cases?
That dialog is controlled by the Color Settings preferences. At the moment, you’d have to set that preference to off via the Color Settings dialog or via batchPlay:
if(askWhenPasting){
this new dialog shows up
}else{
the original shows up
}
In my case askWhenPasting was already off.
I’ve now found out why my code was breaking with the dialogs so it
works independently of that, but would be nice to be able to turn these
off in the future.