houxq / flash-console

Automatically exported from code.google.com/p/flash-console
0 stars 0 forks source link

Log TextField to use appendText instead of full refresh #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently logs TextField is fully refreshed onEnterFrame when there is a 
change...
Instead it should use appendText() to add new lines to increase performance.
Only on channel change and removing old lines (on maxLines), textField should 
fully refresh.

Original issue reported on code.google.com by luay...@gmail.com on 26 Oct 2009 at 5:31

GoogleCodeExporter commented 8 years ago

Original comment by luay...@gmail.com on 8 Nov 2009 at 2:06

GoogleCodeExporter commented 8 years ago

Original comment by luay...@gmail.com on 17 Nov 2009 at 1:48