FLEX AIR scroll to the bottom of an HTML component -


i building chatroom using mx:html component.

usually, able make textarea scroll last entry automatically using :

chattext.verticalscrollposition = chattext.maxverticalscrollposition 

but, when using html component, using code above nothing , not throw out error, im missing ?

is there way without using canvas ?

thanks !


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -