[Jenkins] All build is down

2017-01-12 Thread piotrz
Hi All, I noticed that from yesterday all builds are stuck. [1] Probably cause both slaves are down. [1] http://apacheflexbuild.cloudapp.net:8080/ Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Jenki

Re: [FlexJS] Probable design to support enable/disable state to TextInput

2017-01-12 Thread sankar
How can I restrict the mouse events to TextInput's TextField? I saw /TextField.mouseEnabled = false/ didn't helped. /mouseChildren/ also not available. Is there any way I can prevent the internal TextField's mouse activities in a TextInput component? Thanks! -- View this message in context:

Re: Apache Flex Twitter Account Changes

2017-01-12 Thread OmPrakash Muppirala
Looks very nice, Carlos! Great idea, adding the appropriate tags. Looks like we already have a hit :-) Thanks, Om On Thu, Jan 12, 2017 at 3:01 PM, Carlos Rovira wrote: > Hi, > > just make some adjustment to our twitter account: > > https://twitter.com/apacheflex > > Mainly: > > * Changed Main

Re: [FlexJS] Tour de FlexJS

2017-01-12 Thread piotrz
Peter, I think we should have SWF version. This framework has two faces, so it would be nice to show that both looks same. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Tour-de-FlexJS-tp58119

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-12 Thread Alex Harui
On 1/12/17, 12:46 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >We need some strategy, and we must think about what others are giving in >comparison with us. >In LTE I think our solution win, but right now is complicate convince >business to choose us over Angular/React, sinc

Apache Flex Twitter Account Changes

2017-01-12 Thread Carlos Rovira
Hi, just make some adjustment to our twitter account: https://twitter.com/apacheflex Mainly: * Changed Main Picture (still hope to have more time in the future to make more of this blender 3d art) * Adjust Logo account size (to have more white borders and let "breath" a bit) * Insert a text des

Re: [FlexJS, MDL] Help with MDL

2017-01-12 Thread Carlos Rovira
Ok Piotrz, thanks for let me know :) 2017-01-12 20:56 GMT+01:00 piotrz : > Carlos, > > I decided do not change MDLExample to code snippet shower. I will wait for > some code shape for Tour de FlexJS and maybe add there. :) > > Piotr > > > > - > Apache Flex PMC > piotrzarzyck...@gmail.com > -

Re: [FlexJS] Why MaterialDesignLite.swc is missing from library root in Intellij

2017-01-12 Thread piotrz
Alex, It was good catch! It helped. I pushed changes to develop. :) Thank you! Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Why-MaterialDesignLite-swc-is-missing-from-library-root-in-Intellij

Re: [FlexJS, MDL] Help with MDL

2017-01-12 Thread piotrz
Carlos, I decided do not change MDLExample to code snippet shower. I will wait for some code shape for Tour de FlexJS and maybe add there. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-

Re: [FlexJS] Why MaterialDesignLite.swc is missing from library root in Intellij

2017-01-12 Thread piotrz
I will add and we will see. - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Why-MaterialDesignLite-swc-is-missing-from-library-root-in-Intellij-tp58209p58217.html Sent from the Apache Flex Development m

Re: [FlexJS] Why MaterialDesignLite.swc is missing from library root in Intellij

2017-01-12 Thread Alex Harui
Maybe, don't know for sure. I just noticed that is a possibility. On 1/12/17, 11:25 AM, "piotrz" wrote: >You mean that I should put there namespace ? Similar to this one ? > > > library://ns.apache.org/flexjs/createjs > > >projects/CreateJS/src/main/resources/createj

Re: [FlexJS] Why MaterialDesignLite.swc is missing from library root in Intellij

2017-01-12 Thread piotrz
You mean that I should put there namespace ? Similar to this one ? library://ns.apache.org/flexjs/createjs projects/CreateJS/src/main/resources/createjs-manifest.xml - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context

Re: [FlexJS] Why MaterialDesignLite.swc is missing from library root in Intellij

