[flexcoders] what happened to ViewStack - changeEffect?

2006-07-24 Thread thunderstumpgesatwork
I was using the ViewStack changeEffect=fade to fade between views... how is this accomplished now? I see hideEffect and showEffect inherited from UIComponent... but is that going to apply to the views in the stack, or only when the container itself is shown or hidden? thanks, Thunder

Re: [flexcoders] what happened to ViewStack - changeEffect?

2006-07-24 Thread Ralf Bokelberg
Yep, you have to replace it by show/hide effects of the views Cheers, Ralf. On 7/24/06, thunderstumpgesatwork [EMAIL PROTECTED] wrote: I was using the ViewStack changeEffect=fade to fade between views... how is this accomplished now? I see hideEffect and showEffect inherited from