[flexcoders] Sort column in advanceddatagrid on application start

2009-09-04 Thread arno.manders
After creationComplete I want to say that one column from the advancedDataGrid is sort. I can't do this on the dataprovider because I want the sort on a summaryRow. I hope this is enough information

[flexcoders] get data from other LineSeries dataprovider in the dataTipRenderer

2009-06-24 Thread arno.manders
I have a linechart with this series: mx:series mx:LineSeries id=incommingLineChartSeries1 dataProvider={this.incommingData.item} yField=number / mx:LineSeries id=incommingLineChartSeries2 dataProvider={this.incommingPreviousData.item} yField=number / /mx:series I have a dataTipRenderer

[flexcoders] Re: How to enable ardware acceleation for AIR Player ?

2009-06-24 Thread arno.manders
No it doesn't support hardware acceleration. I don't know why you need it for but Unity3D is a good alternative if you are planning to do something with 3D. --- In flexcoders@yahoogroups.com, helihobby heliho...@... wrote: Hello, I am trying to find out how can I enable ardware acceleation

[flexcoders] Re: Extending Custom Panel with RadioButtons - Help

2009-06-24 Thread arno.manders
Try addressRB.setActualSize(addressRB.measuredWidth,addressRB.measuredHeight) airportRB.setActualSize(addressRB.measuredWidth, addressRB.measuredHeight); in the updateDisplayList() function --- In flexcoders@yahoogroups.com, Wally Kolcz wko...@... wrote: