dispatchEvent

Roger Braunstein + Mims Wright = this blog


Calendar
A Norwegian usability firm called NetLife Research has put out their 2008 version of the Bad Usability Calendar. Check it out for the lulz and don’t forget to visit the archive page for more.


If you’ve used Flex, you’ve no doubt (er, hopefully) been using View States (AKA <mx:State>) to change the look of your RIA as it progresses through different situations of use. While this is immeasurably useful, it does not necessarily qualify as an implementation of the State Design Pattern which allows you to change not only how a component looks but how it functions as well.
(for more on design patterns, read my favorite book Head first design patterns).
Continue reading The State pattern in Flex - combining view states with logical states…

Next Page »