Page 1 of 1

Problem with Checkpoint in RTF file.

Posted: Thu Apr 15, 2010 1:42 pm
by Alvaro
I am importing an RTF document that has a Checkpoint.
What can affect the functioning of the import of Checkpoint?
I'm sure it exists, because when I open the same rtf file through RVEditDemo project, it appears, but not in my project.
What am I doing wrong ? :(

Posted: Thu Apr 15, 2010 4:05 pm
by Sergey Tkachenko
Bookmarks are imported from RTF (as checkpoints), if RV.RTFReadProperties.IgnoreBookmarks = False.
Probably they are imported but not displayed. Make sure that rvoShowCheckpoints is included in RV.Options.

Posted: Mon Apr 19, 2010 2:10 pm
by Alvaro
I checked both properties and they are correct , but I still have problem.

Posted: Mon Apr 19, 2010 5:44 pm
by Sergey Tkachenko
Can you send me a simple project and RTF file to show the problem?