"Dancing"  is because you make it dance a bit more after its
creationComplete.  
For better performance: Instead of creationComplete use
initializationComplete() like this:

override protected function initializationComplete():void {
        // enter here sizing and position code...

        super.initializationComplete();
}

>From my experience, *using initializationComplete instead of adding more
code to creationComplete handler, makes Flex app much more smooth*. IMHO
this should be written with bold letters in any Flex docs!



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Changing-a-Components-Visibility-tp15334p15367.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to