-
1. Re: Can't change backgroundColor in Text component?
Gregory Lafrance Jan 3, 2010 3:14 PM (in response to Dean Schulze)This blog post shows setting a gradient background fill. You can probably do away with the gradient for your case:
If this post answers your question or helps, please mark it as such.
Greg Lafrance - Flex 2 and 3 ACE certifiedFlex / AIR Development, Training, and Support Services
-
2. Re: Can't change backgroundColor in Text component?
David_F57 Jan 3, 2010 6:11 PM (in response to Dean Schulze)Hi,
You now set the background color with setStyle("contentBackgroundColor",MyColor)
David.
-
3. Re: Can't change backgroundColor in Text component?
Dean Schulze Jan 3, 2010 6:18 PM (in response to David_F57)David,
Thanks. Is there a rule of thumb to determine which controls use "backgroundColor" and which use "contentBackgroundColor" ?
-
4. Re: Can't change backgroundColor in Text component?
David_F57 Jan 3, 2010 6:30 PM (in response to Dean Schulze)Hi,
My understanding is(and i'm not so smart so don't take it as gospel) that the sdk is being cleaned up so that styling is consistent across the board which would mean that by release we would always be styling to the contentbackground.
David.