HI,

Thanks for the reply.
I tried setting the background image for the list. The image get
applies to the list but the the item renderers seem to be visible.
I mean

<mx:Canvas>
<mx:HBox>
<mx:Image>
<mx:Text>
<mx:Canvas>

the image does not look smooth for the item renderers. It appears like
a ribbon for each item renderer.
So if I have 3 items in the list I can see 3 ribbons/plates, the
remaining area looks smooth,
 How can achieve smooth look like a single image. I dont want the item
renderers look different.
The image is blend of 2 colors. The whole list should blend in
completely with the image.

I'll also try to set the backgroundAlpha property of the list to 0.
Hope this does the trick.

Thanks.










On Sep 19, 1:12 am, dinesh kumar <[email protected]> wrote:
> Hi,
>
> U can set the backgroundAlpha property of the list to 0.now the your whole
> application has one bg.
>
> or
>
> if you want to set the BG for your list set the backgroundImage property of
> the list which points some image file like this.
>
> //style applied for your MyList component
> .myList{
>   backgroundImage: Embed(source="logo.png");
>
>
>
> }

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to