Re: [FlexJS, MDL] SnackbarModel and events

2016-12-31 Thread Carlos Rovira
Hi Alex, I change the event from "valueChange" to "change" and as we use a standard flexjs Event it doesn't package any value. I added a "input" Event as well that makes the slider updates as we move the thumb. Right now the example is working as MDL users expect, and I think will be fine with Fl

[FlexJS] How to add html content?

2016-12-31 Thread OmPrakash Muppirala
I need to add html content in mdl:Card. Is there a component that I can simply add to the display list and set htmlText? I see an InnerHTML bead. That does not not seem to work when added to the display list. Thanks, Om

Re: [FlexJS] How to add html content?

2016-12-31 Thread Carlos Rovira
Hi Om, You can: * Use js:TextNode but this only supports plain text * use a combination of js:TextNode with other components (js:Span, js:Div...) * use InnerHTML bead that support html text but removes the rest of nodes You can find examples of all this in MDLExample (you can search in code for

[FlexJS] Preparing an article on FlexJS ...

2016-12-31 Thread Christofer Dutz
Hi guys, Last year I volunteered for creating an article on FlexJS for our company’s newspaper: Softwerker (https://www.codecentric.de/wissen/softwerker/) It has about 6000 printed editions and even ore electronic ones. Being a German company the article will be in German too. Are any people her

Re: AW: How to put an example online

2016-12-31 Thread Christofer Dutz
Hi Om, Well I guess I would have an idea how to do this using maven and the site plugin. I would suggest to go down that road for the TourDeFlexJS. This way we could also bring in the documentation, sources and output of each example in a standard way. I don’t know if it would be possible to

Re: AW: How to put an example online

2016-12-31 Thread piotrz
I see here two paths if I'm thinking about MDL. Once we finished components (dataProviders API and maybe events) we should put somewhere real snippets with code and presentation how it's working. 1) We can extend our MDL Example application 2) We can put MDL snippet example inside TourDeFlexJS whi

Re: AW: How to put an example online

2016-12-31 Thread OmPrakash Muppirala
Yes, using the maven site plugin is probably the best way. We dont want to do it manually. You can take it up if you'd like. If not, I can work on it. Do let me know. Thanks, Om On Dec 31, 2016 5:02 AM, "Christofer Dutz" wrote: Hi Om, Well I guess I would have an idea how to do this usin

Re: [FlexJS] How to add html content?

2016-12-31 Thread Alex Harui
IMO, you could also create a new component called CardOfHTML (or something like that) and instead of extending ContainerBase, extend UIBase. It would have "text" and "html" properties like Label and TextButton. Then you could just do: This is some HTMLcontent You may need to wrap the conten

Re: [FlexJS] How to add html content?

2016-12-31 Thread Carlos Rovira
Hi Alex, although I think that is a valid approach for other of components, I think this is not in this case. Imagine users need to extend lots of containers to append html text. I don't think that as an easy way. For that reason I use to discuss with you how to do that. In use cases where the ne

Happy New Year 2017

2016-12-31 Thread Carlos Rovira
Hi! Just a few hours to end this year. So I want to wish you a good entry in the new one and that be successful to every one of you! :) ...and regarding this project I wish we could reach some important milestones (i.e: reach 1.0, get lots of people joining FlexJS, get tools and IDEs more FlexJS c

Re: Happy New Year 2017

2016-12-31 Thread piotrz
Cannot imagine better wishes! All Best for you Carlos and all amazing people from the Team which I have pleasure to work with! Happy New Year! :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Happy-

Re: [FlexJS] How to add html content?

2016-12-31 Thread Alex Harui
On 12/31/16, 8:52 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Alex, > >although I think that is a valid approach for other of components, I think >this is not in this case. Imagine users need to extend lots of containers >to append html text. I don't think that as an eas

Re: [FlexJS] How to add html content?

2016-12-31 Thread OmPrakash Muppirala
On Sat, Dec 31, 2016 at 3:10 PM, Alex Harui wrote: > > > On 12/31/16, 8:52 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" > > wrote: > > >Hi Alex, > > > >although I think that is a valid approach for other of components, I think > >this is not in this case. Imagine users need to extend

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

2016-12-31 Thread flex . ci . builds
flex-sdk_release-candidate - Build #186 - 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/186/.

Re: [FlexJS] How to add html content?

2016-12-31 Thread Alex Harui
On 12/31/16, 4:40 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: > >The question is does a HTMLText component exist in the default component >set? That is a common enough pattern that we do seem to need it to be >part >of the default component set. Much like a button or an im

Re: Happy New Year 2017

2016-12-31 Thread Josh Tynjala
Happy New Year to you too, Carlos! Excellent work on initiating the MDL integration and for making it one of the particularly exciting parts of what's coming up in the next version. It's great to see a few people contributing or talking about doing it soon. This effort has strong potential to attra

Re: Happy New Year 2017

2016-12-31 Thread Maxim Solodovnik
Happy New Year! I wish you all the best! WBR, Maxim (from mobile, sorry for the typos) On Jan 1, 2017 11:38, "Josh Tynjala" wrote: Happy New Year to you too, Carlos! Excellent work on initiating the MDL integration and for making it one of the particularly exciting parts of what's coming up in

Re: [FlexJS] How to add html content?

2016-12-31 Thread OmPrakash Muppirala
On Dec 31, 2016 5:23 PM, "Alex Harui" wrote: On 12/31/16, 4:40 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: > >The question is does a HTMLText component exist in the default component >set? That is a common enough pattern that we do seem to need it to be >part >of the defa