[flexcoders] Wipe Effect

2008-09-19 Thread [EMAIL PROTECTED]
I have this box which I want to wipe left to hide and then wipe right to show. It hides all right and then it called the effectEndHandler, but mainImgBox.visible = true; does not do anything. There is no wipe right and the box does not appear. what am I doing wrong ? mx:VBox

Re: [flexcoders] Wipe Effect

2008-09-19 Thread Michael Schmalle
Hi, I tested a couple of things and tried 2 hacks. This might be a bug. The real problem is that when the WipeLeft effect finishes, the visible property on the VBox is still true (I debugged this). Now, the bug is, I tried to trick that with dispatching a FlexEvent.SHOW event from the VBox in