Badcreature / mad-components

Automatically exported from code.google.com/p/mad-components
0 stars 0 forks source link

background and color properties not working for MadComponentsPureList #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Test attached.

What is the expected output? What do you see instead?
The background and divider color does not change as expected.

What version of the product are you using? On what operating system?

0.5

Please provide any additional information below.

Original issue reported on code.google.com by sanadhus...@gmail.com on 20 Jun 2011 at 4:27

Attachments:

GoogleCodeExporter commented 8 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