On 5/3/16, 3:51 PM, "dhwanishah85" <dhwanisha...@gmail.com> wrote:

>Hi Alex,
>
>I have added the code in BrowserResizeListener.
>
>Do I need to make any other settings in other files?
>
>In my custom component I have a function which overrides strand.
>override public function set strand(value:IStrand):void
>               {
>                       super.strand = value;
>                       
> IUIBase(value).topMostEventDispatcher.addEventListener("sizeChanged",
>calculateNumColumns);
>               }
>
>This is never get executed. Do you see any obvious issue in above code?
>How
>can I set strand from my custom component?

What does your custom component extend?  The subject says extending
VerticalColumnLayout and layouts are beads so the strand setter should be
called.

HTH,
-Alex

Reply via email to