Re: [FlexJS] content being push out of the way in container

2017-03-01 Thread Peter Ent
I believe at this point, Container and perhaps the layouts need a re-write. These are fundamental to FlexJS and must be correct. FlexJS is trying to bridge two worlds with different ideas about coordinate systems and it is behaving erratically at times, like this. I think the solution is more comp

[FlexJS] content being push out of the way in container

2017-02-28 Thread Justin Mclean
Hi, I have this code: http://ns.adobe.com/mxml/2009"; xmlns:js="library://ns.apache.org/flexjs/basic”> Changing the visibility of the cover container causes the text to jump outside often container. Oddly adding x=“0” y=“0” to the cover and the label fixes the issue. S