all groups > flash data integration > november 2005 >
You're in the

flash data integration

group:

Hw do I create a Multiline Label?


Hw do I create a Multiline Label? GmR
11/15/2005 1:03:05 AM
flash data integration: I have dragged a label component on to the stage. How do I make it Multiline?

Thanks
Re: Hw do I create a Multiline Label? Motion Maker
11/15/2005 10:04:41 AM
Maybe there is a better way but this works if the last entry has two newline
characters

my_lbl.autoSize = "left"
my_lbl.text = "line 1" + newline
my_lbl.text += "line 2" + newline
my_lbl.text += "line 3" + newline
my_lbl.text += "line 4" + newline + newline

But with html = true neither the newline or <p> or <br> seem to work.



--
Lon Hosford
www.lonhosford.com
May many happy bits flow your way!
[quoted text, click to view]
I have dragged a label component on to the stage. How do I make it
Multiline?

Thanks
Geoff

AddThis Social Bookmark Button