MadComponents Update
April 6, 2011 at 9:52 am 1 comment
I’ve just completed the 0.1 update of MadComponents, and I’ve put it up onto Google code:
http://code.google.com/p/mad-components/downloads/list
MadComponents are free UI components for Adobe AIR on iPhone, Android, etc. It renders an XML description of your UI, so it is device screen size and resolution independent, and it even handles orientation changes (landscape-portrait).
For an introduction, see: http://madskool.wordpress.com/2011/03/18/madcomponents-wow/
Version 0.1 incorporates the following new features:-
1. Tree Navigation. (Each list option invokes a different list at the next level.)
2. Picker component. (Spin-able list selector)
3. DataGrid. (Tabulated data component).

4. tickOneList component. (like the tickList, but only one may be selected)
5. New “data” tag for specifying list items. (see examples below).
6. New “UI” class. UIFormStart is now deprecated.
7. Improvements to version-0.0 components.
For code examples about how to use the new features,
go to: http://madskool.wordpress.com/2011/04/06/madcomponents-update/
or download/checkout the code from http://code.google.com/p/mad-components/source/checkout
Entry filed under: Adobe AIR, iPod/iPad/iPhone, Pure ActionScript. Tags: .

1.
Marcus Baffa | July 18, 2011 at 12:09 pm
Hi,
I have just found Mad Components and I am starting a new application using them.
I would like to use other mobile controls of Adobe with Mad Components. How can I do it. How can I instantiate another control in a container generated by Mad Components like Vertical or Horizontal.
And more How can I use States and Transitions with your components.
Thanks in advance.