Re: [flexcoders] Weird behavior of mx:Effects on ViewStack

2007-01-30 Thread Jaime Bermudez
Any help with this? On 1/27/07, Jaime Bermudez [EMAIL PROTECTED] wrote: I'd like an explanation of this behavior as well Danko. I perused the source code of the ViewStack and it seems like the hideEffect of a currently selected child should play out before the selected index is actually

Re: [flexcoders] Weird behavior of mx:Effects on ViewStack

2007-01-27 Thread Jaime Bermudez
I'd like an explanation of this behavior as well Danko. I perused the source code of the ViewStack and it seems like the hideEffect of a currently selected child should play out before the selected index is actually changed (and the next child is made visible). Seems like this only happens

[flexcoders] Weird behavior of mx:Effects on ViewStack

2007-01-17 Thread Danko Kozar
Hi, I'm using mx:Move effects on ViewStack as it's items showEffect and hideEffect. HideEffect moves the previous view off-screen; then the next view slides in. (btw these views are complex full-screen displays (containing TabNavigators, DataGrids and TileLists) First time when changing