Re: [FlexJS] Click Event (Att: Alex and Peter) (was: Re: [FlexJS] RadioButton click event)

2017-02-01 Thread Alex Harui
Also, apparently this is a known behavior when Input is a child of Label http://stackoverflow.com/questions/17185265/jquery-click-event-triggers-twi ce-when-clicked-on-html-label HTH, -Alex On 2/1/17, 10:15 PM, "Alex Harui" wrote: >I think I correctly built a no-Flex HTML

Re: [FlexJS] Click Event (Att: Alex and Peter) (was: Re: [FlexJS] RadioButton click event)

2017-02-01 Thread Alex Harui
I think I correctly built a no-Flex HTML test of RadioButtons: http://home.apache.org/~aharui/Test/MDLRadioButtons.html You can View Source on it to see if I did it right. I found out that if I listen to the outer Label, then I get two click events. But if I listen to the inner Input, which

Re: failing tests / flash player locale issue with negative numbers

2017-02-01 Thread Alex Harui
OK, I get it now. Thanks, -Alex On 2/1/17, 4:59 PM, "Justin Mclean" wrote: >Hi, > >> I'm still puzzled by the DropDownList fix. To me it looks like the only >> effective change is: >> >> if (displayItem != null) >> >> >> Was replaced by: >> >> if (displayItem

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

2017-02-01 Thread flex . ci . builds
flex-sdk_release-candidate - Build #221 - 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/221/.

Re: failing tests / flash player locale issue with negative numbers

2017-02-01 Thread Justin Mclean
Hi, > I'm still puzzled by the DropDownList fix. To me it looks like the only > effective change is: > > if (displayItem != null) > > > Was replaced by: > > if (displayItem != null && displayItem != undefined) > > > Or is there some subtle other difference I'm missing? In the code

Re: [ApacheCon] Let's make it happen :-)

2017-02-01 Thread Justin Mclean
Hi, > Looks nice. Thanks for doing it. Please double-check spelling. I saw a > "FlesJS" and a "FLexJS" (capital L). Fixed both of these and another misspelling thanks. Justin

Re: failing tests / flash player locale issue with negative numbers

2017-02-01 Thread Alex Harui
All of the tests you listed passed on my Mac. So I think we are good to go. -Alex On 2/1/17, 4:15 PM, "Alex Harui" wrote: >I will try to look now. I had missed the bottom of your other reply with >the list of failures. My brain was waiting for an attachment. I forgot

Re: failing tests / flash player locale issue with negative numbers

2017-02-01 Thread Alex Harui
I will try to look now. I had missed the bottom of your other reply with the list of failures. My brain was waiting for an attachment. I forgot that the list doesn't like attachments. I'm still puzzled by the DropDownList fix. To me it looks like the only effective change is: if

Re: [ApacheCon] Let's make it happen :-)

2017-02-01 Thread Alex Harui
On 2/1/17, 2:26 PM, "Justin Mclean" wrote: >Hi, > >>PS: And for the records … could people planning to attend or speak >>please add themselves to the lists > >Day wise it's hard to know without knowing what else is on, but I added >myself to the attendance list. >

Re: [ApacheCon] Let's make it happen :-)

2017-02-01 Thread Harbs
The site looks cool. Thanks for doing it. Regarding the summit in general: Assuming I can make it, I can give a talk on migrating a Flex app to FlexJS. The later in the week the better for me… > On Feb 2, 2017, at 12:26 AM, Justin Mclean wrote: > > Hi, > >> PS:

AW: [ApacheCon] Let's make it happen :-)

2017-02-01 Thread Christofer Dutz
Besides that I would like to have a little more introduction into the text, I really like it :-) Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Justin Mclean Datum: 01.02.17 23:26 (GMT+01:00) An:

Re: [ApacheCon] Let's make it happen :-)

