Re: FlexJS Bead dilemma

2017-08-05 Thread Harbs
Yes. I think that’s it. Postponing layout on any non-visible element is something we probably want to do. > On Aug 5, 2017, at 9:50 PM, yishayw wrote: > > You might be referring to what we did with Accordion. There, I added > AccordionItemRendererView which does the following: > >

Re: FlexJS Bead dilemma

2017-08-05 Thread yishayw
You might be referring to what we did with Accordion. There, I added AccordionItemRendererView which does the following: override protected function performLayout(event:Event):void + { + var collapsibleStrand:ICollapsible = _strand as ICollapsible;

Re: [FlexJS] Failing build for simple example

2017-08-05 Thread sankar
Josh Tynjala wrote > I'm guessing that you didn't update the compiler before building the SDK. > I > think that fxg-base-class is a somewhat new compiler option. Hi Josh, We downloaded all these following packages fresh before start our Ant SDK build: - flex-asjs - flex-falcon - flex-blazeds - f