A question about the performance of htmlText in TextField
- by SpawnCxy
Hi all,
I have got a performance problem about TextField.htmlText +=msg.And
I know thatTextField.appendText(msg) works better than TextField.text +=msg.So I wonder if there's some method better than TextField.htmlText +=msg?Any help would be appreciated.
Regards
Spawn