2017-02-01 Thread Justin Mclean
Hi, >PS: And for the records … could people planning to attend or speak please > add themselves to the lists Day wise it's hard to know without knowing what else is on, but I added myself to the attendance list. So in general are we happy with using the site I made for the conference? [1]

Re: failing tests / flash player locale issue with negative numbers

2017-02-01 Thread Justin Mclean
Hi, Anyone have some free cycles to look at this? If not I'd say lets just go ahead with the release candidate. I've had several people (on and off list) ask when the next release is out. Thanks, Justin

Re: [FALCONJX] Combining SWF and JS compilers (was Re: AW: [FalconJX][FlexJS] COMPJSC and Build order)

2017-02-01 Thread Alex Harui
On 2/1/17, 1:41 PM, "Harbs" wrote: >One question: How do you envision swc for third party libraries if both >JS and SWF swcs are being used? > >Is this strictly an SDK thing or would there be some mechanism for having >split swcs for libs as well? I think third-parties

Re: [FALCONJX] Combining SWF and JS compilers (was Re: AW: [FalconJX][FlexJS] COMPJSC and Build order)

2017-02-01 Thread Alex Harui
On 2/1/17, 1:33 PM, "Harbs" wrote: >This! I like! > >Theoretically it should make it possible to get correct code completion >in both COMPILE::SWF and COMPILE::JS blocks. That would be a huge help! Hmm. Not so sure about that. For one FB project, there is only one set

Re: [FALCONJX] Combining SWF and JS compilers (was Re: AW: [FalconJX][FlexJS] COMPJSC and Build order)

2017-02-01 Thread Harbs
One question: How do you envision swc for third party libraries if both JS and SWF swcs are being used? Is this strictly an SDK thing or would there be some mechanism for having split swcs for libs as well? Harbs > On Feb 1, 2017, at 6:22 PM, Alex Harui wrote: > > We are

Re: [ApacheCon] Let's make it happen :-)

2017-02-01 Thread Christofer Dutz
And right now it looks as if we are going to call it “FlexJS Summit” … If I don’t get any other votes against that, I’ll just tell the LF girls that we’ll pick that name. Chris Am 01.02.17, 22:31 schrieb "Christofer Dutz" : So what do you think about the little

Re: [FALCONJX] Combining SWF and JS compilers (was Re: AW: [FalconJX][FlexJS] COMPJSC and Build order)

2017-02-01 Thread Harbs
This! I like! Theoretically it should make it possible to get correct code completion in both COMPILE::SWF and COMPILE::JS blocks. That would be a huge help! > On Feb 1, 2017, at 6:22 PM, Alex Harui wrote: > > And, FWIW, AUTO when used for -define=COMPILE::SWF,AUTO and >

Re: [ApacheCon] Let's make it happen :-)

