|
Hello, Have you tried : import mx.core.ClassFactory; myTitle.itemRenderer = new ClassFactory( myThumbnail
); this should work, you have to use
ClassFactory because an itemRenderer should receive an object that implement IFactory
, cheers From: I've trying following code to assign custom renderer
into itemRenderer -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
|
- RE: [flexcoders] how to assign itemRenderer w/ActionScrip... Yaniv De Ridder
- Re: [flexcoders] how to assign itemRenderer w/Action... Pan Troglodytes
- RE: [flexcoders] how to assign itemRenderer w/Ac... Yaniv De Ridder
- Re: [flexcoders] how to assign itemRenderer ... Pan Troglodytes
- Re: [flexcoders] how to assign itemRenderer w/Ac... Michael Schmalle
- Re: [flexcoders] how to assign itemRenderer ... Pan Troglodytes
- Re: [flexcoders] how to assign itemRende... Michael Schmalle
- Re: [flexcoders] how to assign itemRende... Tom Chiverton
- Re: [flexcoders] how to assign item... Pan Troglodytes
- Re: [flexcoders] how to assign ... Tom Chiverton
- Re: [flexcoders] how to ass... Pan Troglodytes

