RE: [FlexJS] setDocument()

2017-05-23 Thread Yishay Weiss
ailto:dev@flex.apache.org> Subject: [FlexJS] setDocument() I have an app which uses OneFlexibleChildVerticalLayout. I have not built the app recently, and I noticed that it’s currently failing. It seems like the error is in layout() from the following code: actualChild = document[flexibleChild];

[FlexJS] setDocument()

2017-05-23 Thread Harbs
I have an app which uses OneFlexibleChildVerticalLayout. I have not built the app recently, and I noticed that it’s currently failing. It seems like the error is in layout() from the following code: actualChild = document[flexibleChild]; document is never being set, and I’m not sue what the pur