YES!! You did IT!

Why in hell we need this trick?? Invalidade(); function is supposed to
redraw the component, isn't it?

N1 got any idea??

Thanks Micha!! Again...


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael
Stuhr
Sent: quarta-feira, 9 de novembro de 2005 18:31
To: Flashcoders mailing list
Subject: Re: [Flashcoders] TextArea BUG!! HELP

Bruno Mosconi schrieb:
> Micha, thanks for the help!!!!
> 
> Your MC trick worked fine, but button's label can't be changed at all!
> 
> Take a look at this test code:
> 

txtDescription.html = true;

textHtml += "test line..............<BR/>";
textHtml += "<img src=\"button_mc\" id=\"button\">sfvdfbybfbfb<br/>";
textHtml += "test line..............<BR/>";
textHtml += "<img src=\"ball\" id=\"ball_mc\">kjzhhgvhkgvjhjkhv";

txtDescription.text = textHtml;

this.onEnterFrame = function () {
        trace(txtDescription.label.button.butt.label = "FOO");
        delete this.onEnterFrame
}

// this will do the trick

micha
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to