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

c++ - CryptStringToBinary API behavior -

iphone - Three second countdown in cocos2d -

java.util.scanner - How to read and add only numbers to array from a text file -