[flexcoders] text style prop not applied to checkboxes?

2008-07-07 Thread blc187
does the textRollOverColor style get applied for the text on checkboxes? I'm styling my checkbox and I can get the label text to change color with checkbox.setStyle(color, 0xff00ff) but not with checkbox.setStyle(textRollOverColor, 0x00ff00) Anyone using it successfully anywhere else?

Re: [flexcoders] text style prop not applied to checkboxes?

2008-07-07 Thread Enjoy Jake
[EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, July 7, 2008 1:39:00 PM Subject: [flexcoders] text style prop not applied to checkboxes? does the textRollOverColor style get applied for the text on checkboxes? I'm styling my checkbox and I can get the label text to change color