Re: Jenkins and Falcon

2013-03-01 Thread Cyrill Zadra
thank you om cyrill On Fri, Mar 1, 2013 at 6:41 PM, Om bigosma...@gmail.com wrote: Cyrill, I dont think anyone is working on this yet. You can request our mentors to add you as a Jenkins admin. I got access by requesting on this list [1] Thanks, Om [1]

Re: [FalconJx] Refactoring packages

2013-03-01 Thread Erik de Bruin
Hi, Mike, first off: I'm sorry if my work messed up something you were working on locally, but hadn't committed yet. You're right that it might have been better if I had first discussed on the list some of what I planned to do. That said, I did make sure all the tests and the VanillaSDK_POC

Re: Spark Accordion

2013-03-01 Thread Bogdan DINU
If I recall correctly, mobile components have destruction policy declared by ViewNavigatorBase. However, I don't deny that a NavigatorContent with creation/destruction policy is useful, but altering UIComponent (which is already huge) is not the best option in my opinion. All the best, Bogdan

A guideline for adding new components to the Apache Flex SDK?

2013-03-01 Thread Sebastian Mohr
Hi, It is great to see that people start to raise their hands to work on new Apache Flex components. I just wanted to share a general concern with you ... How can we guarantee that our new components, coming up in the next versions of the Apache Flex SDK, have the same quality of the existing

Re: A guideline for adding new components to the Apache Flex SDK?

2013-03-01 Thread Hugo Miguel Pereira Matinho
I agree On Fri, Mar 1, 2013 at 11:32 AM, Sebastian Mohr flex.masul...@gmail.comwrote: Hi, It is great to see that people start to raise their hands to work on new Apache Flex components. I just wanted to share a general concern with you ... How can we guarantee that our new components,

Re: [FalconJx] Refactoring packages

2013-03-01 Thread Michael Schmalle
Erik, Well you saw the little boy side of me as well as every one else, I'm proud I can show feelings in an email, in this respect, I will never consider myself a professional. The problem I had was with the fact we have been communicating quite nicely and then these two commits. Putting

Re: [FalconJx] Refactoring packages

2013-03-01 Thread Fréderic Cox
To me, your emotions show your involvement and commitment to the project. Nobody can work together in perfect harmony all the time :-) Just important that nobody draws conclusions in emotional times. Fréderic Cox On 01/03/13 12:46, Michael Schmalle apa...@teotigraphix.com wrote: Erik, Well

Re: Spark Accordion

2013-03-01 Thread Cyrill Zadra
I think tink uses a similar approach as you mentioned bogdan, .. just looking at his source code ;-) Cyrill On Fri, Mar 1, 2013 at 8:52 PM, Bogdan DINU flex.programm...@gmail.com wrote: If I recall correctly, mobile components have destruction policy declared by ViewNavigatorBase. However, I

Re: [FalconJx] Refactoring packages

2013-03-01 Thread Erik de Bruin
Mike, I got a snow ball full of ice hitting my face directly. If we would have talked a bit first at least I could have ducked (prepared to refactor my Yes, mea culpa on the communication. My project is kind of NDA at the moment but completely uses the compiler.jx platform. This is what I

Re: [FalconJx] Refactoring packages

2013-03-01 Thread Michael Schmalle
Quoting Erik de Bruin e...@ixsoftware.nl: Mike, I got a snow ball full of ice hitting my face directly. If we would have talked a bit first at least I could have ducked (prepared to refactor my Yes, mea culpa on the communication. My project is kind of NDA at the moment but completely

[FalconJx] Refactor Notes of the last couple commits

2013-03-01 Thread Michael Schmalle
Erik, Now that I have got my project's tests passing again, I thought I would voice some of my opinions in a more professional manner after the storm. - 'common' Although I agree with you making things common, I don't agree with having sub packages, it seems redundant and confusing, if

Re: [FalconJx] Refactor Notes of the last couple commits

2013-03-01 Thread Erik de Bruin
Mike, - 'common' Although I agree with you making things common, I don't agree with having sub packages, it seems redundant and confusing, if a sub package warrants in common, it should have a real package in compiler. Might be non-native speaker choosing names... The code I put in 'common'

Re: [FalconJx] Refactor Notes of the last couple commits

2013-03-01 Thread Michael Schmalle
Your right about the abstract, that is not something we want to force since its on demand invoking. They should be protected and pass the collection though. As I said, the 'as' and 'js' packages within compiler was my mistake. I agree that once things get more stable we should talk about

Re: [MENTORS] Jenkins access

2013-03-01 Thread Dave Fisher
Your PMC Chair - Alex can do this. Or Greg. Regards, Dave On Feb 28, 2013, at 11:48 PM, Cyrill Zadra wrote: Hi mentors, Could you please give me access to Jenkins? My username is: czadra thx, cyrill

Spark ColorPicker

2013-03-01 Thread Harbs
I've expanded the Bogdan ColorPicker to accept a dataProvider including color objects similar to the way the mx ColorPicker worked. I have a few things that I could use input on: 1) Both the skin and the component have functions to compute the color depending on whether it's a uint or object.

Re: Spark Accordion

2013-03-01 Thread Frédéric THOMAS
If we choose the Accordion in adobe.next branch I would suggest following steps: 1) Moving all relevant classes to develop branch direct in spark project (not experimental project). 2) Writing mustella tests for accordion. I guess it should be 2 first, then 1 if you want to move them to the

Re: A guideline for adding new components to the Apache Flex SDK?

2013-03-01 Thread Alex Harui
I think it is better to reset expectations. Sure, if we take a team of several people and develop a component in private, we can introduce to the public something with relatively high quality several weeks or months after we start, but I honestly don't think that is the most efficient policy. If

