Missing graphics - how to skip in Open
In my test script to cope with the various open errors I have this definition for the OpenParms:
i = GetPropIndex(params, Constants.FS_RefFileNotFound); // Document imports another file that isn’t available.
params.propVal.ival = Constants.FV_AllowAllRefFilesUnFindable;
When opening a book with files creating various errors, I get a dialog at the file which has missing graphics
«Cannot display some imported graphics. The image will appear as gray boxes»
Isn't this covered by the above OpenParm ?
The whole test with files is in my dropbox.

