Component does not call this event with Operation=rvloConverting, you can use this value to call this event yourself from your handler of TRVOfficeConverter.OnConverting event.
Is it possible to call OnProgress for LoadRVF. I need loading large rvf file in my project in RichViewEdit. There are OnProgress even in RVE but it does not call for LoadRVF. I noticed that it did not work correctly for LoadRTF, too.
This is an old thread but as far as I can see, the latest version of TRichView still doesn't support OnProgress for RTF saving or HTML saving. Would it be possible to add this feature ?
I guess TRichView is saving one item at a time to RTF or HTML so adding this event in the loop shouldn't be too hard ?