Page 1 of 1

RichViewEdit cannot display border around text

Posted: Fri Oct 13, 2017 1:34 pm
by vtrz
Hi, I have a simple .rtf file, which, being opened in MSWord or LibreOffice editor, is rendered as a text with a dotted border around:

Code: Select all

{\rtf1
\box\brdrdot
Hello, World
}
However, if I load this file in RichViewEdit Demo, the border is not showing at all. Is it a restriction for TRichView?

Re: RichViewEdit cannot display border around text

Posted: Fri Oct 13, 2017 3:35 pm
by Sergey Tkachenko
Yes, \box keyword is not supported, only \brdrt \brdrb \brdrl \brdrr.
I'll add \box support in the next update.

PS: dotted paragraph borders are not supported yet. Supported border types: http://www.trichview.com/help/idh_type_ ... style.html

Re: RichViewEdit cannot display border around text

Posted: Wed Oct 25, 2017 11:32 am
by Sergey Tkachenko
\box is supported in v17.0 (already uploaded)