AndyDentFree / rbrw-core

Automatically exported from code.google.com/p/rbrw-core
1 stars 0 forks source link

Footer failes to appear. #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the sample report, ReportDemoApp.ReportColumnsOneLevelWithHeaderAndFooter 
ReportDemoApp.AddFancyFooter does not appear to add a footer however, as seen 
in issue 9, the 
color change in this footer applies to the columnar body.

Original issue reported on code.google.com by dentaroo@gmail.com on 29 Mar 2009 at 11:49

GoogleCodeExporter commented 9 years ago
The problem is not so much footers failing to appear as content being drawn too 
low on the page. The bug with 
content sizing/scrolling on the preview obscured this - when you resize a 
preview window to full height you can 
see the footers and by comparison see that the last 5 rows of the columns are 
also not being printed.

Original comment by dentaroo@gmail.com on 30 Mar 2009 at 2:30

GoogleCodeExporter commented 9 years ago
Pass in an arbitrary value to rbrwCurrentDraw.setOffset instead of value 
derived from PrinterSetup in order to get 
it to appear. Whilst nasty, this is a robust workaround.

Original comment by dentaroo@gmail.com on 31 Mar 2009 at 1:09

GoogleCodeExporter commented 9 years ago
lowered priority as the workaround of putting arbitrary values in setOffset may 
be good enough for current use

Original comment by dentaroo@gmail.com on 31 Mar 2009 at 9:18

GoogleCodeExporter commented 9 years ago
Fixed in r20 - the setOffset hack was commenting for incorrect text positioning 
which became obvious when 
implementing grid lines.

Original comment by dentaroo@gmail.com on 2 Apr 2009 at 8:36