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

2017-02-02 Thread piotrz
Once someone post proper announcement on FB I will wait couple of days to see how much attention it will get without promotion. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/ApacheCon-Let-s-make-it-ha

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

2017-02-02 Thread Alex Harui
OK. Then up to you. If it was significant money then I wouldn't want you to pay for the whole thing. -Alex On 2/2/17, 10:29 PM, "piotrz" wrote: >Alex, > >Promotion for 7 days costs about 5USD. If you are not promoting your post >it >will be visible for 5% of your followers, once you promote i

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

2017-02-02 Thread piotrz
Alex, Promotion for 7 days costs about 5USD. If you are not promoting your post it will be visible for 5% of your followers, once you promote it this increases significantly. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.

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

2017-02-02 Thread Alex Harui
On 2/2/17, 10:05 PM, "piotrz" wrote: >I think it's worth it. We have on twitter more followers (2189), but some >people use only facebook (1005). How much money are we talking about? Why is a paid-for thing better than just a regular free post on FB? -Alex

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

2017-02-02 Thread piotrz
I think it's worth it. We have on twitter more followers (2189), but some people use only facebook (1005). Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/ApacheCon-Let-s-make-it-happen-tp58856p59002.ht

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

2017-02-02 Thread Justin Mclean
Hi, > What do you think to make announcement on facebook sponsored? I’m only vaguely aware (as I dont use Facebook). I don't see any issue with doing it but do you think Flex developers are a big community of Facebook? The Linux Foundation will do some marketing but hopefully this mailing list

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

2017-02-02 Thread piotrz
What do you think to make announcement on facebook sponsored? I can donate some money to do this. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/ApacheCon-Let-s-make-it-happen-tp58856p59000.html Sent f

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

2017-02-02 Thread Justin Mclean
Hi, > Great! We just have to wait for talk submission :) I believe we can organise the talks outside of the CFP process, but having a landing page. If it manages to attract even one extra talk or attendee it’s paid for itself. So spread that link around! :-) Thanks, Justin

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

2017-02-02 Thread piotrz
It would be good to make some noize on Twitter and our Facebook. :) Additionlly when I post link into linkedin - min version do not display anything. Not sure how to do this to achive some image in small version. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in co

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

2017-02-02 Thread piotrz
Great! We just have to wait for talk submission :) Thank you :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/ApacheCon-Let-s-make-it-happen-tp58856p58997.html Sent from the Apache Flex Development ma

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

2017-02-02 Thread Justin Mclean
Hi, > Once someone submit a talk will we update website > with his profile? Or is it just static and stay as is. Well need to manual update the site. It’s fairly easy to do so. There's commented out code block to display speaker info and talk details that you just copy and fill in. Thanks, Jus

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

2017-02-02 Thread piotrz
Hi Justin, Awesome! One question - Once someone submit a talk will we update website with his profile? Or is it just static and stay as is. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/ApacheCon-Let

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

2017-02-02 Thread Justin Mclean
Hi, Trademarks are all OK with the site and domain name so it’s now live here. I’d appreciate it if everyone got the word out. http://us.apacheflexjs.org Thanks, Justin

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

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

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

2017-02-02 Thread Alex Harui
What is the "App counter"? Without taking Piotr's or your changes and just doing the changes below, the click event counter increments as expected. -Alex diff --git a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/ RadioButton.as b/frameworks/projects/MaterialDesignLi

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

2017-02-02 Thread Carlos Rovira
Hi, I think we're close. I implemented Alex suggestion. And works at level component. Now the problem is that in App counter is not updating, so click dead in component. Alex, could you take a final look? thanks for your help! Carlos 2017-02-02 23:27 GMT+01:00 piotrz : > Well having inside c

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

2017-02-02 Thread piotrz
Well having inside component handler I think we wanted to have property "selected" and give user possibility to use binding in that case. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Click-E

Re: [FlexJS][Tour] Update

2017-02-02 Thread Carlos Rovira
Hi Peter, So great! Thanks for doing this! Can't wait to try it! :) 2017-02-02 23:05 GMT+01:00 Peter Ent : > I've pushed a new HTML component to the develop branch. The component is > "Module" and it can load .swf or .html files, depending on the runtime > platform. I've incorporated this compon

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

