Components Pack
Components pack is a Flex Library that extends the default flex components panel.
Library Description
Controls
| Auto Complete | It's a text-field with auto complete capabilities | Demo | |
| Leds | A nice led switch light to show on/off status | Demo |
Graphics
| Icon Files | Loads and displays windows .ico files | Demo | |
| EQ Wave | Sound visualisation | Demo | |
| EQ Tunnel | Sound visualisation | Demo | |
| EQ Line | Sound visualisation | Demo | |
| EQ Bars | Sound visualisation | Demo |
Holders
| Bevel | Just a Canvas with bevel borders (lowered or raised) to group components | Demo | |
| Group Box | Allows a title caption to be added to the group which can also be checkable to enable/disable the group | Demo |
Runtime
| Cookie | A component that gives you easy access to read/write flash cookies using SharedObjects | Demo | |
| DBF Files | Reads and parses .dbf files. Not 100% complete. Still doesn't read MEMO fields yet and future functionality will be added | Demo | |
| Ini Files | Reads and parses microsoft .ini configuration files. | Demo | |
| Torrent Files | Reads and parses .torrent files headers. | Demo | |
| Embeded Javascript | A runtime component that allows you to insert javascript code in your MXML or load an external .js within your flex application and call methods from it. | Demo | |
| MD5 | A MD5 hash algorithm | Demo | |
| Serializer/Deserializer | Serialize and deserialize objects compatible with JSON and PHP serialization | Demo |

June 10th, 2009 - 11:50
Hey,
Very good initiative, I would be glad to join the project!
July 11th, 2009 - 10:16
Thank you so much for DBF Files component!
May 25th, 2011 - 23:22
Could You please tell how to use colorpicker in component properties? Like for example in EQLine.
I’m trying do buid my Step Indicator component (a very siple one) and would like to be able to choose colors for it in properties window. I’m using my colors as uint’s but when I try to use colorpicker in property window I got an error like “x00aaCC12 is not a valid integer.”
How did You managed to use this?
May 26th, 2011 - 09:13
hey. yes, there is a blog post on my blog (http://blog.another-d-mention.ro/programming/create-professional-flex-components/) where i explain how to do that. check it out.