Thanks. I appreciate the info.

I also found this just before I got this reply if anyone else is interested.

Keep in mind this was in a loop referencing comboboxes in a "holderMC" All instance names were stored in an array called cArray.

Hope this helps as well as cancerinforms post.

Thanks again.


//Cell Renderer
var cr:CellRenderer =this.holderMC[cArray[i]].dropdown.itemToCellRenderer(this.holderMC[cArray[i]].dropdown.selectedItem) as CellRenderer;
var listData:ListData = cr.listData;

cr.enabled = false;
trace("You have selected row: " + listData.row);
this.holderMC[cArray[i]].drawNow();
//end Cell Renderer