On 12/8/16, 11:29 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" <carlos.rov...@gmail.com on behalf of carlos.rov...@codeoscopic.com> wrote:
>No Alex, > >the createElement only generates a <li> tag (the container) I was trying to ask if the js:Span's constructor and/or createElement get called. In an app I'm working on, the following is working for me: <js:MXMLItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:js="library://ns.apache.org/flexjs/basic" width="100%"> <js:beads> <js:VerticalLayout /> </js:beads> <js:Label width="100%" height="30" style="fontWeight:bold" text="foo" > </js:Label> <js:MultilineLabel id="short" width="100%" text="bar"/> </js:MXMLItemRenderer> I'm done for today. I guess if you are still stuck, just check it in and I'll look in the morning. Later, -Alex