Apr 15
How to get showEffect working first time

Today I got problem with showEffect in my project, when I added my component via PopUpManager.addPopUp I notice that showEffect doesn’t run.
To get it working you need add creationComplete handled inside component and dispatch FlexEvent.SHOW event in created handler.

happy coding ;)