Re: [FlexJS] DisableBead

2017-01-11 Thread yishayw
We use DisabledBead in our app for all sorts of components, including containers [1], not just for buttons and textinputs. The list [2] of elements disabled applies to is a bit limited, but there might be a case for creating a bead that utilizes that att. Feel free to rename and move the current

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

2017-01-11 Thread piotrz
Yes and it will be working in the main. Problem is started you put into one of the Tab - another Tab-Navigation layout structure. Do following test: 1) Launch MDL Example and being on first tab check in "Tabs" how Html structure look like - first tab for Game of Throne tabs is selected. 2) Click

Re: [FlexJS] TextInput restrict

2017-01-11 Thread sankar
Thanks Chris and Peter. Indeed 'accessories' has some TextInput beads. One bead that attract me particularly for this purpose is NumericOnlyTextInputBead. But unfortunately even it's worked in SWF it's broken into HTML. I've created a new RestrictInputBead now which should support all those

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-11 Thread Josh Tynjala
Pan is taking about using a nightly rather than building from the repository, I think. I also encountered this issue. I talked to Alex about this because it confused me too. I guess the compiler does not always replace SDK JS files in bin when rebuilding a project since they're usually exactly

Re: [FlexJS] TextInput restrict

2017-01-11 Thread sankar
Here is the JIRA link to a review request: https://issues.apache.org/jira/browse/FLEX-35241. Thanks! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-TextInput-restrict-tp58141p58155.html Sent from the Apache Flex Development mailing list archive at

Re: [FlexJS] Tour de FlexJS

2017-01-11 Thread Carlos Rovira
2017-01-10 21:07 GMT+01:00 Alex Harui : > > This might be a good first place to implement non-unloadable modules. > Each "example" could be a module. > > Without doubt, I was think as well use modules in MDLExample, but this is a great place as well :) Thanks > Thoughts? >

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-11 Thread Carlos Rovira
Completely agree. FlexJS should get some prestige in order to be a technology of choice in front of others people bettings like React or Angular. We are fighting against all the world that put React and Angular where they are now. And is a very difficult fight since they has Google and Facebook

Re: [FlexJS] DisableBead

2017-01-11 Thread Peter Ent
On the SWF side, the TextInput is actually a flash.display.TextField and it is that thing that needs to be disabled, not the UIBase element ($displayObject). The FlexJS TextInput, on the SWF side, has a TextInputView which creates the TextField that's used for the actual input. So the DisableBead

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-11 Thread Carlos Rovira
Hi Peter, is possible to expose the AMF services in JSON. For example, people in Java are using Jersey (https://jersey.java.net), but that's not the point. We can always do as many changes as we want...but we need to say to people "we have FlexJS with AMF support and you can migrate from Flex to

[FlexJS] DisableBead

2017-01-11 Thread Peter Ent
Hi, There's been some chatter about the DisableBead so I thought I would take a look. I'd like to make a couple of changes: The way the code is written, applying this bead to a TextInput will not work on the SWF side because the actual textField is a property of the TextInputView and not the

Re: [FlexJS, MDL] Help with MDL

2017-01-11 Thread Alex Harui
IMO, if you could reproduce [1] in FlexJS, that would be a great way to compare FlexJS against other options. -Alex On 1/11/17, 8:05 AM, "piotrz" wrote: >Carlos, > >I was looking more into our MDL Example app and I do like tabs, but I >think >we have to much tabs

Re: [FlexJS] Tour de FlexJS

2017-01-11 Thread PKumar
This is really great. i am porting AMFJS in FlexJS and half part done and now figuring the class mapping part. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Tour-de-FlexJS-tp58119p58160.html Sent from the Apache Flex Development mailing list

Re: [FlexJS, MDL] Help with MDL

2017-01-11 Thread piotrz
Carlos, I know what you mean saying "I'm fighting with the start of the year to get my work done" :) Ok I will start some reorganization we will se how it comes. Thank you, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [FlexJS, MDL] Help with MDL

2017-01-11 Thread Carlos Rovira
Yes, I think creating that site templates could arise some deficiencies in the library (if there's someone) I think we can do one, two or more of them...at out discretion 2017-01-10 14:59 GMT+01:00 piotrz : > Carlos, > > You mean creat pack of such templates to show

Re: [FlexJS, MDL] Help with MDL

2017-01-11 Thread piotrz
Carlos, I agree that for the Templates it would be really good to have modules, but reorganization and make one Tab with code snippet don't need to wait for modules. - If you tell me that we should wait for the modules it's ok. I was just thinking to have something which could show more our code

Re: [FlexJS, MDL] Help with MDL

2017-01-11 Thread Alex Harui
Peter is going to start on Tour de FlexJS. Maybe he can put together the first cut at non-unloadable modules. In theory, it is just an application. We'd create a Module class to use instead of Application. And when you compile it, you get a pile of JS files in bin/js-debug and one minified JS

AW: [FlexJS] Some things still missing ni FlexJS

2017-01-11 Thread Christofer Dutz
I would rather have a 1.0 that has some killer features the others don't have. I wouldn't be working that much on something that just wants to catch up to be on par with something else. Having distinguishable features is essential, from my point of view, to get people to try something. Chris

Re: [FlexJS] Tour de FlexJS

2017-01-11 Thread Carlos Rovira
So cool PKumar :) Are you doing this outside of Apache Flex. I think that would be a great module to be part of Apache FlexJS, and I think many of us will help you to get working and help testing or with the mapping part you mention. Thanks! :) 2017-01-11 17:39 GMT+01:00 PKumar

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-11 Thread OmPrakash Muppirala
The way I see it, folks who are using Javascript frameworks or Flex SDK today are going to first test the waters with FlexJS to see if it supports basic things. They will quickly build some prototypes to share with their team or leads. No one is going to move production code right away to

