[flexcoders] Flow.as from Re: div like behaviour?

2005-11-03 Thread edeustace
hi, thanks for the response, i suppose i could do something like that, although after a quick test it would mean deferring a function call using getTime(), so a workaround. I was hoping that there is something more straightforward i could do within the component. i suspect i am missing something

[flexcoders] Flow.as from Re: div like behaviour?

2005-11-02 Thread edeustace
hello, i have been using flow.as (see below), and it works great. however there is something that i'd like to fix. firstly i have bound a showEffect and hideEffect to it which increases the width over a time period: mx:Effect mx:Resize name=shrink widthTo=0 duration=300 /

RE: [flexcoders] Flow.as from Re: div like behaviour?

2005-11-02 Thread Matt Chotin
Subject: [flexcoders] Flow.as from Re: div like behaviour? hello, i have been using flow.as (see below), and it works great. however there is something that i'd like to fix. firstly i have bound a showEffect and hideEffect to it which increases the width over a time period: mx:Effect mx:Resize