Page 1 of 1

TRVPrintPreview

Posted: Fri Apr 01, 2011 4:57 am
by genery
Hello,

Version 13.0. I'm new to all this, so excuse me if I didn't understand something, but:
1. Crocoprint demo fails to compile.
2. Assorted/printing/printing demo: huge margins in preview, although it is set RVPrint1.LeftMarginMM := 20, etc. Moreover, it shows 2439 pages instead of two.
3. Assorted/printing/headers demo: header is almost out of page to the right, footer is in very bold frame. Same problem with margins.
4. RVPrintPreview.SetZoom(100) - is it 100% zoom? A page is very small.

-Dmitry

Posted: Fri Apr 01, 2011 4:54 pm
by Sergey Tkachenko
1. This demo uses RV_PictureToDevice procedure. In the new version, this procedure has additional parameter (added to the end). Pass RVStyle1.GraphicInterface there.
2-4 I cannot reproduce these problems. See a private message.

Posted: Sun Apr 03, 2011 5:13 pm
by Sergey Tkachenko
// After conversation, it appeared that the problem was caused by assigning RichViewPixelsPerInch = 3 (so one screen pixels became very large in calculations)