Re: github mirrors aren't in sync anymore

2013-03-01 Thread Alex Harui
Feel free to ping in JIRA again. And keep an eye out for my draft report to the board next week. If I have forgotten to mention it, remind me and we'll mention it in the board report. On 2/28/13 11:12 PM, Cyrill Zadra cyrill.za...@gmail.com wrote: Hi Alex It looks like the github mirrors

Re: A guideline for adding new components to the Apache Flex SDK?

2013-03-01 Thread Hugo Miguel Pereira Matinho
By the way the list of components in the spark namespace hasn't been updated in a while is there any current track to know where people can help or start helping ? On Fri, Mar 1, 2013 at 5:50 PM, Alex Harui aha...@adobe.com wrote: I think it is better to reset expectations. Sure, if we take a

Spark List instantiates an extra orphaned ItemRenderer (ostensibly for measuring)

2013-03-01 Thread Christian M. Cepel
Thanks to a brief, though, informative response to this question on the Adobe AIR forums, I've been told that when I instantiate a Spark List and assign it a custom item renderer and a data provider, that the reason it instantiates four item renderers (one for each item in my DataProvider), that

Re: Spark List instantiates an extra orphaned ItemRenderer (ostensibly for measuring)

2013-03-01 Thread Alex Harui
If you can get the profiler performance sample, it should show you where the time is being spent. I would hope one extra renderer isn't the culprit, but you never know. But yes, in many cases it isn't necessary so we shouldn't always create it. If you have further questions about profiling,

Re: Spark List instantiates an extra orphaned ItemRenderer (ostensibly for measuring)

2013-03-01 Thread João Fernandes
Christian, have you tried to define a typicalItem in the list? Does it behave the same? If you want a better way to track those performance issues, try to create a release version of your app and enable advanced telemetry on it. Then use scout to track what's really messing up between view

Re: svn commit: r1451713 - in /flex/asjs/branches/develop/frameworks/as/src/org/apache/flex: core/ html/staticControls/ html/staticControls/beads/models/

2013-03-01 Thread Alex Harui
Looks mostly ok, but Array has the same issue as Object. It will cause memory leaks unless you know of a way to clean up the Array. Maybe one approach is to have a property on each RadioButton instance that is the selectedValue that way there isn't an external entity to query: You can ask any

Re: [MENTORS] Jenkins access

2013-03-01 Thread Cyrill Zadra
Thanks you .. it's working. Cyrill On Sat, Mar 2, 2013 at 3:41 AM, Alex Harui aha...@adobe.com wrote: OK, I did it. On 3/1/13 6:36 AM, Dave Fisher dave2w...@comcast.net wrote: Your PMC Chair - Alex can do this. Or Greg. Regards, Dave On Feb 28, 2013, at 11:48 PM, Cyrill Zadra wrote:

Re: Latest on FlexJS

2013-03-01 Thread Alex Harui
Ok, I've reduced the number of setup steps and posted on the wiki here: https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+Fla sh+Builder Feedback welcome, -Alex On 2/25/13 4:29 PM, Om bigosma...@gmail.com wrote: Thanks for this Alex. I am trying to keep up as much as

[FALCON] JFlex dependency

2013-03-01 Thread Cyrill Zadra
Hi In the Falcon compiler there is a prerequisite to download JFLEX manually and add an environment variable for that. Wouldn't it be easier to automatically download this jar the same way as all the other jars in download.xml. Or is there a reason that this step needs to be done manually ...

Re: github mirrors aren't in sync anymore

2013-03-01 Thread Cyrill Zadra
Do you have the rights to reopen it? Maybe doesn't get any notification as long as it's closed? cyrill On Sat, Mar 2, 2013 at 3:55 AM, Alex Harui aha...@adobe.com wrote: Feel free to ping in JIRA again. And keep an eye out for my draft report to the board next week. If I have forgotten to

Re: [FALCON] JFlex dependency

2013-03-01 Thread Alex Harui
It is a license issue. Sent via the PANTECH Discover, an ATT 4G LTE smartphone. Cyrill Zadra cyrill.za...@gmail.com wrote: Hi In the Falcon compiler there is a prerequisite to download JFLEX manually and add an environment variable for that. Wouldn't it be easier to automatically download

Re: github mirrors aren't in sync anymore

2013-03-01 Thread Alex Harui
On 3/1/13 4:08 PM, Cyrill Zadra cyrill.za...@gmail.com wrote: Do you have the rights to reopen it? Maybe doesn't get any notification as long as it's closed? I don't have the power to reopen. When was the last time you pinged them on this issue? -- Alex Harui Flex SDK Team Adobe

Re: AddAirToSDK and setFlashPlayerVersion scripts

2013-03-01 Thread Justin Mclean
Hi, I just noticed that setFlashPlayerVersion script goes back to 10.2, but AddAIRtoSDK doesn’t go back as far. Anybody know why? Because I only made it compatible for AIR 3.1+ should be easy enough to change. Do you want me to do it? Justin

Re: AddAirToSDK and setFlashPlayerVersion scripts

2013-03-01 Thread Alex Harui
Yeah, I want to try to hit the last AIR for Linux. If you make the changes I'll give it a try (although I don't have Linux to test with, I want to see what FB will do with it). On 3/1/13 9:12 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, I just noticed that setFlashPlayerVersion

Re: AddAirToSDK and setFlashPlayerVersion scripts

2013-03-01 Thread Om
On Fri, Mar 1, 2013 at 9:15 PM, Alex Harui aha...@adobe.com wrote: Yeah, I want to try to hit the last AIR for Linux. If you make the changes I'll give it a try (although I don't have Linux to test with, I want to see what FB will do with it). You could fire up a (free) Linux VM on Amazon