Re: Back to the docs

2016-11-10 Thread Alex Harui
On 11/10/16, 8:07 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >> The children in a Basic VerticalLayout should respond to padding and >> margin today. >> > >I think that when I tried it, the global structure was getting padding and >margin right, but not he items inside. I t

Re: Back to the docs

2016-11-10 Thread Carlos Rovira
> The children in a Basic VerticalLayout should respond to padding and > margin today. > I think that when I tried it, the global structure was getting padding and margin right, but not he items inside. I think that's ok, as in flex we had "gap" has we are disscusing here, and padding /margin is e

Re: Back to the docs

2016-11-10 Thread Alex Harui
t; >> >> >> - >> Apache Flex PMC >> piotrzarzyck...@gmail.com >> -- >> View this message in context: http://apache-flex- >> development.247.n4.nabble.com/Back-to-the-docs-tp56432p56434.html >> Sent from the Apache Flex Development mailing

Re: Back to the docs

2016-11-10 Thread Alex Harui
On 11/10/16, 1:56 AM, "piotrz" wrote: >Hi Harbs, > >Once I finally have proper working build I may go through his blog and try >to do one by one in FlexJS. >I'm wondering what other thinks about your idea. I've also considered just trying to port Tour de Flex. Should we get some new Git repos

Re: Back to the docs

2016-11-10 Thread Carlos Rovira
ce I finally have proper working build I may go through his blog and try > to do one by one in FlexJS. > I'm wondering what other thinks about your idea. > > Piotr > > > > - > Apache Flex PMC > piotrzarzyck...@gmail.com > -- > View this message in context: ht

Re: Back to the docs

2016-11-10 Thread piotrz
47.n4.nabble.com/Back-to-the-docs-tp56432p56434.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Back to the docs

2016-11-10 Thread Harbs
I was just trying to migrate some old Flex MXML to FlexJS and I realized I don’t know how to do something: It’s actually an old mx VBox which had a verticalGap property. I don’t see an obvious way to specify a gap in a js:VerticalLayout. If it’s not there, we need to add it, but this issue made