UIComponent overrides DisplayObject's 'visible' property, but it makes DisplayObject's concept of 'visible' available as $visible.
Gordon Smith Adobe Flex SDK Team From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of mookie298347 Sent: Wednesday, October 29, 2008 4:40 PM To: [email protected] Subject: [flexcoders] $visible?? What is it? Hi all, I am having a strange problem with some components. I noticed a particular panel won't display in the interface if it is added to parent panel after another panel. I ran the debugger and noticed that the $visible variable for the problem panel is 'false' however the visible variable is true. If I avoid the issue and display the problem panel first (the panel is displayed properly) both the $visible and visible variables are true. What is the difference between these variables? Thanks!

