Background color row / data
Good morning,
I'm French, and I have just discovered ActiveWidgets, it's amzing, Thank you for it !!
First, I'm sorru for my language, I know I make lot of mistckes when I write in English, but I'm learning !!
This is my problem... I would like to choose a color to each "continent"
<data>
- <record>
<rank>1</rank>
<country code="us">United States</country>
<users>205326680</users>
<year>2005</year>
<continent>america</continent>
</record>
- <record>
<rank>2</rank>
<country code="cn">China</country>
<users>123000000</users>
<year>2006</year>
<continent>Asia</continent>
</record>
- <record>
<rank>3</rank>
<country code="jp">Japan</country>
<users>86300000</users>
<year>2005</year>
<continent>Asia</continent>
</record>
...
- <record>
<rank>7</rank>
<country code="de">Germany</country>
<users>50616000</users>
<year>Europe</year>
</record>
Also, there are the five continents, how the choose a row color for each continents?
I'm French, and I have just discovered ActiveWidgets, it's amzing, Thank you for it !!
First, I'm sorru for my language, I know I make lot of mistckes when I write in English, but I'm learning !!
This is my problem... I would like to choose a color to each "continent"
<data>
- <record>
<rank>1</rank>
<country code="us">United States</country>
<users>205326680</users>
<year>2005</year>
<continent>america</continent>
</record>
- <record>
<rank>2</rank>
<country code="cn">China</country>
<users>123000000</users>
<year>2006</year>
<continent>Asia</continent>
</record>
- <record>
<rank>3</rank>
<country code="jp">Japan</country>
<users>86300000</users>
<year>2005</year>
<continent>Asia</continent>
</record>
...
- <record>
<rank>7</rank>
<country code="de">Germany</country>
<users>50616000</users>
<year>Europe</year>
</record>
Also, there are the five continents, how the choose a row color for each continents?
Devfr
October 28,