Search found 4 matches

by i.v.kabanof
Thu Nov 26, 2020 11:07 am
Forum: Support
Topic: trichview doesn't print
Replies: 3
Views: 17055

Re: trichview doesn't print

setting title in trichview fixed the problem
by i.v.kabanof
Tue Nov 10, 2020 9:34 pm
Forum: Support
Topic: trichview doesn't print
Replies: 3
Views: 17055

Re: trichview doesn't print

Printer.Title := 'Hello';
Printer.BeginDoc;
Printer.Canvas.Font.Name := 'Arial';
Printer.Canvas.Font.Size := 20;
Printer.Canvas.TextOut(200, 200, 'Hello world');
Printer.EndDoc;

After some try & test, it turned out Title is a must for this printer.
The code above prints fine.
Question remains - how ...
by i.v.kabanof
Mon Nov 09, 2020 9:20 am
Forum: Support
Topic: trichview doesn't print
Replies: 3
Views: 17055

trichview doesn't print

I have two components in a program, trichview and fastreport. Both print fine on most computers.
Several days ago, the program was installed on a computer with "ECOSYS M2040dn" network printer.
On that computer, trichview documents show "printing error" in print queue, and doesn't print.

Tried a ...
by i.v.kabanof
Thu Jan 09, 2020 6:36 am
Forum: Support
Topic: slow InsertText
Replies: 1
Views: 13919

slow InsertText

Hello

I have rtf document with a table, opened in TRichViewEdit.
Lines insertion into the table works fast. Then I insert text into cells with InsertText, or use ApplyStyleConversion on cells, and it takes about 20 seconds to fill the table.
Table size 8 columns * 85 lines, 10 symbols in a cell ...