Dynamic text box equivolent?

Hi,

So coming from an actionscript background I’m looking for the equivolent of a dynamic text box, ie: One I can set the width to, then insert a string into the text box, and have it’s height adjust relevant to the content? Surely there must be an easy way to do this?

Cheers all. [import]uid: 5708 topic_id: 677 reply_id: 300677[/import]

This is a request that we’ve heard a few times and are looking into.

At the moment the way to accomplish this is to us object.size to get the width of the display object you’re working with and then break the text up into smaller objects based on the original width. [import]uid: 3 topic_id: 677 reply_id: 1354[/import]

Ah, I thought that might be the case, thanks anyway. [import]uid: 5708 topic_id: 677 reply_id: 1355[/import]