Re: [FlexJS] vertical layout not working with labels

2017-02-07 Thread Justin Mclean
Hi, Here you go https://issues.apache.org/jira/browse/FLEX-35258 Justin

Re: [FlexJS] vertical layout not working with labels

2017-02-07 Thread Alex Harui
Can you open a JIRA issue with the good and bad output? It was hard to see in my email client. -Alex On 2/7/17, 5:35 PM, "Justin Mclean" wrote: >Hi, > >After a little more investigation this seems to an IntelliJ issue. I set >it up as described here [1]. We might want to fix that or add a big

Re: [FlexJS] vertical layout not working with labels

2017-02-07 Thread Justin Mclean
Hi, After a little more investigation this seems to an IntelliJ issue. I set it up as described here [1]. We might want to fix that or add a big red warning to that page. I guess it’s missing a compiler option or two? Anyone have an idea to what that may be? Look like these instructions also ha

RE: [FlexJS] vertical layout not working with labels

2017-02-07 Thread Jim Norris
Sorry all, this e-mail was sent to the incorrect address. Thanks, Jim Norris -Original Message- From: Jim Norris [mailto:jim.nor...@e-work.com] Sent: Tuesday, February 7, 2017 5:48 PM To: dev@flex.apache.org Subject: RE: [FlexJS] vertical layout not working with labels It should be

RE: [FlexJS] vertical layout not working with labels

2017-02-07 Thread Jim Norris
It should be hidden from the user portal not the report. -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Tuesday, February 7, 2017 5:22 PM To: dev@flex.apache.org Subject: Re: [FlexJS] vertical layout not working with labels Hi, Thanks for that

Re: [FlexJS] vertical layout not working with labels

2017-02-07 Thread Justin Mclean
Hi, > How about giving the Express package a whirl. Try the VView component > which packages up the vertical layout with data binding. I tried this: http://ns.adobe.com/mxml/2009"; xmlns:js="library://ns.apache.org/flexjs/express">

Re: [FlexJS] vertical layout not working with labels

2017-02-07 Thread Justin Mclean
Hi, Thanks for that: > > > new test_project().start(); >class="Label" style="white-space: nowrap; cursor: default; pointer-events: > none; display: block;">helloworld > > This is what I get. It seems to be missing the height and widths and has less divs. I’m usi

Re: [FlexJS] vertical layout not working with labels

2017-02-07 Thread Peter Ent
How about giving the Express package a whirl. Try the VView component which packages up the vertical layout with data binding. ‹peter On 2/7/17, 8:56 AM, "Harbs" wrote: >Same here. > >This is the HTML that it outputs (and they are stacked on top of each >other): > > > > new

Re: [FlexJS] vertical layout not working with labels

2017-02-07 Thread Harbs
Same here. This is the HTML that it outputs (and they are stacked on top of each other): new test_project().start(); helloworld > On Feb 7, 2017, at 3:49 PM, yishayw wrote: > > They're spans. > > > > -- > View this message in context: > http://apache-fle

Re: [FlexJS] vertical layout not working with labels

2017-02-07 Thread yishayw
They're spans. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-vertical-layout-not-working-with-labels-tp59069p59085.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] vertical layout not working with labels

2017-02-07 Thread Justin Mclean
Hi, Yes I did add: It doesn’t make any difference - the label are still positions horizontally. What’s the constructed HTML like are they spans or divs? Thanks, Justin

Re: [FlexJS] vertical layout not working with labels

2017-02-07 Thread yishayw
Anyway, this [1] works for me. [1] https://paste.apache.org/nWqq -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-vertical-layout-not-working-with-labels-tp59069p59082.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] vertical layout not working with labels

2017-02-07 Thread yishayw
Hi Justin, Did you check for console errors? It worked for me after adding: to the application (which made some errors go away). It'll be easier for me to reproduce your problem if you use [1] to paste the code. It'll save formatting problems. [1] paste.apac