2017-02-02 Thread Alex Harui
Maybe I don't understand the scenario. In your last commit I see: + +label.addEventListener("click", clickHandler, false); That looks like you are attaching a handler to the Label. But either way, I would expect that there wouldn’t be any addEventListener calls to listen to click

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

2017-02-02 Thread Alex Harui
On 2/2/17, 10:59 AM, "Christofer Dutz" wrote: >Hi Alex, > >I was going to suggest something down the path of: creating the primary >artifact which contains library.swf and library-is.swf. We could use >these in Ant, Maven and newer IDEs and additionally continue to produce a >separate js-swc (a

[FlexJS][Tour] Update

2017-02-02 Thread Peter Ent
I've pushed a new HTML component to the develop branch. The component is "Module" and it can load .swf or .html files, depending on the runtime platform. I've incorporated this component into the TourJS project. If you build the flex-tourjs project, run either the TourJS/bin/js-release or TourJ

Re: [FlexJS] Need help with compiling MDL examples

2017-02-02 Thread Carlos Rovira
Hi Olaf! Glad that you get it working! :) And thanks for your compliments! You're welcome! :) 2017-02-02 21:02 GMT+01:00 piotrz : > Thank you Olaf! Looking forward to your first steps into FlexJS :) > > Piotr > > > > - > Apache Flex PMC > piotrzarzyck...@gmail.com > -- > View this message i

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

2017-02-02 Thread piotrz
Alex, I did try you idea but it doesn't work. Once I'm add to input event listener "clickHandler" working but RadioButton wasn't seleted at all. Just commited small changes. Take a look yourself. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://a

Re: [FlexJS] Need help with compiling MDL examples

2017-02-02 Thread piotrz
Thank you Olaf! Looking forward to your first steps into FlexJS :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Need-help-with-compiling-MDL-examples-tp58870p58983.html Sent from the Apache Fl

Re: [FlexJS] Need help with compiling MDL examples

2017-02-02 Thread OK
The MDL example app is working now for me! Carlos and Piotr you've done a great job, absolutely awesome! I hope to find some time to dive deeper into it, looking forward to it. Thanks! Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Need-help-

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

2017-02-02 Thread Christofer Dutz
Hi Alex, I was going to suggest something down the path of: creating the primary artifact which contains library.swf and library-is.swf. We could use these in Ant, Maven and newer IDEs and additionally continue to produce a separate js-swc (as we are doing now) which only legacy IDEs need to us

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

2017-02-02 Thread Alex Harui
On 2/2/17, 3:28 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >HI Alex and Peter for taking the time to see this > >2017-02-02 7:15 GMT+01:00 Alex Harui : > >> I think I correctly built a no-Flex HTML&JS test of RadioButtons: >> >> http://home.apache.org/~aharui/Test/MDLRadioB

Re: [FlexJS] Should override or aggregate?

2017-02-02 Thread Alex Harui
On 2/2/17, 6:06 AM, "yishayw" wrote: >I filed [1]. > >Note that the same issue can happen in as3 classes. In [2], for example, >we >won't see the tooltip if there are other beads added by the user of this >class. What is adding the beads in AS? I don't recall any code that resets the beads l

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

2017-02-02 Thread Alex Harui
I'm going to try to respond to both you and Carlos. IMO, there are "Application Developers" (AppDevs) and "Component/Framework Developers" (CompDevs). Today, in FlexJS, an AppDev can write MXML and AS and use certain APIs and his/her code will run compile into a SWF or a pile of JS. But some Com

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

2017-02-02 Thread Christofer Dutz
Hi Alex, all I’m currently concerned about is that it will be painfull for our users. And for us, because as soon as no-brain-developers will start using FlexJS, we will probably be swamped with support requests. And I remember myself being quite confused about it even now … so I usually try to

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

2017-02-02 Thread Carlos Rovira
2017-02-02 17:38 GMT+01:00 Alex Harui : > > > I have not worked with ANEs, but AIUI, there is one API definition and > multiple platform object codes. For FlexJS SWCs there are different API > definitions per platform. Diferent APIs? mmm I thought that our objective was to have one API that enca

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

