
Hi......
Please explain the following methods commitProperties, updateDisplayList, measure.
Thanks

Ans:
commitProperties():
Commits any changes to component properties, either to make the changes occur at the same time or to ensure that properties are set in a specific order.
updateDisplayList():
Sizes and positions the children of the component on the screen based on all previous property and style settings, and draws any skins or graphic elements used by the component. The parent container for the component determines the size of the component itself.
layoutChrome():
Defines the border area around the container for subclasses of the Container class.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.