Re: [FlexJS] TextInput restrict

2017-01-11 Thread Carlos Rovira
Hi about MDL Restrict bead, I think will only work with MDL since it leverages the way MDL TextField restrict numbers or text using its own variables that are inside the MDL javascript we use behind scenes. 2017-01-11 15:44 GMT+01:00 sankar : > Here is the JIRA link to a

Re: [FlexJS] Wanted: UX/UI Design Proposals

2017-01-11 Thread Carlos Rovira
Great, we need to expose this to as many sites, forums and social networks, focused on Design/UX/UI, we can. Hope people could share here the urls they think could be valuable in order to post this announcement. For example I posted this in a well-known UX/UI LinkedIn Group:

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-11 Thread Carlos Rovira
Hi Peter, There are new projects using React with Rest and Json. Think that was started from scratch. I'm referring to migrate old systems that still are stuck in Flex SDK and we have the opportunity to change to FlexJS. Those projects was done with AMF (and as I said many others out there). If

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-11 Thread Carlos Rovira
Hi Alex, I think many people in this thread are saying "No, we'll not go to production without AMF and basic module support". IMHO, it would be very difficult to say we have 1.0 without that, since AMF/RemoteObject was in almost 99% of old Flex SDK, with some HTTPServices and almost no

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-11 Thread Vincent
Hi Carlos, I agree with you. AMF support is essential for us to start thinking porting our Flex apps to FlexJS. I use MVC architecture with the support of Parsley 3 for : - Dependency Injection - Messaging - Managed command (synchronous and asynchronous) Is there an equivalent of this tools

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-11 Thread Harbs
Make sure falcon and typedefs are both updated. On Jan 11, 2017, at 10:45 AM, Pan Li wrote: > > > I had reported this issue earlier, when I reported it last time I thought > it was compiler bug. > It isn't really a bug but I think it is better to report anyway. > > To

[FlexJS] TextInput restrict

2017-01-11 Thread sankar
Hi, Is there any existing bead available to restrict text input to TextInput component? Thanks! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-TextInput-restrict-tp58141.html Sent from the Apache Flex Development mailing list archive at

[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-11 Thread Pan Li
I had reported this issue earlier, when I reported it last time I thought it was compiler bug. It isn't really a bug but I think it is better to report anyway. To reproduce the problem: 1 Take any project which can work in both 0.7 and 0.8 build it with 0.7 2 Using 0.8(dev) to build and run it

Re: [FlexJS] TextInput restrict

2017-01-11 Thread Christofer Dutz
How about the org.apache.flex.mdl.beads.Restrict Bead? But if you are looking at the FlexJSStore example and several others, this currently only seems to work in the MDLExample. Unfortunately I don’t know why, eventually others can help here. Chris Am 11.01.17, 10:00 schrieb "sankar"

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-11 Thread Peter Ent
Question in-line below. Thanks, Peter On 1/11/17, 4:43 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Alex, > >I think many people in this thread are saying "No, we'll not go to >production without AMF and

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-11 Thread Vincent
Hi Yishay, I didn't know that pureMVC had been ported to javascript (and so many others langages). Good to know that there is already an option for MVC framework in FlexJS. Thanks. Vincent. Le 11/01/2017 à 12:22, Yishay Weiss a écrit : We’re using PureMVC with FlexJS. From:

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-11 Thread Christofer Dutz
I think parsley and similar should be able to run in FlexJS as they don’t rely on any UI stuff and as far as I understood it, the concepts they are based on should work with FlexJS. Haven’t tried that though ;-) Chris Am 11.01.17, 11:04 schrieb "Vincent" : Hi Carlos,

Re: [FlexJS] TextInput restrict

2017-01-11 Thread Peter Ent
The org.apache.flex.html.accessories package has a couple of beads for TextInput. You are welcome to contribute more. I've also beefed up the org.apache.flex.express package's TextInput that automatically adds beads depending on the properties set on this TextInput. For example, if you set

RE: [FlexJS] Tour de FlexJS

2017-01-11 Thread Kessler CTR Mark J
+1 -Mark -Original Message- From: Peter Ent [mailto:p...@adobe.com] Sent: Tuesday, January 10, 2017 1:33 PM To: dev@flex.apache.org Subject: [Non-DoD Source] [FlexJS] Tour de FlexJS Hi, Regarding the notation of a "Tour de FlexJS" in the spirit of the "Tour de Flex", I thought I might

