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

General TRichView support forum. Please post your questions here
Post Reply
DiRi
Posts: 5
Joined: Thu Aug 31, 2006 9:04 pm
Location: Germany
Contact:

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

Post 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
DiRi
Posts: 5
Joined: Thu Aug 31, 2006 9:04 pm
Location: Germany
Contact:

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

Post 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.
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
Post Reply