Tagged Questions

0
votes
2answers
3k views

Flex custom item renderer for the displayed item in the combobox

I am using a custom item renderer in a combobox to display a custom drawing instead of the default text label. This works fine for the dropdown list but the displayed item ( when …
1
vote
1answer
31 views

Flex3 Combobox doesn’t display itemRenderer when closed.

I have a combobox with a custom itemRenderer. The ItemRenderer displays some images and a label. When the combobox opens, the items in the dropdown list display perfectly, but when …
0
votes
2answers
245 views

Creating Dynamically Flex Custom ItemRender (Constructor)

Hi, am creating some Advanced Datagrid with actionscript. I have created an actionscript class where I extend the VBox object: package core { import mx.containers.VBox; impor …
0
votes
3answers
441 views

How flex itemRenderer works ? (their life cycle)

By works, i mean : how item renderer are instanciate , call , destroy... what is theire life cycle ? I had some display bugs, and this link open my mind to the problem http://li …
0
votes
6answers
1k views

Flex ItemRenderer prevents use of tabbing between text inputs

I have a custom ItemRenderer that displays 5 text inputs in each of 3 panels: <?xml version="1.0" encoding="utf-8"?> <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxm …
1
vote
1answer
29 views

In Flex, What is the difference between a skin and an itemRenderer?

Indeed they both (skins and itemRenderers) seem to do drawing using the flash.graphics.* package. I have copy pasted code between skins and itemRenderers before, so I really don't …
0
votes
2answers
120 views

Flex: image switching place in tilelist

I'm running into an odd issue with itemRenderers inside a TileList. Here is a working example without an itemRenderer: 152.org/flex/ Here is the broken version with an itemRender …
0
votes
1answer
77 views

List refresh, item renderer in Flex

I have a List and the item renderer displays an image and text from xml (news rss). Not all news have an image. Whenever you scroll the list, and the item renderer refreshes, it m …
0
votes
1answer
39 views

how to load flex modules as list itemrenderers with moduleloader tag

I have and list compontent with an extrunal itemrenderer. My itemrender is a module that i would like to load in at runtime. I have used moduleloader tag but it doesn't display an …
0
votes
0answers
47 views

Flex3 modules as itemrenderer in flex list component

I have and list compontent with an extrunal itemrenderer. My itemrender is a module that i would like to load in at runtime. I have used moduleloader tag but it doesn't display an …
1
vote
2answers
82 views

Is this the correct way to call a component method inside mxml

Hi, I'm hacking my way through learning Flex and have found some strange behaviour. When I try to compile my code, I'm thrown this error - Error: Call to a possibly undefined meth …
1
vote
1answer
67 views

Dynamically assigning an image source in an item renderer does not work in Flex/AS3

I have a custom item renderer that displays images: <mx:DataGrid dataProvider="{friends.friend}" id="friendsGrid" width="240" rowCount="3" variableRowHeight="true" header …
0
votes
2answers
170 views

flex 3 data grid: hide value if == 0 and show checkbox on Booleans

I have a data grid. How can I hide a value of a column if it's "0" ? Do I have to use item renderers? How? Is there an easier way? Second thing, if I have a boolean column whose v …
0
votes
3answers
152 views

Flex: Caching images in list item renderer?

I have a List and the item renderer displays an image. Whenever you scroll the list, and the item renderer refreshes, it redownloads the image. Causing there to always be a delay. …
0
votes
4answers
1k views

flex 3 and itemRenderers

Hi , i have a datagrid and for one of the columns im using an item renderer to display content. Im wondering is it possible to access the dataprovider content of the datagrid insi …

1 2 3 4 next
15 30 50 per page