I dont think this has anything to do with the FB bug. With a spark application, you cannot specify layout like that.
you need to specify layout like this: <s:Application ...> <s:layout> <s:VerticalLayout/> </s:layout> . . . </s:Application> Thanks, Om On Mon, Sep 9, 2013 at 10:33 AM, Harbs <harbs.li...@gmail.com> wrote: > Yeah. I saw that. The patch is only for 4.7 though. (I'm still using 4.5…) > > Not a big deal either way. Removing the layout tag is not a problem. > > Is layout supposed to be valid or not? > > On Sep 9, 2013, at 8:22 PM, Alex Harui wrote: > > > Because of a bug in FB. There is a patch available. See comments in the > > JIRA issue. > > > > On 9/9/13 10:12 AM, "Harbs" <harbs.li...@gmail.com> wrote: > > > >> Interesting. > >> > >> But that kind of begs the question: why is it happening? > >> > >> On Sep 9, 2013, at 6:09 PM, Erik de Bruin wrote: > >> > >>> Is this maybe related to: > >>> > >>> https://issues.apache.org/jira/browse/FLEX-33636 > >>> > >>> EdB > >>> > >>> > >>> > >>> On Mon, Sep 9, 2013 at 4:01 PM, Harbs <harbs.li...@gmail.com> wrote: > >>>> Trying to set layout in mxml in a Spark Application > >>>> (layout="absolute") results in the following error in version 4.10.0: > >>>> > >>>> Initializer for 'layout': values of type > >>>> spark.layouts.supportClasses.LayoutBase cannot be represented in text. > >>>> > >>>> Was this an intentional change? > >>>> > >>>> Harbs > >>> > >>> > >>> > >>> -- > >>> Ix Multimedia Software > >>> > >>> Jan Luykenstraat 27 > >>> 3521 VB Utrecht > >>> > >>> T. 06-51952295 > >>> I. www.ixsoftware.nl > >> > > > >