Page 1 of 1

Problem with some epson printer

Posted: Thu Dec 07, 2006 10:10 am
by skhabbaz
Hi,

We have problem with printers Epson stylus color 740, Epson stylus C84 series and Epson stylus C86 series.

A quick test can be perform with RichViewActionTest.
Add the 2 lines below with a font size 8 and go to print preview.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
abcdefghijklmnopqrstuvwxyz

There are many extra line feed on the second line.

We use Richview 1.9.15 on your application but the problem is present on the current action test demo.

According to Murphy's law, we must deliver our product today, so a quick response will be appreciate.

Posted: Thu Dec 07, 2006 1:35 pm
by Sergey Tkachenko
Set global variable RichViewSafeFormatting (CRVFData unit) to True.
Does it help?

Posted: Thu Dec 07, 2006 4:19 pm
by skhabbaz
Setting this variable to true seems correct the problem.

Thanks.

Posted: Sat Dec 09, 2006 12:20 pm
by Sergey Tkachenko
When this variable is true, TRichView uses alternative text formatting function. A bit slower, but (you can see) more reliable.