Hi ,
I found that the text entered in the textfield is being displayed in a single line even though i increase the length of the textfield .
As soon as the text exceeds the width of the textfield the text starts scrolling horizontally(seems to be a ticker) in the textfield .
Now i need to display the text in multiple lines( the text should wrap out as soon as it reaches the textfield width ).
Can some one help me solving my issue...
I have tried to split the text entered when a enter key is pressed and iam able to do that with a ease(showed the splitted text in the
system print) , then i added the text to display.
My problem is that it is not displaying the splitted text instead it is giving a space when i press the enter key.
Please give me a way to proceed.
regards,
venky

