Questions tagged [iconitemrenderer]
6 questions
0
votes
1 answer
Adobe Air - Load PNG image from file in IconItemRenderer
I have a LIST object that has an IconItemRenderer. I have images stored in the documentsDirectory and would like to dynamically attach them to items in the list based on a proptery in the "item" in the iconFunction.
I've looked everywhere for an…

Avi Boteach
- 91
- 5
0
votes
0 answers
IconItemRenderer with full decorator
Recently I have just started working with Flex. I have one problem. Basically, I have the list with IconItemRender decorator. But it is not full.
How do I make it full. Attached is the image difference. The left one is what I have done. The right is…

user
- 3
- 2
0
votes
1 answer
set image height for decorator in iconitemrender in flex
I am embedding an image using the decorator attribute of IconItemRenderer. But the image ia large one and I want to set the image height and width to smaller dimensions. I have tried using iconHeight and iconWidth properties. But this is not…

Priya
- 1
0
votes
1 answer
How do you set ByteArray to IconItemRenderer in Flex 4?
I am having problems setting a ByteArray image to the "iconField" in IconItemRenderer. I think I'm halfway there as to use the "iconFunction", however what should I call to set the image in "iconField"?
Please help! Thank you in…

redindian
- 51
- 4
0
votes
1 answer
How to add more images to an IconItemRenderer?
I've extended IconItemRenderer to create a custom item renderer needed for a project I am working on. The renderer works fine right now, except I cannot figure out how to add more images beyond the icon and decorator. I need to add three additional…

Josh
- 8,079
- 3
- 24
- 49
-1
votes
1 answer
Flex IconItemRenderer change color on selected
So what i want to do is to change the style of an iconitemrenderer when the item is selected. i have tried checking the state of my item but it does not seem to worki.

leokan
- 662
- 5
- 22