2017-02-01 Thread Christofer Dutz
So what do you think about the little text and picture I added to the wiki page? I think we should write a little more than on sentence about why someone should come ☺ Chris PS: And for the records … could people planning to attend or speak please add themselves to the lists (I was going to

Re: [FlexJS] Need help with compiling MDL examples

2017-02-01 Thread Christofer Dutz
Hi Olaf, For an example, the build tool helps automatically build and test the examples on the ASF Jenkins. Most problems we recently had in compiler and framework didn’t break the build but they broke the examples. So building the examples with maven for example makes us detect stuff like

Re: [FlexJS] Should override or aggregate?

2017-02-01 Thread piotrz
I'm with Peter - Such feature like composite bead in that case will generate many bugs once we implement it. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [FlexJS] Click Event (Att: Alex and Peter) (was: Re: [FlexJS] RadioButton click event)

2017-02-01 Thread Peter Ent
The event being received by the MDL RadioButton looks to me like a real browser event; not a google'd event, not a FlexJS event, but a real browser event. And there are two of them coming in, one with target and the other with target . My guess is that MDL additional material.min.js must be

Re: [FlexJS] Need help with compiling MDL examples

2017-02-01 Thread piotrz
Hi Olaf, I just fixed this issue. It should be available in the next nightly build [1] #1959. Once it will be available you can download sdk by installer. [1] http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/ Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in

Re: [FlexJS] Need help with compiling MDL examples

2017-02-01 Thread Josh Tynjala
It sounds like Carlos is simply encouraging you to have the SDK repos set up so that you can easily contribute to the SDK, if you happen to find a bug. You aren't required to do that, though. You can always download the latest nightly build of the SDK and compile your project with that. No Maven

Re: [FlexJS] Need help with compiling MDL examples

2017-02-01 Thread Carlos Rovira
Hi Olaf, about styles missing, probably is since we remove default styles from HTML (and something to improve this library would be to remove HTML dependency at all in the future) this is what makes in our maven pom.xml that builds the example

Re: [FlexJS] Click Event (Att: Alex and Peter) (was: Re: [FlexJS] RadioButton click event)

2017-02-01 Thread Peter Ent
I should have responded sooner. This is fine. I can work with it. ‹peter On 2/1/17, 1:57 PM, "piotrz" wrote: >Alex, > >You need to go to the MDL RadioButton and comment line where we are adding >event listener for click - It should be enough. > >Let me know. > >Piotr

Re: [FlexJS] Need help with compiling MDL examples

2017-02-01 Thread OK
Hi, thanks to all for help. asconfigc compiles successfully with 0 errors and 2 warnings. But the output seems to me that there'e some styles missing [1]. However, probably I'm annoying you with this topic but I still don't understand the benefit of using a build tool to compile the examples.

Re: [FlexJS] Should override or aggregate?

2017-02-01 Thread Carlos Rovira
Hi, since FlexJS has a significante change around composition localized in beads maybe this is more important that it was in Flex Said that, maybe this is not as crucial as other things and maybe it could wait. Talking clear, if I had to choose between spend cycles between get AMF working or

Re: [FlexJS] Click Event (Att: Alex and Peter) (was: Re: [FlexJS] RadioButton click event)

2017-02-01 Thread piotrz
Alex, You need to go to the MDL RadioButton and comment line where we are adding event listener for click - It should be enough. Let me know. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [FlexJS] Click Event (Att: Alex and Peter) (was: Re: [FlexJS] RadioButton click event)

2017-02-01 Thread Alex Harui
What do we have to do to undo the fix and see the undesirable behavior? On 2/1/17, 10:43 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi, > >I create a "mdl-radiobutton" branch with a project with minimal

Re: [FlexJS] Should override or aggregate?

2017-02-01 Thread Alex Harui
On 2/1/17, 10:25 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >And what about to replace by default and to have a property >appendBeads=true/false (false default) >An advanced dev would make this true to

Re: [FlexJS] Click Event (Att: Alex and Peter) (was: Re: [FlexJS] RadioButton click event)

2017-02-01 Thread Carlos Rovira
Hi, I create a "mdl-radiobutton" branch with a project with minimal example. Hope this helps to see what's going on. notice that the Piotr fix is in place so is working ok, but the objective is to understand whats happening behind the lights and try to get a less "hacky" solution Thanks!

Re: [FlexJS] Should override or aggregate?

2017-02-01 Thread Carlos Rovira
And what about to replace by default and to have a property appendBeads=true/false (false default) An advanced dev would make this true to allow beads to be appended instead to remove all. And that "check" is like they know how this works pros/cons. Other way could have a bead that called and

Re: [FlexJS] Click Event (Att: Alex and Peter) (was: Re: [FlexJS] RadioButton click event)

2017-02-01 Thread Alex Harui
On 2/1/17, 8:35 AM, "piotrz" wrote: >Currently no, but I can add one RadioButton in one of the tab in >MDLExample. >You will have clear example. I will need to remove my fix for this case >temporary. - Let me know whether it can be in that way. I want an even

Re: [FlexJS] MDL requires JS:Container type of component

2017-02-01 Thread Carlos Rovira
Hi sankar, hope you could share your findings. Even, If you integrated a new component it would be great to integrate in the repo. thanks 2017-02-01 13:56 GMT+01:00 sankar : > sankar wrote > > Can you give some idea how to head to this? > > I think I able to find how to

Re: [FlexJS] Should override or aggregate?

2017-02-01 Thread Josh Tynjala
Yes, I seem to recall the lbl3 will completely replace lbl1 and lbl2. I made it a rule never to extend an MXML class in my projects. A new class could only extend an ActionScript class. - Josh On Wed, Feb 1, 2017 at 7:56 AM, Alex Harui wrote: > > > On 2/1/17, 1:30 AM,

Re: [FlexJS] Should override or aggregate?

2017-02-01 Thread Peter Ent
If on a composed component can be appended by using the component with its own beads, then you run the risk of duplicate beads that might cause unpredictable results. A developer may not know what beads a composed component might already have added to the strand. We also have to then write beads

Re: [FlexJS] Click Event (Att: Alex and Peter) (was: Re: [FlexJS] RadioButton click event)

2017-02-01 Thread piotrz
Currently no, but I can add one RadioButton in one of the tab in MDLExample. You will have clear example. I will need to remove my fix for this case temporary. - Let me know whether it can be in that way. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [FlexJS] Click Event (Att: Alex and Peter) (was: Re: [FlexJS] RadioButton click event)

2017-02-01 Thread Alex Harui
Do we have a really simple test case so we don't have to wade through the MDLExample? -Alex On 2/1/17, 6:16 AM, "Peter Ent" wrote: >I need to look into this more. My memory isn't what it used to be, so I do >not recall how this was taking place in CreateJS (React is a very

Re: AW: [FALCONJX] Combining SWF and JS compilers (was Re: AW: [FalconJX][FlexJS] COMPJSC and Build order)

2017-02-01 Thread Alex Harui
We are already producing two SWCs per library. For Core, there is Core.swc and CoreJS.swc. I think in Maven we call CoreJS an externs SWC. Right now you can build your application by just referencing Core.swc, since it contains the .JS files, but it contains Class definitions that are based on

Re: [FlexJS] Should override or aggregate?

2017-02-01 Thread Alex Harui
On 2/1/17, 1:30 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >For me this is a missing feature that turns into a bug. >Maybe we could have two beads array. The actual could be the one uses >"static beads"

Re: [FlexJS] Need help with compiling MDL examples

2017-02-01 Thread Josh Tynjala
You can change tasks.json to build the project with asconfigc instead of Maven. https://github.com/BowlerHatLLC/vscode-nextgenas/wiki/Create-tasks.json-to-compile-an-ActionScript-project - Josh On Jan 31, 2017 11:08 PM, "piotrz" wrote: Ok some clarification: 1)

[GitHub] flex-utilities pull request #9: fixing -proxy-port option

2017-02-01 Thread dangerusslee
GitHub user dangerusslee opened a pull request: https://github.com/apache/flex-utilities/pull/9 fixing -proxy-port option You can merge this pull request into a Git repository by running: $ git pull https://github.com/dangerusslee/flex-utilities develop Alternatively you can

Re: [FlexJS] Click Event (Att: Alex and Peter) (was: Re: [FlexJS] RadioButton click event)

2017-02-01 Thread Peter Ent
I need to look into this more. My memory isn't what it used to be, so I do not recall how this was taking place in CreateJS (React is a very different thing), but that was also before the refactor wrapping Sprite. The FlexJS/HTML/RadioButton JS code has no explicit event listener attached to it.

Re: [FlexJS] MDL requires JS:Container type of component

2017-02-01 Thread sankar
sankar wrote > Can you give some idea how to head to this? I think I able to find how to work to this. It's running nice! Thanks! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-requires-JS-Container-type-of-component-tp58822p58915.html

Re: AW: [FALCONJX] Combining SWF and JS compilers (was Re: AW: [FalconJX][FlexJS] COMPJSC and Build order)

2017-02-01 Thread piotrz
Hi Guys, If it is possible to do this as Carlos saying without break Maven build I think we should do this, but not in 0.8.0. We have now enough content to release. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [FlexJS] MDL requires JS:Container type of component

2017-02-01 Thread sankar
Hi Carlos, Thank you for your detailed reply on queries. I was looking into the date-chooser control and was trying to add a new MDL component calling date-chooser API. But I don't know how to write this in ActionScript: > $('document').ready(function() > { >

Re: AW: [FALCONJX] Combining SWF and JS compilers (was Re: AW: [FalconJX][FlexJS] COMPJSC and Build order)

2017-02-01 Thread Christofer Dutz
Hi Carlos, In that case they belong into separate modules. Besides this being work, what other reason would there be to keep them in the same module? Producing two primary artifacts for one module is actually not discussable if we want to keep Maven support working cleanly without hacks.

Re: AW: [FALCONJX] Combining SWF and JS compilers (was Re: AW: [FalconJX][FlexJS] COMPJSC and Build order)

2017-02-01 Thread Carlos Rovira
Hi Chris 2017-02-01 11:34 GMT+01:00 Christofer Dutz : > Hi guys, > > I’d love to see basic go away. I already excluded it from the maven > distribution to avoid problems in IntelliJ. > > But, if my proposal of separating flexjs components from basic html tags are ok,

Re: AW: [FALCONJX] Combining SWF and JS compilers (was Re: AW: [FalconJX][FlexJS] COMPJSC and Build order)

2017-02-01 Thread Christofer Dutz
Hi guys, I’d love to see basic go away. I already excluded it from the maven distribution to avoid problems in IntelliJ. Didn’t see that “question 3” … what would these two swcs be? I am asking because Maven has the concept of one primary artifact per module. We are currently producing one

Re: [FlexJS] Need help with compiling MDL examples

2017-02-01 Thread Christofer Dutz
Oh .. then sorry for the noise ☺ … I just reacted on trigger words in the email … maven, problem and resources ;-) Chris Am 01.02.17, 10:45 schrieb "carlos.rov...@gmail.com im Auftrag von Carlos Rovira" : Hi Chris,

Re: AW: [FALCONJX] Combining SWF and JS compilers (was Re: AW: [FalconJX][FlexJS] COMPJSC and Build order)

2017-02-01 Thread Carlos Rovira
HI Alex, 2017-01-31 18:41 GMT+01:00 Alex Harui : > OK, I have something working. It is in the "dual" branch I just pushed. > great :) > But there is a catch: MXMLJSC requires Java 7 or greater and Flash > Builder is packaged with Java 6. So, in order to use this

