[FlexJS] enabled property

2016-10-17 Thread Carlos Rovira
Hi, I saw there's a "visible" property for components working in place. But another basic property in Flex was "enabled". I wonder if there's already something implemented, I didn't find it. -- Carlos Rovira http://about.me/carlosrovira

About @private in comments

2016-10-17 Thread Carlos Rovira
Hi, this is tiny, but I'm asking me for years...in old FlexSDK and now in FlexJS code is full of @private comments in places where even the property decorated is not private. I always wonder what's the reason behind this, since I think not only makes the code bloated with lines, but moreover this

Re: [FlexJS] Working on a MDL branch

2016-10-17 Thread Carlos Rovira
btw, what means the attribute lookupOnly="true" in component tag in the manifest xml? 2016-10-17 8:40 GMT+02:00 Carlos Rovira : > Thanks Alex, > > As I copied from Flat I remember that the use of html button (and other > comps confused me, and I thought it should name my button. Now I connect > p

Re: [FlexJS] Form component?

2016-10-17 Thread Carlos Rovira
I upload to develop a first working implementation of form, still no functionality, but is nesting elements inside and showing correctly in HTML while surrounded by tag. Only JS considerations (no SWF) My first question is how is managed properties in FlexJS. We don't have commitProperties, so I

Re: [FlexJS] Form component?

2016-10-17 Thread Peter Ent
Shouldn't it be possible for the action on a to trigger an event that the application code (or its main controller) could use that would then decide to either open a new URL or go to a different FlexJS view? Usually, I would think, an HTML Form's action takes you to another part of the web "applic

Re: [FlexJS] Form component?

2016-10-17 Thread Carlos Rovira
Hi Peter, makes sense. I was wrong with "action" property...is working ok right now (maybe some wrong compilation), and right now if you hit ENTER, it goes to www.example.com, so regarding what you say, you mean to add some controller/model to the implementation? 2016-10-17 14:28 GMT+02:00 Peter

Re: [FlexJS] Form component?

2016-10-17 Thread Peter Ent
When you do this in HTML, the action (eg, www.example.com?q=loc=miami&data=weather) sends all of the fields to the server which then sends back a new HTML page with the results. A lot of things happen automatically for you, such as pairing the values of the input fields with their IDs to form the

Re: [FlexJS] Form component?

2016-10-17 Thread Carlos Rovira
Hi Peter, makes perfect sense. Maybe this is a more advance component and will be better managed in your hands, since I'm still in the process of understand many things here. Moreover I'm making some progress in MDL branch, so If you want to grab it feel free to do it. I think a Form component is

Re: [FlexJS] enabled property

2016-10-17 Thread Alex Harui
On 10/17/16, 12:56 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi, > >I saw there's a "visible" property for components working in place. >But another basic property in Flex was "enabled". I wonder if there's >already something implemented, I didn't find it. Button enable/

Re: [FlexJS] Form component?

2016-10-17 Thread Peter Ent
I'm in the middle of trying to a FlexJS mobile example to look nice on both iOS and Android, but I will add this to my todo list! I'm sure we can collaborate on it along with anyone else familiar with forms and how they think it should go in the flex world. Personally, I like to do as little as pos

Re: [FlexJS] Working on a MDL branch

2016-10-17 Thread Alex Harui
On 10/17/16, 2:46 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >btw, what means the attribute lookupOnly="true" in component tag in the >manifest xml? It means to add the class to the list of classes mapped to the manifest, but not actually include the class in the SWC becau

Re: About @private in comments

2016-10-17 Thread Alex Harui
On 10/17/16, 1:03 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi, > >this is tiny, but I'm asking me for years...in old FlexSDK and now in >FlexJS code is full of @private comments in places where even the property >decorated is not private. >I always wonder what's the reaso

Re: [FlexJS] Form component?

2016-10-17 Thread Alex Harui
If I understand this thread, we actually need two kinds of Forms: 1) A low-level wrapper for HTMLFormElement. So what if it exits you out of the app to another HTML page. Maybe that's all you need. 2) A form-like thing for RIAs/single-page apps. We might need someone to research how other JS fr

Re: [FlexJS] Form component?

2016-10-17 Thread Josh Tynjala
Other JS frameworks use a real HTML form to preserve semantics. You can call preventDefault() on the submit event to stop the browser from sending data to the server and navigating to a new page. - Josh On Mon, Oct 17, 2016 at 8:59 AM, Alex Harui wrote: > If I understand this thread, we actuall

Re: [FlexJS] enabled property

2016-10-17 Thread Harbs
Yes. Yishay implemented a DisableBead. On Oct 17, 2016, at 10:56 AM, Carlos Rovira wrote: > Hi, > > I saw there's a "visible" property for components working in place. > But another basic property in Flex was "enabled". I wonder if there's > already something implemented, I didn't find it. > >

Re: [FlexJS] Form component?

2016-10-17 Thread PKumar
2) A form-like thing for RIAs/single-page apps. We might need someone to research how other JS frameworks handle single-screen apps and Forms. Maybe they don't use Form under the covers and replicate a lot of the functionality, or maybe there is some way to override the Form action and keep yo

There are someone listening here

2016-10-17 Thread Michel Souza
Hello, i´m just wandering if have someone here working in this list, there´s no info about the future releases or the current working in this project, and it is so sad to see. If this message reach someone, please fell free to call-me and lets talk about flex :) Kind regards Michel Souza -- Ate

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 327 - Failure

2016-10-17 Thread Chris Lambertus
Hi folks, sorry about this. Am testing a new windows buildslave and this particular job happens to be the best test case. Will have a couple more tests, then the mail should stop. -Chris ASF Infra > On Oct 17, 2016, at 9:02 PM, Apache Jenkins Server > wrote: > > The Apache Jenkins build sys