Hi, I created a mxml component, in my application, i can use this component, the problem is, it will show when the application starts.
but i only want to use it under certain condition. for example, in my main application if this.foo == 0, use this component, if this.foo != 0, don't use it. but i am not sure how to do this. help? thanks!! -- View this message in context: http://www.nabble.com/how-to-use-activate-tp20472119p20472119.html Sent from the FlexCoders mailing list archive at Nabble.com.