Re: [FlexJS] Need help with compiling MDL examples

2017-02-01 Thread Carlos Rovira
Hi Chris, is not needed. The only purpose of that file is for VSCode to let us use CTRL+CMD+B to build the example, so don't need to go to target. Is something "IDE-related" 2017-02-01 10:30 GMT+01:00 Christofer Dutz : > Does that mean that the “tasks.json” is

Re: [FlexJS] MDL requires JS:Container type of component

2017-02-01 Thread Carlos Rovira
Hi Sankar 2017-02-01 6:11 GMT+01:00 sankar : > > 1. Are you planning to incorporate MDC component to FlexJS MDL? > We talked about this some weeks ago, and we all think that MDC is in early stage right now and decided to wait and finish MDL first. Right now I have many

Re: [FlexJS] Should override or aggregate?

2017-02-01 Thread Carlos Rovira
For me this is a missing feature that turns into a bug. Maybe we could have two beads array. The actual could be the one uses "static beads" and other array used for developers to add and remove to avoid affect the internal one 2017-02-01 10:23 GMT+01:00 yishayw : > In

Re: [FlexJS] Need help with compiling MDL examples

2017-02-01 Thread Christofer Dutz
Does that mean that the “tasks.json” is required in the output of the application in order for it to work? Does it only influence building in vscode or does it have an influence on building with maven from the commandline? If the resource is required in the output in any case, we have to move

