[flexcoders] Deserializing .NET web service

2012-04-05 Thread Angelo Anolin
Anyone here has code sample of flex application consuming a .NET webservice that is a DataSet serialized to bytearray? Appreciate any input. Thanks. Angelo

Re: [flexcoders] Rendering Freezes

2012-04-05 Thread Jake Churchill
Alex, It appears there is a bug for this: https://bugbase.adobe.com/index.cfm?event=bugid=3155398 I set handlers on enterFrame and exitFrame on the chart component as well as a one of it's parents (the main display container) and they fire constantly (several times per second). This continues

Re: [flexcoders] datagrid not rendering after dataprovider update

2012-04-05 Thread Wouter Schreuders
I'll put one together now and see if I can replicate it On 4 April 2012 23:12, Alex Harui aha...@adobe.com wrote: ** Do you have a simple test case? On 4/4/12 8:43 AM, Wouter Schreuders wschreud...@gmail.com wrote: spark DG On 4 April 2012 17:28, Alex Harui aha...@adobe.com

[flexcoders] Custom Collection Sorting

2012-04-05 Thread jbarts
Hi, I've got a problem where I need to sort a collection to match another collection's ordering. The ordering isn't standard like 1,2,3,4 our A,B,C but like 9,1,2,8,4,6 So in the unsorted collection would be ordered 1,2,3,4 but the sorted collection would be a custom ordering (which is ad

Re: [flexcoders] Rendering Freezes

2012-04-05 Thread Alex Harui
Sounds like a bug in the idle management in AIR. They’ve been trying different things to reduce CPU usage when “idle”. If you are getting mouse events, check the targets to see if they make sense. A popup overlay would likely change the target. Or just dump the display list on a mouse event