RE: [flexcoders] Re: How do you change the color of text in a label

2005-12-21 Thread Philippe Maegerman
I think it is rather myLabel.setStyle('color', 0xCFCFCF); Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexhtooSent: lundi 19 décembre 2005 5:18To: flexcoders@yahoogroups.comSubject: [flexcoders] Re: How do you change the color of text in

[flexcoders] Re: How do you change the color of text in a label

2005-12-19 Thread flexhtoo
--- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] wrote: What is the property that you use to change it? You can change text color with this code mx:Label id=resultLabel text=Text color changes!/ in script block . resultLabel.setStyle(text,#CFCFCF)