PDA

View Full Version : getTextHeight attribute


thipperudra
04-01-2004, 04:48 AM
Hi Antun,

I want to know the height of the text at run time(dynamically).I did not found getTextHeight() attribute as like getTextWidth() in LPS-2.1.1.Is there other way to know Textheight.

Thanks in advance,
-Rudresh

antun
04-01-2004, 09:04 AM
foo.height should return the height of the following text field:


<text id="foo" width="200" multiline="true">
I want to know the height of the text at run time(dynamically).
I did not found getTextHeight() attribute as like getTextWidth()
in LPS-2.1.1.Is there other way to know Textheight.
</text>


-Antun