2017-01-12 Thread Alex Harui
Compare the flex-config.xml where it works and doesn't work. On 1/12/17, 11:05 AM, "piotrz" wrote: >Actually is not only MDL library Express.swc is also missing. I will dig >into >that more. > >Look when I select option in FDT "Select SWCs". > >

Re: [FlexJS] Why MaterialDesignLite.swc is missing from library root in Intellij

2017-01-12 Thread piotrz
Actually is not only MDL library Express.swc is also missing. I will dig into that more. Look when I select option in FDT "Select SWCs". Piotr - Apache Flex PMC piotrzarzyck...@gmail.com --

Re: [FlexJS] Why MaterialDesignLite.swc is missing from library root in Intellij

2017-01-12 Thread piotrz
I was also trying distribution build by Maven and intellij is seeing MDL swc. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Why-MaterialDesignLite-swc-is-missing-from-library-root-in-Intellij-t

Re: [FlexJS] Why MaterialDesignLite.swc is missing from library root in Intellij

2017-01-12 Thread piotrz
I just tried FlexJS in FDT, which has support for framework and it also do not see MDL Library. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-d

Re: [FlexJS] Why MaterialDesignLite.swc is missing from library root in Intellij

2017-01-12 Thread Alex Harui
On 1/12/17, 10:19 AM, "piotrz" wrote: >Hi All, > >I just downloaded newest nightly build and started to check whether >everything is ok, cause someone wanted to use library to his project [1]. > >I see swc in frameworks\libs\, but when Intellij is picking up FlexJS it >doesn't see this swc. I'm

[FlexJS] Why MaterialDesignLite.swc is missing from library root in Intellij

2017-01-12 Thread piotrz
Hi All, I just downloaded newest nightly build and started to check whether everything is ok, cause someone wanted to use library to his project [1]. I see swc in frameworks\libs\, but when Intellij is picking up FlexJS it doesn't see this swc. I'm not sure why. Anyone has some idea ? Screenshot

Re: [DISCUSS] Apache Flex SDK 4.16 RC1 release

2017-01-12 Thread Alex Harui
This just happened to catch my eye: for the fix to DropDownList, what was the value of displayItem that was causing a problem? Thanks, -Alex On 1/12/17, 4:39 AM, "Justin Mclean" wrote: >Hi, > >> I just resolved FLEX-27509 (on develop). Shall I move it onto the 4.16 >> branch to add it to this

Re: [FlexJS] Tour de FlexJS

2017-01-12 Thread Peter Ent
The repo has been created. I added a small file to make it official. https://git-wip-us.apache.org/repos/asf/flex-tourjs.git On 1/12/17, 9:18 AM, "Peter Ent" wrote: >I've put the request in for the flex-tourjs repo; should have that today. >I honestly do not know how the original Tour de Flex

Re: [FlexJS] Tour de FlexJS

2017-01-12 Thread Peter Ent
I've put the request in for the flex-tourjs repo; should have that today. I honestly do not know how the original Tour de Flex is set up, so I'll research that today. I'm assuming there is no active service behind it and that its all just pulling from a file system guided by some control file, like

Fwd: [jira] [Commented] (FLEX-27509) AdvancedListBase itemMaskFreeList is null

