2
votes
5answers
140 views
Flex Component Lifecycle: validateNow, validateDisplayList, invalidateDisplalList, commitProperties, etc.
I am extending VBox to make a Calendar component. What method should I override to add the code to draw itself? What is the difference between all these methods? Is there something I should be putting …