Re: [FlexJS] Need help with compiling MDL examples

2017-02-01 Thread OK
Hi Piotr, >3) In order to build example without reconfiguring anything you need to instal Maven. This is the only one of our hints that I don't understand. What do you mean with "reconfiguring" regarding the example? Thanks, Olaf -- View this message in context:

Re: [FlexJS] Should override or aggregate?

2017-02-01 Thread yishayw
In App [1] I set MyContainer [2] to disabled. This overrides the DataBinding bead so label doesn't show. The problem is not specific to binding, any component with beads will be overridden this way. [1] https://paste.apache.org/UAcn [2] https://paste.apache.org/dWWN -- View this message in

Re: [FlexJS] Need help with compiling MDL examples

2017-02-01 Thread Carlos Rovira
Hi Chris, please check this folder: /flex-asjs/examples/flexjs/MDLExample/.vscode There you have the tasks.json we are talking about Thanks! 2017-02-01 9:36 GMT+01:00 Christofer Dutz : > Hi, > > I guess the problem here is that unfortunately the flex compiler does

Re: [FlexJS] Should override or aggregate?

2017-02-01 Thread piotrz
Hi Yishay, Can you post whole example? Not sure how it is connected. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Should-beads-override-or-aggregate-tp58898p58900.html Sent from the Apache

