Perfect ill give it a try and post some code when i get it ;) Cheers!


Mike Boutin

Chris Hill wrote:

Hi Mike,

You should be able to create a movieclip class that implements the CellRenderer api, and then use that within the combobox's list:

var dropdown:List = myCombo.dropdown;
dropdown.cellRenderer = "myCustomCellRenderer";

Having said that, I've never done this, but I don't see why it wouldn't work.

C



Mike Boutin wrote:

Can anyone tell me how to go about creating a comobox that can hold a 10x10 pixel color palette image and a label beside it per row? Has anyone seen anything like this?

Thanks!
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to