Archive for June, 2007

Flex :: Refactoring :: Cycles

Thursday, June 21st, 2007

Hi,
Have you ever felt like you were a dog chasing it’s tail when programming? One of the main things I have learned from creating Flex applications is create and destroy.
Creation ::
You create a plan on paper and map out what happens to who and where. Then you go to implement it and you start getting […]

Flex :: invalidateThis() big bird

Tuesday, June 19th, 2007

Hi,
I have had a couple questions and off line chats with some fellow component developers, some questions were raised about invalidation. Specifically,
invalidateProperties()
invalidateSize()
invalidateDisplayList()
I was about to answer the question in a comment but, thought I could put a little more effort into a post.
Ok, for those that like to read…
In my last article a […]