skinnable widgets without flex 0
Sep13
In my current project I had to implement a bunch of the standard widgets or components. As you maybe already noticed by this entry I spent a bit more time to implement the widgets that I can use them in multiple projects. In the end I had the most common widgets like: Button, CheckBox, DropDown, Vertical- and HorizontalList, ScrollPane/Pane and TextArea.
The advantage of these widgets are:
- skin-able with flash like a flex component
- support for CSS
- small footprint
- usable in non-flex projects
- tight integration with modular
Check out the links section to download the indieas library.