I cannot see the bottom of the paper
any solution ?
![Image](http://img683.imageshack.us/img683/6767/fatturarpo.jpg)
Second Problem
then when I return back from zoom to one page there is a line black at right as if it not refresh the window
![Image](http://img29.imageshack.us/img29/6028/errprev.jpg)
I tried to modify rpreview at Paintmeta method for the first problem
and perhaps it run ok now
if ::oWnd != nil
nWidth = ::oWnd:nWidth() - If( ::lZoom, 20, 0 )
nHeight = ::oWnd:nHeight() - If( ::lZoom .and. ::nZFactor > 1, 20, 0 ) - 10 - ;
If( LargeFonts(), 100,86 ) //100 80
if ! ::lZoom
nMetaWidth = ( nHeight - 40 ) * nFactor
else
nMetaWidth = nWidth * nFactor
endif
oCoors1 := TRect():New( 40,;
But I think it is no good solution !!!!!