You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by mark goldin <ma...@gmail.com> on 2013/09/20 18:06:59 UTC

Tilelayout

I want to extend it in order to modify row height and column width
calculation logic. But as far as I can see all functions there are private.
How would I go about it?

Thanks

Re: Tilelayout

Posted by mark goldin <ma...@gmail.com>.
A, I see. Thanks.


On Fri, Sep 20, 2013 at 11:34 AM, Alex Harui <ah...@adobe.com> wrote:

> Don't extend it.  Make a copy of it and change the code as needed.
>
> On 9/20/13 9:06 AM, "mark goldin" <ma...@gmail.com> wrote:
>
> >I want to extend it in order to modify row height and column width
> >calculation logic. But as far as I can see all functions there are
> >private.
> >How would I go about it?
> >
> >Thanks
>
>

Re: Tilelayout

Posted by Alex Harui <ah...@adobe.com>.
Don't extend it.  Make a copy of it and change the code as needed.

On 9/20/13 9:06 AM, "mark goldin" <ma...@gmail.com> wrote:

>I want to extend it in order to modify row height and column width
>calculation logic. But as far as I can see all functions there are
>private.
>How would I go about it?
>
>Thanks