2017-02-02 Thread Alex Harui
There are already two lib folders (actually three). Today we have: Frameworks/libs: XXX.SWC contains: -Flash-based Class Definitions -JS files for JS compiles Frameworks/js/FlexJS/libs: XXXJS.SWC contains: -JS.swc-based Class Definitions Js/libs: SWC contains -JS.swc-based Clas

Re: [FlexJS] Using Maven with Flash Builder

2017-02-02 Thread yishayw
I did disable windows defender (the built in antivirus) but I only noticed a slight difference if at all. I'm probably going to upgrade my machine because of this, but obviously we need to cater to windows developers who would rather not do that. -- View this message in context: http://apache-f

Re: [FlexJS] Should override or aggregate?

2017-02-02 Thread yishayw
I filed [1]. Note that the same issue can happen in as3 classes. In [2], for example, we won't see the tooltip if there are other beads added by the user of this class. I propose to add IStrand.beadsReady() which is where implementers will add their default beads and check for the issues raised

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

2017-02-02 Thread piotrz
Carlos, Did you try set breakpoint in the generated javascript code ? You will see the stacktrace - There are WebBrowserEvent-s. Basically if you do not have any eventlistener in RadioButton, you will still get "click" event if you make Piotr - Apache Flex PMC piotrzarzyck...@gmail.com

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

2017-02-02 Thread Carlos Rovira
Hi Piotr, what scare to me is that I remove all click code and I get clicks. Even thought that browser was making some caching, but that wasn't the case. I went all hierarchy up to look for some click events and didn't found nothing. So, if you remove all code and doesn't get clicks your a step ah

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

2017-02-02 Thread piotrz
Hi Carlos, Not exactly. If Alex's approach work we shouldn't need preventDefault. In the morning I did same as you, but "clickHandler" wasn't called for me - not sure why, but click inself on RadioButton works properly, but without selection. I've tried this solution in CheckBox and behavior was

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

2017-02-02 Thread Carlos Rovira
HI Alex and Peter for taking the time to see this 2017-02-02 7:15 GMT+01:00 Alex Harui : > I think I correctly built a no-Flex HTML&JS test of RadioButtons: > > http://home.apache.org/~aharui/Test/MDLRadioButtons.html > > You can View Source on it to see if I did it right. > > The source seems ri

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

2017-02-02 Thread Carlos Rovira
I think self contain is better too. For example Adobe AIR does the same with Multiplatform ANEs. If the ANE is implemented for iOS, Android, and more,...all goes in the same .ane and I think that's really good, since the library is in fact Multiplatform and ready to use for anyone in anyplace :) 2

Re: [FlexJS] Need help with compiling MDL examples

2017-02-02 Thread OK
Hi, @Piotr Thanks for fixing it, I'll check it out tonight! @Carlos Your workflow description is really helpful! @All Please don't get me wrong: I have no concerns regarding maven. I remember a WoW Effect as I've tested the maven builds a few months ago the first time. Thanks to Chris effort the

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

2017-02-02 Thread Christofer Dutz
Would it be somehow possible to make the swcs self-contained? Right now they contain catalog.xml and library.swf … couldn’t this contain something like a “catalog-js.xml” and a “library-js.swf” … this way we could just add a dependency to a SWC and the compiler could internally grab what he nee

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

2017-02-02 Thread Harbs
So there would be two different lib folders? One for swf compilation and another for js compilation? Maybe a third lib folder for “dual” compilation? Here’s a thought: Would it be possible to create a “dual” swc which would contain the definitions for both JS and SWF? And have falcon understand

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

2017-02-02 Thread Harbs
I personally don’t care that much about Flash Builder. I’m moving more and more over to VS Code. AIUI, VS Code picks up the compiler settings, so if there’s both a js and swf library path, I’m thinking that it should work. Josh could give a more definitive answer on that. Our JS projects don’t

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

2017-02-02 Thread Carlos Rovira
Hi Alex, to figure about time schedules, it seems you have this already working on your machine and need some latest touches and refienments right? So in case I'll separate basic clases and tags, I think it would be better to do after your change right? Other way could be to introduce the tags in

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

2017-02-02 Thread Christofer Dutz
Hi Harbs, That would be an absolutely amazing addition to the schedule … if I can do anything to help you come, just tell me, I’ll do what I can. Chris Am 01.02.17, 23:30 schrieb "Harbs" : The site looks cool. Thanks for doing it. Regarding the summit in general: Assuming