Hi,
I have a list control and an item renderer inside the list control
that is a canvas.
<mx:VBox>
<mx:MyList>
<mx/Vbox>
<mx:MyList
itemRenderer="Entry">
</mx:MyList>
This Entry is a canvas container
<mx:Canvas>
<mx:HBox>
<mx:Text(this is a hyperlink)/>
</mx:Canvas>
I want to apply background Image to the list component so that whole
screen has one image.
I have four such lists in my screen.
Application tag has a backgorund image that shows up everywhere except
the List.
Tried adding the background image to the list but still the background
color shows simply as white.
What css attribute can I apply to the List that I have the background
image
that is applied to the scren gets applied to the portion that is
covered by the list.
Thanks.
--
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.