Re: rc_flex-sdk_mustella - Build # 86 - Failure!

2015-01-07 Thread Erik de Bruin
OK, this makes it 'official': these tests only fail on FP 16! Given that nugget of info, can anyone suggest a 'solution'? EdB On Tue, Jan 6, 2015 at 7:04 PM, wrote: > rc_flex-sdk_mustella - Build # 86 - Failure: > > http://flex-mustella.cloudapp.net/job/rc_flex-sdk_mustella/86/ > > Changes f

Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-07 Thread Mahmoud Ali
> > Hi Mahmoud, > > I think you should commit this fix into develop branch and Erik will > "cherry > pick up it" if he decide that is valuable for current release. :) > Ok, thanks! :)

Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-07 Thread Erik de Bruin
I like me some cherries, so I picked yours up for this release ;-) Thanks! EdB On Wed, Jan 7, 2015 at 9:54 AM, Mahmoud Ali wrote: >> >> Hi Mahmoud, >> >> I think you should commit this fix into develop branch and Erik will >> "cherry >> pick up it" if he decide that is valuable for current re

Re: [5/5] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34711 Using the pattern defined for the apache project, now we're running the unit tests in the spark project as well.

2015-01-07 Thread Erik de Bruin
If you go to: http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_test/ Click on 'Latest Test Result', and expand one of the failing tests, it shows you the stack trace. EdB On Tue, Jan 6, 2015 at 7:04 PM, Mihai Chira wrote: > I've got a problem running FLEX_34625_Tests.as. The test report

Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-07 Thread Erik de Bruin
P.S. I picked up these fixes because FlatSpark is a high profile new feature for this release, and we want to make a good impression. Any other changes to 'develop' will likely not be part of the release (sorry, Mihai). EdB On Wed, Jan 7, 2015 at 11:35 AM, Erik de Bruin wrote: > I like me some

Re: AW: [4.14] how to use the new FlatSpark theme?

2015-01-07 Thread Mahmoud Ali
> > I like me some cherries, so I picked yours up for this release ;-) > Awesome, Erik! Thanks! :)

Re: [2/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34625 CAUSE: When focusThickness is set to 0, the BitmapData that HighlightBitmapCaptureSkin.updateDisplayList() tries to create is of 0 wi

2015-01-07 Thread Erik de Bruin
Mihai, Thanks for taking the effort to figure out how to automate the FlexUnit tests using the new framework. I'm sorry you had to figure it out on your own. However, it did shame me into 'finishing' the Wiki entry on the subject. Maybe you can have a look at it and see if it makes sense from your

[FlexJS] Listening for mouse events

2015-01-07 Thread Peter Ent
I'm trying to receive mouseover events on a FlexJS object whose element is a . I've discovered this code in org.apache.flex.events.EventDispatcher.prototype.addEventListener: /** * A bit of a hack, but for 'native' HTML element based controls, we * want to listen to the 'native' events f

Re: [FlexJS] Listening for mouse events

2015-01-07 Thread Erik de Bruin
That 'hack' seems vaguely familiar... ;-) In your source's inheritance chain, is there either a base class 'goog.ui.component' or 'goog.ui.control'? EdB On Wed, Jan 7, 2015 at 1:26 PM, Peter Ent wrote: > I'm trying to receive mouseover events on a FlexJS object whose element is a > . I've di

[4.14] # Apache Flex SDK 4.14 nightly build 62: Successful

2015-01-07 Thread flex . ci . builds
flex-sdk_release-candidate - Build #62 - Successful Changes since last build: [erik] Fixes a bug on FlatSpark Button and ButtonIcon skins when borderRadius is changed [erik] FlatSpark: Fixes an error when applying chromeColor, FLEX-34696 For more information, check the console output at http:

RE: [FlexJS] Listening for mouse events

2015-01-07 Thread Kessler CTR Mark J
Should there be a general property added to the AS classes that passes the JS/html equivalent? -Mark -Original Message- From: Erik de Bruin [mailto:e...@ixsoftware.nl] Sent: Wednesday, January 07, 2015 7:44 AM To: dev@flex.apache.org Subject: Re: [FlexJS] Listening for mouse events That

Re: [FlexJS] Listening for mouse events

2015-01-07 Thread Alex Harui
Peter, try syncing up to the repo. The hack has been ‘improved’ and should give you what you need. -Alex On 1/7/15, 4:44 AM, "Erik de Bruin" wrote: >That 'hack' seems vaguely familiar... ;-) > >In your source's inheritance chain, is there either a base class >'goog.ui.component' or 'goog.ui.co

Re: rc_flex-sdk_mustella - Build # 86 - Failure!

2015-01-07 Thread Alex Harui
On 1/7/15, 12:16 AM, "Erik de Bruin" wrote: >OK, this makes it 'official': these tests only fail on FP 16! > >Given that nugget of info, can anyone suggest a 'solution'? Should be something like this: 1) See if any of the images are OS specific. If so, find one of those machines, otherwise y

Re: [Mobile] [Mustella] Need help with the Mustella tests

2015-01-07 Thread Erik de Bruin
The failing suites are: 1 - List The failures here were due to a previous fix to the way the selectedIndices are stored, so I fixed the Mustella test to reflect the new property value. 2 - SpinnerList (fails 2) This was indeed a question of resetting the 'accentColor' style to '#00', which fi

Re: [4.14] release status update

2015-01-07 Thread Erik de Bruin
OK, we're getting closer: - still hoping for an AIR 16 release - Justin needs a bit more time for the final fixes for the 'legal' issues - we have two sets of Mustella failures to worry about: - FXG tests fail with FP/AIR 16 - a whole bunch of mobile tests fail I'm sure the first two will res

Wrong event metadata tags in FlexUnit

2015-01-07 Thread Héctor A
It has come to my attention that FlexUnit has some metadata tags wrongly defined, in org.flexunit.runner.FlexUnitCore there are: [Event(type="testsComplete", type="flash.events.Event")] [Event(type="runnerStart", type="flash.events.Event")] [Event(type="testsStopped", type="flash.events.Event")

Re: [4.14] release status update

2015-01-07 Thread Alex Harui
On 1/7/15, 7:17 AM, "Erik de Bruin" wrote: > > - a whole bunch of mobile tests fail I looked into this last night. I think there may be several issues, but I think most failures are caused by a slight change to the graphics for the BusyIndicator used in the test. IOW, most ActionBar tests a

Re: [4.14] release status update

2015-01-07 Thread Erik de Bruin
> Separately, are we ready to remove the OSMF and SWFObject prompts from the > install scripts? If I understood correctly, Justin has picked that up... Justin? EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: git commit: [flex-sdk] [refs/heads/release4.14.0] - Revert "Fix last 2 SpinnerList failures"

2015-01-07 Thread Erik de Bruin
Didn't fix it, turns out I was still running local tests on 4.13 build - which I created when looking for 'last known good' :-( EdB On Wed, Jan 7, 2015 at 5:35 PM, wrote: > Repository: flex-sdk > Updated Branches: > refs/heads/release4.14.0 c81e27134 -> 51a6c519d > > > Revert "Fix last 2 Sp

[4.14] # Apache Flex SDK 4.14 nightly build 63: Successful

2015-01-07 Thread flex . ci . builds
flex-sdk_release-candidate - Build #63 - Successful Changes since last build: [erik] Fixes most (not all) SpinnerList failures in the mobile Mustella suite [erik] Fix test to match 'new' selectedIndices value (FLEX-34657) For more information, check the console output at http://apacheflexbuild

[4.14] # Apache Flex SDK 4.14 nightly build 64: Successful

2015-01-07 Thread flex . ci . builds
flex-sdk_release-candidate - Build #64 - Successful Changes since last build: [erik] Fix last 2 SpinnerList failures [erik] Revert "Fix last 2 SpinnerList failures" For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/64/.

Re: Unit tests in TLF

2015-01-07 Thread piotrz
Hi, I have removed "Ignore" tag from the test "spanElementReplaceTextInvalidPos" -> ElementOperationTest. There is something interesting happening there which might not be exactly related to the TLF. We have this part of code. https://paste.apache.org/44I4 It's failing because it do not find t

Re: Wrong event metadata tags in FlexUnit

2015-01-07 Thread Héctor A
Interestingly, the meta tags have been wrong since they were first added nearly 5 years ago: https://github.com/apache/flex-flexunit/commit/d594ab33d62bc5ba6f70888bfbe23a1bb2280d0b On Wed, Jan 7, 2015 at 4:43 PM, Héctor A wrote: > It has come to my attention that FlexUnit has some metadata tag

Can somebody verify my code fix for bug FLEX-34712?

2015-01-07 Thread kevin.godell
I came across a little bug using the calloutButton. I can duplicate the bug everytime. When the callout of the calloutButton is open during a device screen rotatation, the popup repositions incorrectly. The bug does not show up on the simulator, but only on each of the 3 android devices that I used

Is there a max version of the JAVA API that should be used in development?

2015-01-07 Thread Darrell Loverin
Wondering if I can use Java 1.7 APIs for some code that would go in the utilities repository or if I should stay with 1.6? Thanks, -Darrell

Re: Can somebody verify my code fix for bug FLEX-34712?

2015-01-07 Thread piotrz
Hi Kevin, One thing after first look into your code. Once screen rotated did you try call method invalidatePosition() in your event listener instead adding new flag ? It should do the job and reposition Callout. If it won't have any effect try add also invalidateDisplayList(); Thanks, Piotr

Re: Is there a max version of the JAVA API that should be used in development?

2015-01-07 Thread Erik de Bruin
In my opinion, there is no need to stick to outdated versions of Java. EdB On Thu, Jan 8, 2015 at 4:41 AM, Darrell Loverin wrote: > Wondering if I can use Java 1.7 APIs for some code that would go in the > utilities repository or if I should stay with 1.6? > > Thanks, > > > -Darrell -- Ix

Re: Wrong event metadata tags in FlexUnit

2015-01-07 Thread piotrz
Hi Neverbirth, I've just changed it. Let's see what will happened. If you will have time try to test it. I think artefacts will be available after the build here: http://apacheflexbuild.cloudapp.net:8080/job/flex-flexunit/ Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this me