Re: [FlexJS] Form component?

2016-10-16 Thread Alex Harui
On 10/16/16, 11:31 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Alex, > >maybe I could implement it. It needs few things, action(normal the url to >call when submit the form). the method (GET, POST). >And we should allow to next input elements... I think to start something

Re: [FlexJS] Working on a MDL branch

2016-10-16 Thread 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 points and understand that Button is not implemented in Flat and only is stylized via CSS. I'll check it and hopefully could progress from

Re: [FlexJS] Form component?

2016-10-16 Thread Carlos Rovira
Hi Alex, maybe I could implement it. It needs few things, action(normal the url to call when submit the form). the method (GET, POST). And we should allow to next input elements... I think to start something basic should be ok. To make it I would need some guidance about what component to extend,

Re: [FlexJS] Importance of SWF output

2016-10-16 Thread Alex Harui
My reasons for supporting SWF as a target platform are: 1) The edit/compile/debug cycle was a bit faster than edit/transpile/debug. But this may not be true anymore 2) A Flash version used to require less testing and bug fixing across different browsers. But that may not be true anymore. 3) The

Re: [FlexJS] Working on a MDL branch

2016-10-16 Thread Alex Harui
I forgot to explain how I debugged this: I ran the app in the browser (I use Safari). I examine the DOM tree. I clicked on the Button that wasn't behaving. I viewed the Node properties. One of the properties is flexjs_wrapper. I expand it, then its __proto__ then its FLEXJS_CLASS_INFO property. In

Re: [FlexJS] Form component?

2016-10-16 Thread Alex Harui
On 10/16/16, 7:46 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi, > >what about to deal with html forms? I think (as I searched) we have no >form >component yet in FlexJS, right? Correct. I don't think we've wrapped HTML form. There is a Flex-like Form layout called Vert

Re: [FlexJS] Working on a MDL branch

2016-10-16 Thread Alex Harui
OK, looked into it. The mdl-manifest.xml was still pointing to the HTML.SWC's Button. I pushed changes and I get a pink circle as expected. HTH, -Alex On 10/16/16, 9:09 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Alex, > >just mention I rebase my mdl branch to set on t

hh

2016-10-16 Thread Marc Mauri
subscribe

Re: [Discuss] What's keeping the others from participating?

2016-10-16 Thread OK
Hi Chris, I hope that you don't really think that your effort is waste of time!!! Like others I've also not so much time and I've spend most of this time with testing the maven build in the past. I think FlexJS is on a good way but we should care to not raise false expectations. During my FlexJS j

[FlexJS] Importance of SWF output

2016-10-16 Thread Carlos Rovira
Hi, somedays ago we talked in other thread about the actual importance of SWF output. I must to admit that my actual goals are around JS output since is the most needed, and was thinking that maybe even SWF output could be no longer needed in the future. Today, my perspective turn completely talk

Re: [FlexJS] A thread about FlexJS on the front page of Hacker News

2016-10-16 Thread Carlos Rovira
Thanks Josh, I think a thread to we should monitor in order to catch eyes! :) 2016-10-16 18:46 GMT+02:00 Josh Tynjala : > FYI > > https://news.ycombinator.com/item?id=12718330 > > - Josh > -- Carlos Rovira Director General M: +34 607 22 60 05 http://www.codeoscopic.com http://www.avant2.es

[FlexJS] A thread about FlexJS on the front page of Hacker News

2016-10-16 Thread Josh Tynjala
FYI https://news.ycombinator.com/item?id=12718330 - Josh

Re: [FlexJS] Working on a MDL branch

2016-10-16 Thread Carlos Rovira
Hi Alex, just mention I rebase my mdl branch to set on top of develop and make it more organized. C. 2016-10-16 16:00 GMT+02:00 Alex Harui : > > > On 10/16/16, 2:35 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" > > wrote: > > >but my mdl button extends UIBase and not UIButtonBase (m

[FlexJS] Form component?

2016-10-16 Thread Carlos Rovira
Hi, what about to deal with html forms? I think (as I searched) we have no form component yet in FlexJS, right? -- Carlos Rovira http://about.me/carlosrovira

Re: [FlexJS] Working on a MDL branch

2016-10-16 Thread Alex Harui
On 10/16/16, 2:35 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >but my mdl button extends UIBase and not UIButtonBase (maybe it should be >the last...) Oh yeah, forgot that the JS side has different inheritance. I will be looking into this during my evening. -Alex

Re: [FlexJS] Working on a MDL branch

2016-10-16 Thread Carlos Rovira
Hi Alex, thanks! for the inline problem, I cherry pick your commit in mdl branch and add the code you suggested to the mdl example project, test it and it's working, and showing the plus icon inside :) A side of the success, maybe this should work with plain js:Button, since this is really a icon