Re: [FlexJS] Need help with compiling MDL examples

2017-02-01 Thread piotrz
Chris, Link to tasks file [1] [1] https://github.com/apache/flex-asjs/blob/develop/examples/flexjs/MDLExample/.vscode/tasks.json Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

[FlexJS] Should override or aggregate?

2017-02-01 Thread yishayw
Suppose you have a class A: and then you use it like this: The beads collection will consist of [DisabledBead], not [ContainerDataBinding, DisabledBead]. The result is that data binding won't work. Is this a bug or a feature? I'm inclined to say it's a bug.

Re: [FlexJS] Need help with compiling MDL examples

2017-02-01 Thread OK
Hi Chris, Christofer Dutz wrote > Unfortunately I couldn’t find the tasks.json file you are talking about, > so I couldn’t confirm my assumption. I think this is the tasks.json file [1]. However, maybe you remember I've already tested the maven build a lot in the past and the pure maven build

Re: [FlexJS] Need help with compiling MDL examples

2017-02-01 Thread Christofer Dutz
Hi, I guess the problem here is that unfortunately the flex compiler does the copying around of static resources in MXMLFlexJSPublisher … I just checked, it should copy files with the ending “json” however. I guess the main difference is that in the Maven build I don’t rely on the compiler

Re: [ApacheCon] Let's make it happen :-)

2017-02-01 Thread Christofer Dutz
Hi Justin, I guess the LF girls are working on this. I think we should finish the landing-page first and provide the LF with that and then they have something to link to. I just submitted a major pull request ;-) … So it seems you also took most of the Text from the cloudstack guys. I think

Re: VS Code snippets

2017-02-01 Thread Harbs
I was exploring snippets as a way to create classes. I created a snippet which get most of the way there, but packages and classes need to be created separately. I was hoping to use something similar to TextMate’s bash execution, but that’s not supported:

Re: [ApacheCon] Let's make it happen :-)

2017-02-01 Thread Justin Mclean
HI, Chris (again assume you may be aware of it/working on it) but if not what needs to be done to get us on this page? http://events.linuxfoundation.org/events/apachecon-north-america/extend-the-experience/co-located-events Thanks, Justin

Re: [ApacheCon] Let's make it happen :-)

2017-02-01 Thread Justin Mclean
Hi, And here it is live http://flexjs.classsoftware.com Thanks, Justin