[flexcoders] Question regarding showDataEffect and secondSeries of a ColumnChart

2007-05-17 Thread kho7002
Hi, I have a column chart which has 2 dataseries. I'm setting the chart's dataProvider and secondDataProvider when the server returns with it's information. I define the showDataEffect for both series, and my columns work properly. But, my second series is a lineSeries, and what happens is that the

[flexcoders] Re: Binding xml to dataGrid - dynamic columns

2007-04-04 Thread kho7002
L PROTECTED]> wrote: > > did you try > dataGrid.invalidateList() and > or (inavlidateDisplayList) > i think one of them should solve the problem... > > - Original Message > From: kho7002 <[EMAIL PROTECTED]> > To: flexcoders@yahoogroups.com > Sent: Wedn

[flexcoders] Binding xml to dataGrid - dynamic columns

2007-04-03 Thread kho7002
Hi, I have a dataGrid which I bind to an xml which I get from the server. The xml is of the following format: 3 The first time through everything works perfectly, but when we set the grid's dataProvider to a new xml, with more columns, it continues to render the original

[flexcoders] Skinning a toggle button- changing the text color.

2007-03-12 Thread kho7002
Hi, I have a repeater control which makes many buttons with toggle=true. I would like to skin my buttons so that they look one way when they are selected, and a diffrent way when they are not. In my mxml, I would have a button definition like: and I define which skin to use in my stylesheet