trichview.support
Re: Padding in RV? |
Author |
Message |
Stefan M. Huber |
Posted: 10/12/2004 16:06:56 On Tue, 12 Oct 2004 16:04:01 +0400, Sergey Tkachenko <svt@trichview.com> wrote: >> bug free as well? I tried upgrading to 1.9 right after it came out on my >> test system and my application crashed several times. So I stayed at 1.8 >> for now. The RichEdit (now RichView) component is unfortunately a very >> sensitive part of the code, as it is used in a lot of places. > > 1.9 at least as bug free as 1.8, and contains less bugs than later 1.8.x > beta versions. The latest stable version is 1.9.0.4. > Newer version (currently 1.9.1.3) is a beta. > I always recomment to upgrade because newer versions is better than older > version :) I know, I know. Thanks for the pointer again. > May be errors were because of Delphi misconfiguration - not all traces of > older versions were removed? I removed it completely. At least I thought so (I've had enough troubles with other packages that had to be removed in the past, so I am quite careful in this procedure) > The most important version differences that may cause upgrade problems > are listed in the help file, see "compatibility issues" > >> I had that but the table caused troubles. I might have done it >> completely >> wrong. Can I modify the content of a table cell when doing PagePrepaint? >> I'd guess so. > > No content should be modified while displaying page after FormatPages So I can't print "Page x of y" without the slightest chance of destroying printout when I do use tables? I think, that was the reason why I chose to use PagePrepaint over tables. To my original problem: I now included some debug code: It draws a rectangle from HeaderRect.TopLeft to FooterRect.BottomRight. All margins that I am aware of are set to zero. When printing, the rectangle is cut off 5mm before the page (the paper) ends. Is this an issue with the printer (driver) or with RichView? Printing is something that I have always tried to evade in the past :) Stefan |
Powered by ABC Amber Outlook Express Converter