I wanted to try Flex 4 with a “real life” project so I wrote this little thing. Rough draft.

The app will allow you to monitor files changes: select a text file and you’ll be prompted when it’s updated. Basic. By the way, did I say “rough draft” before?
Everything in it is OpenSource, from the Illustrator files to the MXML and CSS stuff, so play with it! For those who only want the .air, here it is.
Now, why is it cool?
- Build with the brand new Flex 4 (Gumbo) framework
- Uses a home-brewed IconButton class, because Gumbo doesn’t provide any
- Uses the new Spark custom skins logic (on Button, ScrollBar and more…)
- Uses the new states’ logic and transitions
- Based on as3corelib’s FileMonitor class
- Shows you how to build a multi-instance AIR app
- Contains Illustrator/Photoshop UI files
And why is it not that cool?
- Probably still buggy, wait for updates!
- Flex 4 is not done yet, so the code might break at any time
- No icons yet
- No or very few comments
- Pretty useless app!
If you’re trying to learn Flex/Flex 4 or wondering what’s new in it and how to use it you should definitively give it a go…
Have questions? Drop’em!
Belle interface.