2017-01-12 Thread Mihai Chira
FYI, for anyone who may be interested. -- Forwarded message -- From: Mihai Chira (JIRA) Date: 12 January 2017 at 13:36 Subject: [jira] [Commented] (FLEX-27509) AdvancedListBase itemMaskFreeList is null To: iss...@flex.apache.org [ https://issues.apache.org/jira/browse/FLE

Re: [DISCUSS] Apache Flex SDK 4.16 RC1 release

2017-01-12 Thread Justin Mclean
Hi, > I just resolved FLEX-27509 (on develop). Shall I move it onto the 4.16 > branch to add it to this release (and update the release notes)? Yes please. Thanks, Justin

Re: [DISCUSS] Apache Flex SDK 4.16 RC1 release

2017-01-12 Thread Mihai Chira
I just resolved FLEX-27509 (on develop). Shall I move it onto the 4.16 branch to add it to this release (and update the release notes)?

Re: [VOTE] Release Apache Flex SDK 4.16 RC1

2017-01-12 Thread Mihai Chira
> Thanks for voting but it we’re already working on the next RC. Cool, I'll take another look when it's out.

FOSDEM 2017 Open Source Conference - Brussels

2017-01-12 Thread Sharan F
Hello Everyone This email is to tell you about ASF participation at FOSDEM. The event will be held in Brussels on 4^th & 5^th February 2017 and we are hoping that many people from our ASF projects will be there. https://fosdem.org/2017/ Attending FOSDEM is completely free and the ASF will ag

Re: [VOTE] Release Apache Flex SDK 4.16 RC1

2017-01-12 Thread Justin Mclean
Hi. Thanks for voting but it we’re already working on the next RC. > I see a very noticeable show-stopper bug with the all (spark) DropDownLists. Yep it’s been noticed and has been fixed in the 4.16 release branch. There are however a couple of other potential regression issue that need to be

Re: [FlexJS,MDL][Discuss] Tabs, TabBar with dataProvider+itemRenderer API

2017-01-12 Thread Carlos Rovira
Yeah, really good! Good work! :) 2017-01-12 11:54 GMT+01:00 piotrz : > Carlos, > > But one thing which is really good, that we partially support this cause of > our implementation of dataProvider API. :) - One type of Tabs is working > really good if you can see in the examples. :) > > Piotr > >

Re: [VOTE] Release Apache Flex SDK 4.16 RC1

2017-01-12 Thread Mihai Chira
-1 md5 ok, but when I compile our application (currently deployed with 4.15) I see a very noticeable show-stopper bug with the all (spark) DropDownLists. Please see this screenshot [1] for the differences (same codebase, just different SDKs). The show-stopping part of the bug is that when I select

Re: [FlexJS,MDL][Discuss] Tabs, TabBar with dataProvider+itemRenderer API

2017-01-12 Thread piotrz
Carlos, But one thing which is really good, that we partially support this cause of our implementation of dataProvider API. :) - One type of Tabs is working really good if you can see in the examples. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: ht

Re: [FlexJS,MDL][Discuss] Tabs, TabBar with dataProvider+itemRenderer API

2017-01-12 Thread piotrz
Exactly. The component itself is working fine. Google MDL not only do not support nested tabs, but also do not recommend do such UX-es. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Discuss

Re: [FlexJS,MDL][Discuss] Tabs, TabBar with dataProvider+itemRenderer API

2017-01-12 Thread Carlos Rovira
Hi Piotr, ok I think I understand you now. You mean that as we are nesting tabs in the MDLExample (Main Navigation > Tabs) we have problems due to Google not supporting nesting. So the component is ok right? 2017-01-12 6:26 GMT+01:00 piotrz : > Yes and it will be working in the main. Problem is

Re: [FlexJS] Switching SDK from 0.7 to 0.8(dev) and rebuild FlexJS project without cleaning will cause runtime error in js mode

2017-01-12 Thread Pan Li
Yes Josh it is about FlexJS app using the nightly build. My Apache Flex community contribution is working on the open source Moonshine-IDE.com for FlexJS.

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-12 Thread Carlos Rovira
We need some strategy, and we must think about what others are giving in comparison with us. In LTE I think our solution win, but right now is complicate convince business to choose us over Angular/React, since is world trending. So I'm with Chris that we need to give things others doesn't have, f

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-12 Thread yishayw
OmPrakash Muppirala wrote > If folks feel comfortable with the ease of use, extensibility and > stability > of FlexJS, they will start showing interest. At that point, any missing > killer features can be talked about. Enterprise companies can join us in > the effort to add any features they thin