dareport-developers Mailing List for DaReport
Brought to you by:
minja
You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: <Joc...@sk...> - 2006-07-12 07:20:39
|
hello,=20
=20
i find out, that if an text has some newlines in it, the calculation of =
the cell heigth is not correct.
i changed the drawDataRow method in the StyledTable class to the =
following:
=20
Line 693 added two lines:
=20
if(mCellHeight < sf.Height)
mCellHeight =3D (int) sf.Height;
=20
this comes a little bit closer for the solution i search for, but its =
not it at all!
=20
are there any further tips? solving this problem?
=20
regards jochen
|