The rule is roughly: If something only affects display and not size, then updateDisplayList. If it affects size, then measure(). If both or other then commitProperties
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 Baz Sent: Friday, October 02, 2009 11:11 AM To: [email protected] Subject: [flexcoders] If you refresh() an ArrayCollection, should that be in commitProperties() or updateDisplayList()? If you refresh() an ArrayCollection, should that be in commitProperties() or updateDisplayList()?

