Posts Tagged ‘actionscript’

One data collection to rule them all, or Simulating SQL queries in Flex

3 Comments »

Many times in the process of developing user interfaces I’ve needed to use the same base data in multiple views.  For instance, say I have a collection of books stored in my model. In one view I may have the newest books while in another I could just be showing books by a certain author. In the following example I show what happens when you try to use one collection in several views. Read the rest of this entry »