Re: [flexcoders] States within List

2006-06-22 Thread Sreejith Unnikrishnan
] States within List Sree, You can create an ItemRenderer based on any UIComponent and add your states into that. Then assign that ItemRenderer to your List. I have started working on an example. This is not complete because it doesn’t handle selecting an item

RE: [flexcoders] States within List

2006-06-21 Thread Jason Szeto
Sree, You can create an ItemRenderer based on any UIComponent and add your states into that. Then assign that ItemRenderer to your List. I have started working on an example. This is not complete because it doesnt handle selecting an item. But it should be a good starting point.