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];
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