Search found 4 matches

by SculptureEK
Sat Sep 14, 2019 2:50 pm
Forum: Support
Topic: TRVReporthelper and eDocEngine: Crash in complex document
Replies: 0
Views: 48913

TRVReporthelper and eDocEngine: Crash in complex document

Hi! I have TRichview version 17.6 and eDocEngine version 5.0.0.492. I want to print complex documents which may have about 50 pages. The (very simplified) code is like this: FEngine.BeginDoc; PageNumber := 1; Rvh.Init(FEngine.Canvas, Size.X); repeat if PageNumer > 1 then FEngine.NewPage; Rvh.FormatN...
by SculptureEK
Mon Oct 27, 2014 5:41 pm
Forum: Examples, Demos
Topic: [Unit] Adding a table of contents
Replies: 22
Views: 267336

Small problem in TOC generation

The number of pages of the Table of Contents is not correctly calculated IF - the margins of the RichView are greater than the default margins AND - there is a TOC line which is just a bit too large to fit in 1 line AND - because of this line we need a 2nd page for the TOC Obviously, the RichView us...
by SculptureEK
Tue Jan 07, 2014 1:49 pm
Forum: Support
Topic: Problems with complex tables
Replies: 5
Views: 17635

Thank you very much, your support is marvellous.

The printing problem workaround works fine.

The layout problem is much better now, but still some strange things happen. I will further investigate and come back to this.
by SculptureEK
Mon Jan 06, 2014 1:55 pm
Forum: Support
Topic: Problems with complex tables
Replies: 5
Views: 17635

Problems with complex tables

Hi! I have problems with some complex tables. Originally, these tables have been designed in Libreoffice (Calc). I saved them as Html and imported them using RvHtmlImporter v0.0048. I've set rvtoIgnoreContentWidth and -Height and changed some things manually, and now the tables look quite good in Ri...