Hi Commitproperties =>*commitProperties() processes the properties set on the component. You do not call this method directly. Flex calls the commitProperties() method when you use the addChild() method to add a component to a container, or when you call the invalidateProperties() method of the component. Calls to the commitProperties() method occur before calls to the measure() method. This lets you set property values that might be used by the measure() method.*
updateDisplayList => *The **updateDisplayList() method sizes and positions the children of your component based on all previous property and style settings, and draws any skins or graphic elements that the component uses. The parent container for the component determines the size of the component itself. * This r the links to refer http://flexcomps.wordpress.com/2008/05/09/flex-component-life-cycle/ http://msimtiyaz.wordpress.com/flex/adobe-flex-component-instantiation-life-cycle/ On Mon, Apr 12, 2010 at 10:19 AM, flex group <[email protected]> wrote: > HI > > > hi anybody tell me cleraly the difference between updateDisplaylist() and > CommitProperties().or give me the gud url's to study > > > siva > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- कृष्णा भगवानराव शिंदे 9028903199 -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

