SDK update description doc

2016-07-22 Thread CodeGirl
I looked at the web site and found the SDK update history but there was no description of what was in the update. Is there a place which lists each update with what was updated since Apache took over? I am still using the one which came with Flash Builder and wondering if I should incorporate the

Re: SDK update description doc

2016-07-22 Thread Alex Harui
On 7/22/16, 8:33 AM, "CodeGirl" wrote: >I looked at the web site and found the SDK update history but there was no >description of what was in the update. Is there a place which lists each >update with what was updated since Apache took over? Maybe the release notes? https://git-wip-us.apach

How I am using Flex and AS

2016-07-22 Thread CodeGirl
I use FB to create my services and valueObjects. I then created a service base AS class which contains a datalist and an index with getters and setters and defines the projects access to the service. For each Datagrid I want, I create a list class which extends this service class. In this clas

Problem with URL parameters

2016-07-22 Thread mark goldin
I use FlexGlobals.topLevelApplication.parameters.param_name to access URL parameters. What's happening is for whatever reason some parameters are null while other are fine. Any idea what might be? Thanks

Auto-Re: Problem with URL parameters

2016-07-22 Thread kjczxl

Why are Spark Datagrid headers sorting my data so slowly in Air?

2016-07-22 Thread bilbosax
I wrote an AIR program two different ways, one using a Spark Datagrid and another using the older MX Datagrid. I currently have 40k records displaying in the datagrid and the end user is going to want to sort the data by clicking on the table headers. When I used the older MX version, the sorts hap

Auto-Re: Why are Spark Datagrid headers sorting my data so slowly in Air?

2016-07-22 Thread kjczxl

Re: Why are Spark Datagrid headers sorting my data so slowly in Air?

2016-07-22 Thread Alex Harui
Try running the profiler and see what it says. On 7/22/16, 7:51 PM, "bilbosax" wrote: >I wrote an AIR program two different ways, one using a Spark Datagrid and >another using the older MX Datagrid. I currently have 40k records >displaying >in the datagrid and the end user is going to want to so