Is there any callback mechanism I could use to be notified when a document added to the op.combineDoc's Input array fails to be processed/combined for whatever the reason: unsupported file format, file does not exist, operation not permitted, ... ?
For what I know, at the moment, if an entry fails during operation execution - no simple way to know this from the resulting IPXC_Document.
Upon any of the above mentioned problem-cases: the "Cannot add file" dialog appears and the user can Ignore or Abort - I'd like to be able to react on "Ignore" / "Ignore all" via some callback thingy...
It would be even better if I could programmatically specify the action for the above dialog - so before it appears to, for example, pre-set "Ignore" somehow (and still have the callback notify me of the no-go case and let me know of the input parameter and what the problem is, like "operation not permitted").
I think this part calls for a new option (aka feature request) in the op.combineDoc's IOpInputItem, something like "WhenCannotAdd=show_dialog/ignore/ignore all/abort"

p.s.
Yes, I know: asking and asking for more ...
-žarko