[flexcoders] Best practices for dynamically styling components in FlashBuilder 4.5

2011-09-13 Thread c0mpl3xxx
Hi all, I'm trying to create a set of components for a video player app that require the ability to be styled via user supplied color options. Basically I have a set of buttons and text objects that will receive custom color properties from the user. This would be easy enough to accomplish

[flexcoders] Re: Best practices for dynamically styling components in FlashBuilder 4.5

2011-09-13 Thread c0mpl3xxx
Thanks TH, That will help with updating the font sizes! If anyone else has any other thoughts or suggestions on how to best manage updating the color styles of the buttons and other components, it would be greatly appreciated!

[flexcoders] Re: Best practices for dynamically styling components in FlashBuilder 4.5

2011-09-13 Thread c0mpl3xxx
an error that the compiler did not recognize the style properties for fillColor or fillAlpha. If I can figure out a way to get past this, then I might have a solution... Thanks again!! --- In flexcoders@yahoogroups.com, c0mpl3xxx ktyacke@... wrote: Hi all, I'm trying to create a set

[flexcoders] Re: Best practices for dynamically styling components in FlashBuilder 4.5

2011-09-13 Thread c0mpl3xxx
So as it turns out, the reason that I was getting errors on my custom styles was that I was trying to use a pre-existing stylename (fillColor was already taken). It seems to be working somewhat well now and I might have my solution; however, I'd really like to hear any suggestions anyone still

[flexcoders] Re: DateTimeAxis not displaying all values in collection

2009-10-21 Thread c0mpl3xxx
stored in the date objects passed in via the minimum at maximum properties. If anyone has any ideas it would be greatly appreciated! --- In flexcoders@yahoogroups.com, c0mpl3xxx ktya...@... wrote: I'm having an issue when trying to use the DateTimeAxis to map a set of values to a ColumnChart

[flexcoders] DateTimeAxis not displaying all values in collection

2009-10-20 Thread c0mpl3xxx
I'm having an issue when trying to use the DateTimeAxis to map a set of values to a ColumnChart. The dataProvider for my chart includes a months worth data (currently 31 days). I setup my DateTimeAxis with a minimum date for the 1st of the month, and a maximum date for the 31st of the month. I