Re: FlexSDK compiling dumb question

2017-04-25 Thread Alex Harui


On 4/24/17, 9:07 PM, "Jason Taylor"  wrote:

>gothca, so if I am only making changes to spark component classes, I
>should only need to include /frameworks/libs/spark.swc and be good to go?

Not sure of your setup.  Spark.swc probably relies on framework.swc and
possibly others.

-Alex



RE: FlexSDK compiling dumb question

2017-04-24 Thread Jason Taylor
gothca, so if I am only making changes to spark component classes, I should 
only need to include /frameworks/libs/spark.swc and be good to go?

the bug is in GridViewLayout, it's using 2 dictionaries (not weak referenced) 
as a cache, so either was going to update the dictionaries to weak references, 
or add in a public method that clears the dictionaries out.

~ JT

-Original Message-
From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Monday, April 24, 2017 7:30 PM
To: dev@flex.apache.org
Subject: Re: FlexSDK compiling dumb question

Frameworks/libs?

On 4/24/17, 7:24 PM, "Jason Taylor" <ja...@dedoose.com> wrote:

>so following the direcitons at
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub
>.co
>m%2Fapache%2Fflex-sdk=02%7C01%7C%7C239aa3583c2b48139ae608d48b824e9
>3%7 
>Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636286839164399759=QY
>bJc
>MHdZYwrIhesZxTrHlJUUFjjZofoO77morl1Ubk%3D=0 I managed to get 
>the flex-sdk compiling on Win10 x64, ant main works, as does ant 
>framework-rsls
>
>Now, where the heck is the output swc to use in my project?  Says it 
>should be in /out but that directory dosen't exist, and if I create it 
>and rerun nothing.
>
>Found a bug deep down in GridViewLayout causing a memory leak, and only 
>way to fix it seems to be to fix it in the SDK itself and issue a 
>patch, so here I am.
>
>Thank you
>
>~ JT



Re: FlexSDK compiling dumb question

2017-04-24 Thread Alex Harui
Frameworks/libs?

On 4/24/17, 7:24 PM, "Jason Taylor"  wrote:

>so following the direcitons at
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.co
>m%2Fapache%2Fflex-sdk=02%7C01%7C%7C239aa3583c2b48139ae608d48b824e93%7
>Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636286839164399759=QYbJc
>MHdZYwrIhesZxTrHlJUUFjjZofoO77morl1Ubk%3D=0 I managed to get the
>flex-sdk compiling on Win10 x64,
>ant main works, as does ant framework-rsls
>
>Now, where the heck is the output swc to use in my project?  Says it
>should be in /out but that directory dosen't exist, and if I create it
>and rerun nothing.
>
>Found a bug deep down in GridViewLayout causing a memory leak, and only
>way to fix it seems to be to fix it in the SDK itself and issue a patch,
>so here I am.
>
>Thank you
>
>~ JT