Question
textArea vPosition
I have a chat in which when the text area is full and start the scrollbar, the scrolling always go to the top and I want to go to the bottom. I try to use the vPosition but i get errors. This is basically what I want to get.
var my_ta:mx.controls.TextArea;
my_ta.vPosition = my_ta.maxVPosition;
If anybody have any ideas or can help me witll be grately appreciated.
Thanks in advance.
Pao
