TRVPrintPreview

General TRichView support forum. Please post your questions here
Post Reply
genery
Posts: 3
Joined: Thu Mar 31, 2011 7:29 am

TRVPrintPreview

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

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

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