+1
Answered

changing the "size" attribute of a text tag using assign

jenifercmartin 11 years ago updated 11 years ago 2
Can I use assign to change the "size" attribute of a text tag? It doesn't seem to be working in my app. I am successfully changing "text" but "size" is not working.
The only supported object properties for a text tag are: text, encodedtext and color. So at this time size is not assignable.
Thanks. That keeps me from scouring my code for some crazy little error. :)