Question
Skip "Some of the the type layers in this document were rasterized because an error prevented them from being read" dialog on app.open
I am using app.open to load files into photoshop, but these files are generated by another program and gives the error "Some of the the type layers in this document were rasterized because an error prevented them from being read" on loading the document.
I have tried:
app.displayDialogs = DialogModes.NO;
But this seems to not apply to documents that are not open yet. How can I skip this dialog?
