Page 1 of 1

Error with Save/Load RVF

Posted: Tue May 21, 2013 1:45 pm
by retwas
Hello,

I'm using a TRichViewEdit.

I have 2 buttons.
- First - It's for save the file

Code: Select all

rveDocument.SaveRVF('c:\rvfsave.rvf', false)
- Second is for load the file

Code: Select all

rveDocument.loadRVF('c:\rvfsave.rvf');
When I load RVF I have the error message "Index out of bound (-1)"

Can you help me ?

Thanks

Posted: Tue May 21, 2013 3:53 pm
by Sergey Tkachenko
Please send a sample project reproducing this problem to richviewgmailcom

Posted: Wed May 22, 2013 6:44 am
by retwas
Finally I find where was my problem.

Then I have a question about HTML.
I see that I can use a saveHTML, but loadHTML don't exist ?