[4.16.0] # Apache Flex SDK 4.16.0 nightly build 177: Successful

2016-12-22 Thread flex . ci . builds
flex-sdk_release-candidate - Build #177 - Successful Changes since last build: No changes For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/177/.

Re: Number of operations per function

2016-12-22 Thread Alex Harui
Assuming you only really care about performance, I would suggest writing a test harness that runs these patterns 100,000 times (or more) and run at least 5 timings and look for convergence in the numbers. Things may have changed since I worried about CPU cycles in detail, but for Intel X86 CPUs, a

Number of operations per function

2016-12-22 Thread flex capacitor
I have a case where I can write a function a few different ways and since Flash Player doesn't provide a microtime only getTimer() I'm trying to find a way to get the number of operations that are occurring in each different method. For example, I have 3 different ways to get the results I want f

Re: Filter function to ArrayList?

2016-12-22 Thread Alex Harui
On 12/22/16, 12:19 AM, "sankar" wrote: >JoelProminic wrote >> Define a new bead, say FilterDataProvider, with a "filter" field. This >> would implement ICollection or IArrayList so that the methods return the >> filtered data instead of the actual data. >> >> When this bead is added to a cont

Re: [FlexJS] ASDoc: Any reason for additional config options?

2016-12-22 Thread Alex Harui
On 12/22/16, 12:28 AM, "Christofer Dutz" wrote: >Ok ... yesterday I completely refactored the compiler to work without the >SharedData. Thanks for doing that. >The only thing no longer working is the ASDoc generation. > >Right now it’s probably even related to ASDoc using a custom >FlexJSASDo

Re: [FlexJS] Setting up FlexJS and MDL

2016-12-22 Thread piotrz
Carlos, Are you saying that in theory we could be able to debug event framework itself ? Cause now I'm able to debug only example application by VSCode. If I have to be honest VSCode intellisence is far from convenience use. When I type name of the class in MXML it shows me so many options. B

Re: [FlexJS] Setting up FlexJS and MDL

2016-12-22 Thread Carlos Rovira
Hi Piortr 2016-12-21 12:12 GMT+01:00 piotrz : > Yes Carlos I have full code hinting in Intellij! :) The trick is: > > - Point to release version of FlexJS SDK in your module (downloaded by > installer, cause Maven artefacts are not recognizable) > mmmbut that's the same problem as with VSCod

Re: [FlexJS] Building with Maven

2016-12-22 Thread Carlos Rovira
Hi Chris, I think rat.txt file is very useful, for example, when we forgot to put the license on a class, it quickly raise in that file, so I think we should maintain as it's now. Thanks 2016-12-21 20:05 GMT+01:00 Christofer Dutz : > Maven only cleans up it’s own stuff. So if you do something

Re: [FlexJS, MDL] Help with MDL

2016-12-22 Thread piotrz
I still have to implement possibility that Snackbar is changing to Toast :) But yeah! I'm pretty happy cause event's works nicely in FlexJS so far. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Fl

Re: [FlexJS, MDL] Help with MDL

2016-12-22 Thread Carlos Rovira
Just see the new snackbar Piotr, great! :) And thanks for the link as well! :) 2016-12-21 21:08 GMT+01:00 piotrz : > I've just pushed next component "Snackbar" - it's working pretty well. > I have one tip for you guys - If you are going to use some MDL objects like > "MaterialProgress" or "Mate

Re: Filter function to ArrayList?

2016-12-22 Thread sankar
JoelProminic wrote > Define a new bead, say FilterDataProvider, with a "filter" field. This > would implement ICollection or IArrayList so that the methods return the > filtered data instead of the actual data. > > When this bead is added to a container, it would use the current > dataProvider

Re: [FlexJS] ASDoc: Any reason for additional config options?

2016-12-22 Thread Christofer Dutz
Ok ... yesterday I completely refactored the compiler to work without the SharedData. In general this required me to update quite a lot of classes. Right now it compiles nicely, all unit-tests pass and the resulting JS and SWF output seems to be ok. The only thing no longer working is the ASDo