Re: [FlexJS] value.hasOwnProperty not working, maybe a bug

2017-01-11 Thread Carlos Rovira
Hi Josh, yes I use in the same way as you. For example, in the item renderer that caused the bug I check if some properties exists, although in my example I use a VO o DTO, people could be using a plain Object , for that reason I wouldn't force to that VO (that is part of the example) 2017-01-10

RE: [FlexJS] Some things still missing ni FlexJS

2017-01-11 Thread Yishay Weiss
We’re using PureMVC with FlexJS. From: Vincent Sent: Wednesday, January 11, 2017 12:04 PM To: dev@flex.apache.org Subject: Re: [FlexJS] Some things still missing ni FlexJS Hi Carlos, I agree with you. AMF support is essential for us to

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-11 Thread Carlos Rovira
Hi Vincent, I think we don't have nothing yet like Parsely or Swiz. It's clear that we need many things to be in the same relation as Flex SDK, but my point is to isolate the problem, so if people want to change, at least make him to create a completely new interface that affects only to the

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-11 Thread Peter Ent
Thanks. I was just wondering if you had services that used both AMF and REST/JSON so that those Flex projects migrated to FlexJS could just use JSON instead. ‹peter On 1/11/17, 2:06 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"

[FalconJX] Output path

2017-01-11 Thread Josh Tynjala
MXMLFlexJSPublisher contains the following code that is run when no output path is specified in the compiler options: //begin code String mainClassFolder = configuration.getTargetFileDirectory(); if (mainClassFolder.endsWith("src")) outputParentFolder = new

Re: [FalconJX] Output path

2017-01-11 Thread Alex Harui
I don't think we have to keep things the way they are, but I know that using current directory would definitely mess me up because I'm used to the way MXMLC works. In a brief check of compilers, javac, tsc and the regular MXMLC all default to placing the compiled file next to the source file.

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

2017-01-11 Thread Carlos Rovira
Hi Piotr 2017-01-08 15:40 GMT+01:00 piotrz : > > 2) > > > 2 - But this one won't work too good. If you jump into Tabs example you > will > see that first Tab "starks" is selected, but his content not. > That was the problem you said some days ago about a problem with

Re: [FlexJS, MDL] Help with MDL

2017-01-11 Thread Carlos Rovira
, I think that would be a bit cumbersome to manage. The idea of organization seems good to me, but I will wait until basic module support was done to avoid create a project per page... but components + templates sound good. I think we should have at least two templates to make the reorder

Re: [FlexJS, MDL] Help with MDL

2017-01-11 Thread Carlos Rovira
Hi Alex, as I stated in the other email, I think we could done in that way, but I think we need the basic module support to create all the sub zones in the example Could you scaffold the basic module support? how much work would be - how many time? Thanks 2017-01-11 17:33 GMT+01:00 Alex

Re: [FlexJS, MDL] Help with MDL

2017-01-11 Thread Carlos Rovira
Hi Alex, yes I think is mostly that. Thanks, hope Peter could leverage that effort 2017-01-11 18:24 GMT+01:00 Alex Harui : > Peter is going to start on Tour de FlexJS. Maybe he can put together the > first cut at non-unloadable modules. > > In theory, it is just an

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-11 Thread Alex Harui
On 1/11/17, 1:43 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Alex, > >I think many people in this thread are saying "No, we'll not go to >production without AMF and basic module support". IMHO, it would

Re: [FlexJS, MDL] Help with MDL

2017-01-11 Thread Carlos Rovira
Hi Piotr, 2017-01-10 14:31 GMT+01:00 piotrz : > Hi Carlos, > > Ohh vacation <3 :) > > "In my mind I want to add to MDLExample a new panel with some of the > template examples in MDL Site. I think are pages that will be great for > next step... " > > What do you mean

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-11 Thread PKumar
Alex, I have ported the following amfjs library in FlexjS and working fine with BlazeDS. But due to busy schedule i could not further continue on class mapping part. Currently i am getting the Object from BlazeDS with one "_explicitType" field. Now i need to map that Object to correct class.

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-11 Thread Alex Harui
Excellent. Looking forward to it. On 1/11/17, 8:54 AM, "PKumar" wrote: >Alex, > >I have ported the following amfjs library in FlexjS and working fine with >BlazeDS. But due to busy schedule i could not further continue on class >mapping part. Currently i am getting the

Re: [FlexJS, MDL] Help with MDL

2017-01-11 Thread Carlos Rovira
Hi Piotr, no, just was my thought on that, but if you have free cycles, please start at your discretion. I'm fighting with the start of the year to get my work done to get some free time to continue my collaboration 2017-01-11 18:17 GMT+01:00 piotrz : > Carlos, > > I

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

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

Re: [FlexJS] DisableBead

2017-01-11 Thread piotrz
Hi Peter, I'm not sure whether I understand - what are you going to do with this textField field ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-DisableBead-tp58180p58181.html Sent from the