Re: [flexcoders] How to make the element of list stressed and having the color blue (other style : bold, inline)

2010-07-12 Thread Alex Harui
I would use a custom itemrenderer. There is no property or style you can set that will do it for you. On 7/12/10 6:56 AM, "Nini7016 Nini7016" wrote: Hello I have a list : in the dataoprovider , i put an arrayCollection : public var arrayFileUpload :

[flexcoders] How to make the element of list stressed and having the color blue (other style : bold, inline)

2010-07-12 Thread Nini7016 Nini7016
Hello I have a list : in the dataoprovider , i put an arrayCollection : public var arrayFileUpload : ArrayCollection; ... arrayFileUpload.addItem(fileRef.name +" [size : "+ fileRef.size+"]");