Re: [FlexJS] Working to fix a compiler bug - problem with the Problems

2017-03-04 Thread Alex Harui
Hi Greg, My main goal was to make sure the code that decides some set of child tags is an array wasn't going to get messed up by trying to fix these bugs, especially the multiple initializers being assigned to something that isn't an Array. Other than that, I'm really don't have any opinion on wh

Re: [FlexJS][Maven] JS-only

2017-03-04 Thread Alex Harui
Ok, looks like I removed the typedefs mojo "temporarily" and never replaced it. I think it will work now. -Alex On 3/4/17, 9:58 AM, "Alex Harui" wrote: >I think I never ran maven in typedefs. But they are swc not app so use a >different mojo? > >Get Outlook for Android

Re: [FlexJS] Working to fix a compiler bug - problem with the Problems

2017-03-04 Thread Greg Dove
OK please brace yourself for an onslaught of text. I tested across Flex 4 and FlexJS through a bunch of variations. This change passes all tests. In the end this is a very small and isolated code change (I am almost certain it will not contribute to anyone's merge conflicts) and I believe it g

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

2017-03-04 Thread flex . ci . builds
flex-sdk_release-candidate - Build #249 - Successful Changes since last build: [jmclean] update version and remove duplicate air line [jmclean] update version For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/249/.

Re: [FlexJS] click event of Label is not working in javascript mode

2017-03-04 Thread Alex Harui
On 3/4/17, 9:40 PM, "Justin Mclean" wrote: >HI, > >> I'm trying to remember whether Flex Label had a click event or not. > >It does. By default the cursor doesn’t change. Cool, thanks for checking. -Alex

Re: git commit: [flex-asjs] [refs/heads/develop] - Add JS support for non pixel numeric properties ie fontWeight

2017-03-04 Thread Alex Harui
Hi Justin, Again, with PAYG, we want SimpleCSSStylesImpl to be simple and we want the SWF side to remain at parity. This sort of thing is better placed in a NotSoSimpleCSSStylesImpl. Thanks, -Alex On 3/4/17, 5:54 PM, "jmcl...@apache.org" wrote: >Repository: flex-asjs >Updated Branches: > ref

Re: [FlexJS] click event of Label is not working in javascript mode

2017-03-04 Thread Justin Mclean
HI, > I'm trying to remember whether Flex Label had a click event or not. It does. By default the cursor doesn’t change. http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx">

Re: [FlexJS] click event of Label is not working in javascript mode

2017-03-04 Thread Alex Harui
On 3/4/17, 10:07 AM, "piotrz" wrote: >No it is not important. I'm just asking. Let's wait for the approval from >other folks. > >As for the label let's stay with span and eventually create other >component >as you suggest. > >Maybe I will try to make click for current "Label". I'm trying to re

Re: [MDL Dialogs] was: Re: [FlexJS] MDL - Dynamic Child Problem

2017-03-04 Thread Alex Harui
Hi Piotr, Congratulations on finding the problem. You might want to make a set of externs or typedefs for MDL. That would prevent renaming of these functions and type check those functions as well. See the way I put together the BarcodeScanner.swc in the flex-tourjs repo. -Alex On 3/4/17, 4:

[GitHub] flex-sdk issue #45: Remove duplicate library-path line

2017-03-04 Thread justinmclean
Github user justinmclean commented on the issue: https://github.com/apache/flex-sdk/pull/45 Thanks. Change make to release branch. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] flex-sdk pull request #45: Remove duplicate library-path line

2017-03-04 Thread neminovno
GitHub user neminovno opened a pull request: https://github.com/apache/flex-sdk/pull/45 Remove duplicate library-path line You can merge this pull request into a Git repository by running: $ git pull https://github.com/neminovno/flex-sdk patch-1 Alternatively you can review a

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

2017-03-04 Thread flex . ci . builds
flex-sdk_release-candidate - Build #248 - 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/248/.

Re: [FlexJS] Any gude to getting checkintests working

2017-03-04 Thread Greg Dove
Chris, I focused on getting ant checkintests to work first because I saw more progress there (browser launch, but execution fail) initially. After downgrading firefox it worked properly with the older selenium setup that the ant build uses. I then tried to get maven build working and finally reali

Re: [FlexJS] click event of Label is not working in javascript mode

2017-03-04 Thread piotrz
No it is not important. I'm just asking. Let's wait for the approval from other folks. As for the label let's stay with span and eventually create other component as you suggest. Maybe I will try to make click for current "Label". Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View

Re: [FlexJS] click event of Label is not working in javascript mode

2017-03-04 Thread Alex Harui
Is that important? I'd rather get approval for the new workflow and merge the other way. Get Outlook for Android From: piotrz Sent: Saturday, March 4, 2017 9:37:29 AM To: dev@flex.apache.org Subject: Re: [FlexJS] click event of Label is

Re: [FlexJS][Maven] JS-only

2017-03-04 Thread Alex Harui
I think I never ran maven in typedefs. But they are swc not app so use a different mojo? Get Outlook for Android From: Christofer Dutz Sent: Saturday, March 4, 2017 9:39:26 AM To: dev@flex.apache.org Subject: Re: [FlexJS][Maven] JS-only

Re: [FlexJS] click event of Label is not working in javascript mode

2017-03-04 Thread piotrz
Alex, Just try to merge develope to dual and there is a conflicts, so I think you should also try it out soon. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-click-event-of-Label-is-not-working

Re: [FlexJS][Maven] JS-only

2017-03-04 Thread Christofer Dutz
Hi Alex, So I switched to the dual branch and built the compiler without problems. When building the typedefs however I am getting the exact same error in the JS module. I guess I will have to adjust the was the typedefs are built. I can see that the AS code is being generated correctly, but t

Re: [FlexJS] click event of Label is not working in javascript mode

2017-03-04 Thread piotrz
Alex, I think I should make my changes in dual branch cause we will have merge issues. Are you close to finish and merge everything in develope? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS

Re: [FlexJS][Maven] JS-only

2017-03-04 Thread Alex Harui
On 3/4/17, 1:11 AM, "Christofer Dutz" wrote: >Hi Alex, > >If you have a flexjs module, that produces just the JavaScript, you need >to configure another plugin to pack that up as a war archive as maven >doesn’t support directories as build artifacts. >So you would need to add that (see the outp

Re: [FlexJS] backgroundAlpha doesn't work

2017-03-04 Thread Alex Harui
I think Justin asked about this recently, and the answer is we need to remove the backgroundAlpha style and support RGBA. I think opacity is like Sprite.alpha and affects more than the background. -Alex On 3/4/17, 4:50 AM, "piotrz" wrote: >Hi Guys, > >I have found this old jira [1]. I just che

Re: [FlexJS] click event of Label is not working in javascript mode

2017-03-04 Thread Alex Harui
On 3/4/17, 7:30 AM, "piotrz" wrote: >Hi, > >It is still reproducible, but first question is - Why in our framework >"Label" component it is "span" instead "label" ? I chose span for Basic Label because the documentation looked like label needed to be in a Form. We can certainly change it if o

Re: [FlexJS, Maven] Missing assets in swf version of app

2017-03-04 Thread Alex Harui
On 3/4/17, 8:13 AM, "piotrz" wrote: >Hi Guys, > >I've compiled by maven simple test app. JS version is working fine, but >produced swf version do not contains assets, so the image is not >displayed. >What can be wrong with my pom ? > >Same is happen with DataGridExample. I noticed this too for

[FlexJS, Maven] Missing assets in swf version of app

2017-03-04 Thread piotrz
Hi Guys, I've compiled by maven simple test app. JS version is working fine, but produced swf version do not contains assets, so the image is not displayed. What can be wrong with my pom ? Same is happen with DataGridExample.

Re: [FlexJS] click event of Label is not working in javascript mode

2017-03-04 Thread piotrz
Hi, It is still reproducible, but first question is - Why in our framework "Label" component it is "span" instead "label" ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-click-event-of-Label-

[FlexJS] backgroundAlpha doesn't work

2017-03-04 Thread piotrz
Hi Guys, I have found this old jira [1]. I just checked and backgroundAlpha is not working on JS sight. It look like in CSS there is no background alpha rather "opacity". - Maybe we should add "opacity" to the list of SimpleCSSStyles ? I wanted to check also whether it is working on Flash sight b

Re: [MDL Dialogs] was: Re: [FlexJS] MDL - Dynamic Child Problem

2017-03-04 Thread piotrz
Santanau, I just pushed fix for problem with release version of your application. Alex, In that case it was problem with function which I've called from javascript [1] [1] https://paste.apache.org/FyB8 Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [FlexJS][Maven] JS-only

2017-03-04 Thread Christofer Dutz
Hi Alex, If you have a flexjs module, that produces just the JavaScript, you need to configure another plugin to pack that up as a war archive as maven doesn’t support directories as build artifacts. So you would need to add that (see the output of the archetype for pure JS applications). In t

Re: [FlexJS] Any gude to getting checkintests working

2017-03-04 Thread Christofer Dutz
Hi Greg, Just because this thread had gotten a little confusing because of the mixup of Ant and Maven related infos. Did I understand, that you got the tests working on windows with Maven, but had to downgrade your firefoxx? I just checked: We are using selenium-firefox-driver in version 3.0.1

Re: [FlexJS] Any gude to getting checkintests working

2017-03-04 Thread Christofer Dutz
Hi guys, Argh! … stupid copy+paste error … sorry for the confusion and thanks for finding that ☺ Chris Am 04.03.17, 02:50 schrieb "Justin Mclean" : Hi, > Just tried this: > mvn clean install –P build-examples Doh! Its: -Pbuild-examples ie you need to skip the spaces i