Page 1 of 1

rvEdit / rvStyle / rvPrint: Problem with tabs (DefTabWidth)

Posted: Tue Sep 11, 2007 10:53 am
by DiRi
Hi All,
using tabs (set by DefTabWidth) in rvStyle you can edit textlines appearing as tables. The editor-screen is showing correct.
You can group items in columns by deviding them by tabs, f.e.:

abc 123
de 12345
xyzz 22

Printing this sometimes items are not shown in their "column":

abc 123
de 12345
xyzz 22

It would be great, if you could give me some help to solve this problem!
Many Thanks!! - DiRi

rvEdit / rvStyle / rvPrint: Problem with tabs (DefTabWidth)

Posted: Tue Sep 11, 2007 11:06 am
by DiRi
:!: Sorry - example is not shown as expected.
I have two columns, space between filled with serveral tabs. rvEdit is showing that as a table, rvPrint sometimes does not correct locate items of the second column.

Posted: Tue Sep 11, 2007 7:18 pm
by Sergey Tkachenko
Sorry, it cannot be fixed. Sometimes text on screen and on printer have slightly different heights. Usually it's not a big problem, except for possible misalignment of of tabs, as you can see.
Solutions:
- use tables instead of tabs to align text in columns;
- or you can use WYSIWYG component, ScaleRichView, instead of TRichViewEdit.