Page 1 of 1

OnProgress in RichViewEdit and LoadRVF

Posted: Thu Feb 15, 2007 5:30 pm
by mamouri
Hi,
From Help of TCustomRichView.OnProgress:
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.

Posted: Tue Feb 20, 2007 4:21 pm
by Sergey Tkachenko
Planned for future

Posted: Thu Feb 22, 2007 4:15 pm
by mamouri
Could you please make this available in next version? I need it urgently for my project.

Thank you

Posted: Fri Mar 23, 2012 10:32 am
by jonjon
Hi Sergey,

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 ?

Thanks in advance,

John.

Posted: Sat Mar 24, 2012 7:54 pm
by Sergey Tkachenko
Ok, it will be included in the next update: OnProgress for loading text and rvf, for saving text, rtf and html.

Posted: Mon Mar 26, 2012 9:47 am
by jonjon
Great, thanks!