AW: Checked in failling flexmojos-with-falcon modules

2014-10-22 Thread Christofer Dutz
Hi Alex, while I haven't done any performance tests yet it is still my impression that Falcon is quite a bit faster, but as long as 40% of the tests don't seem to be providing useable results, it's too early to be happy about that. Don't know if the fixes to the remaining problems would slow th

Re: git commit: [flex-tlf] [refs/heads/develop] - FLEX-26478 CAUSE: When replacing ContainerControllers (triggered when the text changes in a TextField / TextArea), StandardFlowComposer tried to dispo

2014-10-22 Thread piotrz
Hi Mihai, It looks really good for me! I am also not an expert in TLF, but what you did looks reasonable. I have two comments: 1) In your function stopMouseSelectionScrolling I would use for condition curly brackets. Why? I think it's more readable, and such place is become less I would say expo

Re: Checked in failling flexmojos-with-falcon modules

2014-10-22 Thread Justin Mclean
Hi, > While a lot of tests are failing because of unsupported compiler options such > as advancedTelemetry Advanced telemetry should be relatively easy to add (and quite useful) ,I add it to the existing compc compiler and basically it's just flag in the swf header. > or ASDoc generation. Th

Re: Conditional renderer in MXML

2014-10-22 Thread João Fernandes
If using a Spark datagrid you can try on the gridColumn the itemrendererFunction to define on the fly which ItemRenderer Factory should be used. On 22 October 2014 21:14, Oleg Konovalov wrote: > Hi, > > I am need to implement conditional logic for renderer in MXML > ADGRenderProvider, something

Re: [FlexJS] FlexJS talk at HTML5 Dev Conf

2014-10-22 Thread Peter Ent
Thanks, Om, for sharing the slides and presenting FlexJS. Sounds like you did a great job. Peter Ent Adobe Systems On 10/22/14 1:48 PM, "OmPrakash Muppirala" wrote: >Yesterday, I gave a talk on FlexJS at the HTML5 Dev Conf at San Francisco >[1]. HTML5Devconf, in their own words, is the largest

Re: [FlexJS] FlexJS talk at HTML5 Dev Conf

2014-10-22 Thread Harbs
Awesome stuff! Is there a recording of the talk? I’d love to watch. Harbs On Oct 22, 2014, at 8:48 PM, OmPrakash Muppirala wrote: > Yesterday, I gave a talk on FlexJS at the HTML5 Dev Conf at San Francisco > [1]. HTML5Devconf, in their own words, is the largest gathering of > technical softwa

Re: [FlexJS] FlexJS talk at HTML5 Dev Conf

2014-10-22 Thread jude
Awesome. This is just the thing we need to get the word out. On Wednesday, October 22, 2014, OmPrakash Muppirala wrote: > Yesterday, I gave a talk on FlexJS at the HTML5 Dev Conf at San Francisco > [1]. HTML5Devconf, in their own words, is the largest gathering of > technical software developer

Conditional renderer in MXML

2014-10-22 Thread Oleg Konovalov
Hi, I am need to implement conditional logic for renderer in MXML ADGRenderProvider, something like: if (condition1) renderer = renderer1 else renderer=renderer2 How can I do that? TIA, Oleg

Re: flex-sdk_mustella - Build # 1117 - Still Failing!

2014-10-22 Thread Alex Harui
Good question. Around 3 hours ago I logged into flex-mustella and played around with the position that the FlashPlayer window shows up at. It keeps moving around, but I grabbed the title bar a few times and dragged it up to the top. Was that before the tests that were failing normally run? N

Re: flex-sdk_mustella - Build # 1117 - Still Failing!

2014-10-22 Thread Erik de Bruin
Down from 380+ down to 1, excellent work ;-) Serendipity? EdB On Wed, Oct 22, 2014 at 8:09 PM, wrote: > flex-sdk_mustella - Build # 1117 - Still Failing: > > http://flex-mustella.cloudapp.net/job/flex-sdk_mustella/1117/ > > Changes for Build #1107 > > Changes for Build #1108 > > Changes for

[FlexJS] FlexJS talk at HTML5 Dev Conf

2014-10-22 Thread OmPrakash Muppirala
Yesterday, I gave a talk on FlexJS at the HTML5 Dev Conf at San Francisco [1]. HTML5Devconf, in their own words, is the largest gathering of technical software developers, designers and decision makers in the world focused on Internet software technologies such as JavaScript, HTML5, CSS, node.js a

Re: flex-sdk_mustella - Build # 1116 - Still Failing!

2014-10-22 Thread Alex Harui
Well, I fully expect when the combination cycles around to be 11.7/3.7 again there will be failures to diagnose. The data point I want is whether it is specific to this combination or more than this combination. If the latter, I’ll be more interested in the environment than the player. On 10/22/1

Re: git commit: [flex-tlf] [refs/heads/tables] - Fixed issue where a null table reference could be present on mouse down.

2014-10-22 Thread Harbs
This was done in the “tables” branch and it was fixing an issue that was specific to tables. On Oct 22, 2014, at 6:28 PM, OmPrakash Muppirala wrote: > Would be better to track it in JIRA. Then it could go in the release notes. > > Thanks, > Om > On Oct 22, 2014 4:45 AM, "Harbs" wrote: > >>

Re: flex-sdk_mustella - Build # 1116 - Still Failing!

