I loop through a dynamic amount of rows and place the data from the rows under 
eachother.
So by doing addMultiCell(200, 5, textVariable) it works fine with single line 
text.
But some rows have multiline text.
And in that case the text of the previous addMultiCell is placed over the next 
text.

So I need to find out how many lines of text are in the last addMultiCell and 
then figure out the needed height of that one.
Is it possible trace the amount of lines in a addMultiCell according miltiline 
text in it?

TIA
Cor 




_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to