dfilaretti
07-23-2008, 02:21 PM
Hello,
it's my first time here, and I'm really a newbie.
My boss asked me to do a work with flash/actionscript and I'm in a "big" trouble. I try to explain:
I have a "list" of TexField objects (an HTML string content with an associated CSS), and I want to "print" each of this inside a TileList. (I want every element of the list as a formatted HTML text with CSS style).
I try with something like
myTileList.addItem({label: myTextField.htmlText});
but -in my TileList- I can only see things like "<p> this is a string </p>". In other words I can't find a way to format HTML/CSS inside a Tile List! Some idea?
Thanks in advance,
PS: sorry for my bad english :)
it's my first time here, and I'm really a newbie.
My boss asked me to do a work with flash/actionscript and I'm in a "big" trouble. I try to explain:
I have a "list" of TexField objects (an HTML string content with an associated CSS), and I want to "print" each of this inside a TileList. (I want every element of the list as a formatted HTML text with CSS style).
I try with something like
myTileList.addItem({label: myTextField.htmlText});
but -in my TileList- I can only see things like "<p> this is a string </p>". In other words I can't find a way to format HTML/CSS inside a Tile List! Some idea?
Thanks in advance,
PS: sorry for my bad english :)