Andreas Vox wrote: >> Surely you should check whether the snippets were generated successfully >> before adding them to 'addBitmaps' ? > > Yes, and since startAndWait() returns the return code of the script call > anyway, it's as simple as > > if (snipp->startAndWait(buffer, fore, back, scale) == 0) { > runparams.exportdata->addBitmaps(to_1, snipp); > } > > Maybe also an Alert?
If you do so then please concatenate all error messages so taht the Alert pops up only once. -- Angus