Sometimes folks override a setter and don't call super so the backing variable returned by the getter doesn't change. What really matters is what the getter computes.
Alex Harui Flex SDK Developer Adobe Systems Inc.<http://www.adobe.com/> Blog: http://blogs.adobe.com/aharui From: [email protected] [mailto:[email protected]] On Behalf Of reflexactions Sent: Monday, March 09, 2009 12:51 PM To: [email protected] Subject: [flexcoders] Variable changes value without being set Really odd problem. A variable is set to true in code, but when I step through the code and watch the variable by the next line it has become false again even thought it wasn't set. I even have tried turning it into a set/get property and put a break on the setter, and still it changes from true to false without the breakpoint being hit. Any thoughts...

