[flexcoders] Re: Combobox as itemEditor

2010-06-15 Thread jonbehr
Thank, this worked perfectly! --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Add a change event listener to the combo box and dispatch a custom event to the owner to update the data provider. --- In flexcoders@yahoogroups.com, jonbehr jonbehr@ wrote: I have

[flexcoders] Combobox as itemEditor

2010-06-13 Thread jonbehr
I have a combobox as an itemEditor in a datagrid. I have an event listener on the datagrid (DataGridEvent.ITEM_EDIT_END) that calculates the values in adjacent datagrid cells based on the value that has been selected in the combobox. This all works fine. The one area that I am struggling with

[flexcoders] Re: Solved: How do I setStyle(showDataEffect, interpolate) for a LineSeries?

2010-02-04 Thread jonbehr
Apologies for bumping this old thread, but I'm banging my head against a wall at the moment and cant figure this out. The original thread deals with assigning a single line series to a chart in AS, which I have managed to get working with no problems. But I cant replicate it for

[flexcoders] Animating line series chart in actionscript

2010-02-03 Thread jonbehr
I'm creating chart series in AS, which is working fine - the chart and all series are rendered perfectly. However, the animation doesnt seem to work at all. private function createChart():void { var mySeries:Array = new Array(); var myInterpolate:SeriesInterpolate = new