Closed GoogleCodeExporter closed 9 years ago
In Pure ActionScript, to take account of any attributes such as colour, or
background, you need to code it slightly differently.
var attributes:Attributes = new Attributes(0,0,320,480);
attributes.parse(LIST_XML);
var list:UIList = new UIList(this, LIST_XML, attributes);
Apologies for not mentioning this in my "MadComponents sans XML" post.
Original comment by doc.andr...@gmail.com
on 22 Jun 2011 at 12:37
Original issue reported on code.google.com by
sanadhus...@gmail.com
on 20 Jun 2011 at 4:27Attachments: