Hello,
I have sent you these RVE files.
Regards
Michal
Search found 6 matches
- Wed Mar 27, 2013 12:14 pm
- Forum: Support
- Topic: Calculate table cell height.
- Replies: 10
- Views: 23517
- Tue Mar 26, 2013 8:25 pm
- Forum: Support
- Topic: Calculate table cell height.
- Replies: 10
- Views: 23517
- Fri Mar 15, 2013 4:44 pm
- Forum: Support
- Topic: Calculate table cell height.
- Replies: 10
- Views: 23517
- Wed Mar 13, 2013 6:54 pm
- Forum: Support
- Topic: Calculate table cell height.
- Replies: 10
- Views: 23517
Hello, To reproduce this behaviour you can build a simple table: procedure TFPD.InicjujTabele(Styl:byte); var n,m:byte; begin IncWiersz(0,0); //zapamietuje poprzedni tekst Inicjuj_WspT; NrWiersza:=NrWiersza+2*Pixel_DPI; //obramowanie tabeli fillChar(Tab,sizeOf(Tab),0); for n:=0 to TAB_MAX_Wierszy-1 ...
- Wed Mar 13, 2013 10:52 am
- Forum: Support
- Topic: Calculate table cell height.
- Replies: 10
- Views: 23517
Hello, Thanks for your replay. When I change Height:= Pixel_DPI+ //top frame of cell TabCellPadding*Pixel_DPI+ //top padding HeightOfFont+ // TabCellPadding*Pixel_DPI+ //bottom padding Pixel_DPI *0.70 ; //bottom frame the table height is better calculated. Usually a table has one row more and the ...
- Thu Mar 07, 2013 12:23 pm
- Forum: Support
- Topic: Calculate table cell height.
- Replies: 10
- Views: 23517
Calculate table cell height.
Hello, I have upgraded TRichView to version 14 from 1.9. A table generated using ver. 1.9 fills all page, but table generated using ver. 14.0 is sorter, does not fill all page, but contains this same contents. The table is only shorter. Due to this there are a margin on bottom of page. I calculate ...