2014-10-22 Thread Tom Chiverton
/me crosses fingers Tom On 22/10/14 16:35, Alex Harui wrote: So I poked into this a bit more. The failing bitmap has a smaller height than the reference/baseline bitmap (566 vs 600). I took a failing SWF from flex-mustella and ran it on my Windows machine and everything passed. So, the ques

Re: git commit: [flex-tlf] [refs/heads/develop] - FLEX-26478 CAUSE: When replacing ContainerControllers (triggered when the text changes in a TextField / TextArea), StandardFlowComposer tried to dispo

2014-10-22 Thread Mihai Chira
Piotr or Alex, could you (or someone else familiar with TLF) please take a look at my commit? Let me know if you would have solved (or diagnosed) it differently. Also, do you have an idea how we could create a unit / mustella test for this bug? PS: when I ran the unit tests, ContainerAttributeTest

Re: flex-sdk_mustella - Build # 1116 - Still Failing!

2014-10-22 Thread Alex Harui
So I poked into this a bit more. The failing bitmap has a smaller height than the reference/baseline bitmap (566 vs 600). I took a failing SWF from flex-mustella and ran it on my Windows machine and everything passed. So, the question is, why does the same SWF on flex-mustella think the applicat

Re: Tour de Flex Mobile

2014-10-22 Thread Carlos Monteiro
+1 Tester on Android and iOS Os melhores cumprimentos, [image: ASSINATURA WaveMaps] [image: Inline images 1] cmonte...@wavesolutions.pt | www.wavesolutions.pt | 253 824 293 On 22 October 2014 08:20, Sugan Naicker wrote: > Hi, > > I will be willing to assist to test o

Re: git commit: [flex-tlf] [refs/heads/tables] - Fixed issue where a null table reference could be present on mouse down.

2014-10-22 Thread OmPrakash Muppirala
Would be better to track it in JIRA. Then it could go in the release notes. Thanks, Om On Oct 22, 2014 4:45 AM, "Harbs" wrote: > Nope. I fixed it as soon as I found the bug. > > On Oct 22, 2014, at 2:39 PM, Mihai Chira wrote: > > > Is there a Jira ticket for this? > > > > > > On 22 October 201

AW: Checked in failling flexmojos-with-falcon modules

2014-10-22 Thread Christofer Dutz
Ok ... so before anyone starts yelling at me because of license stuff ... I removed my branch from the Apache repo and created a FlexMojos branch :-) https://github.com/chrisdutz/flexmojos/tree/feature/falcon Chris Von: Christofer Dutz Gesendet: Mittwoch,

Checked in failling flexmojos-with-falcon modules

2014-10-22 Thread Christofer Dutz
Hi, I just committed all the projects currently failing in the flexmojos testsuite when using falcon instead of the default compiler. The tests are in the "feature/flexmojos" branch. While a lot of tests are failing because of unsupported compiler options such as advancedTelemetry or ASDoc g

Re: Build failed in Jenkins: flex-tlf #155

2014-10-22 Thread Alex Harui
Ok with me. Or just let it fail as a reminder to go back and look or attract someone else to look. My guess is that there must be some leftover data that isn’t reset or cleaned up that results in different output than when run from a truly clean setup. -Alex On 10/22/14, 12:42 AM, "piotrz" wro

Re: [VOTE] Squiggly 1.1 RC 0

2014-10-22 Thread Eliezer Reis
+1 2014-10-21 23:08 GMT-02:00 Mark Kessler : > +1 > > -Successfully built from source > -Check License > -Check notice > > > -Mark > > On Sun, Oct 19, 2014 at 11:01 PM, Justin Mclean > wrote: > > > Hi, > > > > This is a Squiggly 1.1 Release Candidate 0. Please see the RELEASE_NOTES > > and the

Re: git commit: [flex-tlf] [refs/heads/tables] - Fixed issue where a null table reference could be present on mouse down.

2014-10-22 Thread Harbs
Nope. I fixed it as soon as I found the bug. On Oct 22, 2014, at 2:39 PM, Mihai Chira wrote: > Is there a Jira ticket for this? > > > On 22 October 2014 09:49, wrote: > >> Repository: flex-tlf >> Updated Branches: >> refs/heads/tables 537c35259 -> e5a3382c4 >> >> >> Fixed issue where a nu

Re: git commit: [flex-tlf] [refs/heads/tables] - Fixed issue where a null table reference could be present on mouse down.

2014-10-22 Thread Mihai Chira
Is there a Jira ticket for this? On 22 October 2014 09:49, wrote: > Repository: flex-tlf > Updated Branches: > refs/heads/tables 537c35259 -> e5a3382c4 > > > Fixed issue where a null table reference could be present on mouse down. > > > Project: http://git-wip-us.apache.org/repos/asf/flex-tlf

Re: Installer Fails to Load

2014-10-22 Thread Harbs
I’m actually in Israel. On Oct 21, 2014, at 11:53 PM, Alex Harui wrote: > Harbs is on the east coast

Re: Build failed in Jenkins: flex-tlf #155

2014-10-22 Thread piotrz
Alex build is still failing and on my PC is Ok. My suggestion on this is mark these tests as ignored and when I get back to work on this I will look into that. Probably it will be on Sunday or Saturday. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: h

RE: Tour de Flex Mobile

2014-10-22 Thread Sugan Naicker
Hi, I will be willing to assist to test on Android. Regards. Sugan Naicker Dev-X Digital Solutions South Africa -Original Message- From: quick6black [mailto:anas...@gmail.com] Sent: Wednesday, October 22, 2014 2:04 AM To: dev@flex.apache.org Subject: Re: Tour de Flex Mobile I was plan