IMHO, a developer did not "follow the rules". Those calls should not be there.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Erik Price Sent: Tuesday, September 25, 2007 11:22 AM To: [email protected] Subject: [flexcomponents] equivalent of invalidateChrome() Hi, The documentation says that the layoutChrome() method will be called in the next 'render' event after a call to invalidateDisplayList(). However, in reading through some of the Flex source code (such as in Panel), I see explicit calls to layoutChrome() rather than calls to invalidateDisplayList(). Why would one want to invoke layoutChrome directly, rather than wait for the framework to call it automatically after invalidating the display list? Thanks, e
