You can listen to systemManager for hide/show in capture phase and then use contains to determine if it affects you.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Brett Levine Sent: Tuesday, May 08, 2007 8:50 PM To: [email protected] Subject: [flexcoders] Detect component visible Is it possible to determine when an object goes off-screen? The visible property does not change, and I've also tried to detect the parenting for example if(!stage.contains(this)) but even though my component is nested inside a ViewStack when the stack changes the above statement always returns true. I read documentation about off-list display objects. I would think when a ViewStack changes, the children that are not visible on the screen would become off-list, no?

