Tagged Questions

Questions pertaining to creating and using a custom ItemRenderer to display bound data in Flash constrols such as List and DataGrid.

learn more… | top users | synonyms

11
votes
5answers
13k views

Flex - Sending a parameter to a custom ItemRenderer?

What I am trying to accomplish to to get financial data in my Flex Datagrid to be color-coded--green if it's positive; red if it's negative. This would be fairly straightforward if the column I want ...
8
votes
2answers
32k views

Flex DataGrid with ComboBox itemRenderer

I'm going spare trying to figure out the "correct" way to embed a ComboBox inside a Flex (3.4) DataGrid. By Rights (e.g. according to this page ...
6
votes
3answers
2k 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. Is there some way of ...
4
votes
5answers
10k 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 the list is closed) ...
3
votes
2answers
545 views

Spark Datagrid memory usage with dynamic columns

I have a question about the Spark DataGrid and how it works in terms of garbage collection. What I'm finding is that if I dynamically add and remove columns from the DataGrid at runtime, the ...
3
votes
2answers
140 views

Does all childs must be created on createChildren function on ItemRenderer?

Do I need to create all objects which i will possible use with itemRenderer in createChildren function, even if the current item must not show some of them ?
3
votes
9answers
8k 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/mxml" height="300" ...
3
votes
3answers
3k views

How do I stop a datagrid's first-row itemRenderer from instantiating/adding/initializing/etc twice?

In a Flex DataGrid's first row, the itemRenderer will initialize twice. Tracing the results reveals that the flex framework is possibly creating two instances of the first row's itemRenderer. In a ...
3
votes
2answers
7k views

Flex dataGrid itemRenderer, access cell width and height

When writing a custom itemRenderer, how do you reference the height and width of the grid cell that it will be rendered in? In such a way that it will resize correctly when the grid is resized. I am ...
2
votes
3answers
257 views

Display List ItemRenderer Index in Flex3

Is there a direct way to get the item index of the data inside an itemRenderer? I need to display the item number against each item. I am currently doing a workaround and won't allow reuse of my ...
2
votes
4answers
2k views

Adobe Flex 4.5 Spark: Binding ItemRenderer Component to Parent

In Flex 3, it used to be possible to bind a component property within an itemRenderer via outerDocument. So for instance, if there was a image inside an itemRenderer that was only displayed on a ...
2
votes
2answers
332 views

Bind variable to ItemRender component property

I would like to bind a variable from my ActionScript to a property of a component that is in a ItemRender. But I always get this error: 1120: Access of undefined property currentRoom. Here is ...
2
votes
4answers
663 views

ItemRender data change

I have a List with an ItemRenderer. When I click a button, then a property of the ArrayCollection I bound to the list is changed. When I click the button, then it does change the property, but the ...
2
votes
1answer
4k views

ItemRenderer for TreeColumn on AdvancedDataGrid in Flex

Is it possible to use a renderer for for a treecolumn in an advanceddatagrid and still keep the hierarchal functionality? If I use a renderer provider I lose the the arrow for the tree dropdown. I ...
2
votes
2answers
744 views

How to use 2 different item renderers in mx:Tree

Question for Flex guys. How can I use multiple item renderers in mx:Tree depending on item's depth/level in tree? For example. For the first level items I want to use label with button and for second ...
2
votes
1answer
586 views

Flex: linking dataProvider with custom itemRenderer in a DataGrid

Im working at a DataGrid which has a custom itemRenderer with a checkbox and a Label inside. Im struggling adding the the values from a xml to the wright label dynamically... how can I make the ...
2
votes
2answers
3k views

Force all item renderers to commitProperties?

I have an item renderer that checks an external source for display information. If that information changes, I want to force all item renderer instances to check it. What's the best way for force all ...
2
votes
3answers
3k views

Disable roll-over color for List or DataGrid components

I want to get rid of the typical Flex roll-over color in list-based components, and to display my own style of roll-over rendering. Setting useRollOver to 'false' is not an option, since disabling ...
2
votes
1answer
868 views

Flex DataGrid ItemRenderer Issue

I have a grid filled with >1000 datasets. one column uses a custom itemRenderer which is used to display the value of a foreign key. All the datasets which are displayed without scrolling are ...
2
votes
1answer
453 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 its closed, the ...
2
votes
2answers
2k views

Links in Datagrid (flex)

I wanted to ask how I can put links into a datagrid. My dataProvider is the folling xml <xml> <item> <name>A name</name> <url>A url</name> </item> ...
2
votes
2answers
7k views

How can I know when a Button in a Flex DataGrid itemRenderer is clicked?

I have a DataGrid component that displays a few columns of data. It has one additional column that displays a Button that allows the user to take an action with regard to the record. <mx:DataGrid ...
1
vote
1answer
138 views

Dynamic ItemRenderer for Flex Datagrid

I have DataGrid with Dynamic Columns. The columns will contain ItemRendrer. I'm not familiar with dynamically adding ItemRenderer. My code is: var column:DataGridColumn = new DataGridColumn(); ...
1
vote
1answer
100 views

ArrayCollection not updated via ItemRenderer (CheckBox) in Flex

I am having problems to update my ArrayCollection which initially populates my datagrid. In my case the dataprovider consists of True and False as String. These come from my database. I set the ...
1
vote
1answer
64 views

Flex Tree does not selecting ("highlight”) the selectedIndices

I have an array of items that should be selected in my tree control. As you can see from my code below,I bind this array to the selectedIndices property of the tree. The selectedItems are not ...
1
vote
1answer
54 views

Prevent selection of a particular item in spark list

I have a Spark List which has a custom itemRenderer for rendering each item in the List. I wish to prevent an item in that list from being selected (based on some custom logic) by the user. What is ...
1
vote
1answer
100 views

Can <fx:Script> be declared outside and inside itemrenderer?

I am declaring a variable outside the itemRenderer fx:Script body. However when I am setting it as such in my itemRenderer: test_Var = data.@field_value; It is giving an error "Access of undefined ...
1
vote
1answer
44 views

How to avoid loads of 'if statements' in item renderers

I have an item renderer for a list containing an image, label and a checkbox. These are visible depending on the dataProvider property of the list. E.g if an image is a premium image then display ...
1
vote
1answer
150 views

Can't make Flex Transitions behave smoothly

I am trying to understand how to make Flex transitions behave in an attractive smooth manner. I can't get them to work without them appearing extremely choppy. I have attached a silly demonstration ...
1
vote
1answer
53 views

Flex: Using list as repeater… how do I pass information from the dataprovider to the custom module being called?

When using a List component, instead of a Repeater, how do I transfer a value from the dataprovider to the itemRenderer? For example, I have an array collection (projectsAC) that contains arrays with ...
1
vote
4answers
235 views

Flex's itemrenderer problem when sorting on datagrid

Please follow my explanation here : I have a datagrid which holds a dataprovider that has 3 columns one of those 3 columns is button itemrenderer, others are integer I put 4 row into the datagrid I ...
1
vote
2answers
133 views

How can we exclude certain controls from getting focus?

In my application, I have a List that uses an item renderer. The renderer has two controls inside a Grid. I want the user to be able to tab through the TextAreas. However, I noticed that I need to ...
1
vote
3answers
926 views

Flex 4 ItemRenderer in Spark List Ghosting Issue when scrolling

I have an item renderer in a list, when I try to use the override method to setup the list items how I want them they are invisible. When I try to use the function to set them up, every time I scroll ...
1
vote
1answer
146 views

How to prevent container in itemRenderer from exceeding width of list container?

In a Flex Mobile project I have a simple itemRenderer where I'm trying to create an "bubble" texting effect, similar to ichat or iphone (just so you get what im going for). But if the text is longer ...
1
vote
4answers
870 views

iconitemrenderer clickable objects?

I am making a mobile application in Flash Builder 4.5 for android and iOS and am using the itemRenderer and iconitemrenderer classes to make a list of options for my app. For some reason, i cannot ...
1
vote
3answers
206 views

How can I change create gaps between tiles in a Flex Tile list or the width of a hover image so you can see the background image inbetween items

I have created a tile list with custom item renderer and in terms of functionality it works as it should. I reduced the width and height of the item renderer to 95% which then shows the tile lists ...
1
vote
2answers
491 views

Flex itemrenderer disable rollover but keep alternating colors

Is there a way to customize the rollover and selected colors of an item renderer without losing the alternating background colors? When i set the autoDrawBackground flag to false the roll over ...
1
vote
4answers
517 views

Flex prevent item renderer recycling?

Is there a way to prevent recycling of item rendered with Spark components on Flex 4.5 ? It might sound ridiculous, but actually this would do the trick until i understand a bit more the rendering ...
1
vote
1answer
337 views

How to enable tab key navigation on a datagrid where the cells are custom item renderers?

This is a snippet of code in our custom item renderer which is in actionscript: textCustomItemRendererTempForTab.tabEnabled=true; textCustomItemRendererTempForTab.focusEnabled=true; ...
1
vote
1answer
213 views

Need of Flex List item Renderer IMAGE preview component

I have found something good here. http://www.wix.com/create/website. The mouseover effect on the list item is good. Any ideas to make this look.. I can infer that this is happening on mouseover of ...
1
vote
2answers
174 views

Flex: How to create an Image control from a flash.display.Bitmap?

I need to create an Image control from a Bitmap because I have an ItemRedender to use in a List control. I'm trying to show a list of images (Bitmaps) in a List control and I couldn't by now. Thanks ...
1
vote
1answer
181 views

Flex item renderer- don't include element if null?

I have item renderer code like this: <s:HGroup> <s:Label text="{data.DateTime}"/> <s:VGroup> <s:Label text="{data.Description}"/> <s:Label ...
1
vote
1answer
1k views

Can a Flex Spark List have itemrenderers that are 100% width?

This is an odd one for me but I am also new to Spark. I have a List class with an itemrenderer. How can I get the itemrenderers to divide the List width between them? Normally, I would think this ...
1
vote
1answer
53 views

A newbie question about action script

I saw someone using label as an ItemRenderer for DataGrid, the code is here. I just don't understand 1)what is the "@" mean here : "data.@price" 2)what is the type of "data" and how could I use it? ...
1
vote
0answers
579 views

Flex 4 List - issues with drag and drop

I have two different Spark Lists, with two different ItemRenderers, one of them with dragEnabled="true" and the other with dropEnabled="true", in such a way that whenever I drag from one and drop in ...
1
vote
1answer
343 views

Flex datagrid with dropdownlist in a particular row

I'm having difficulty figuring out how to add a dropdownlist control to only a single row of a data grid. For example, if I have two rows of data in the grid, I want the top to be the normal text from ...
1
vote
3answers
2k views

How to re-render itemRenderer for a DropDownList in Flex4?

I have created a custom ComboCheck which extends the spark DropDownList that is a DropDownList of checkboxes. Inside of my itemRenderer I have the code: [Bindable]override public function set data ...
1
vote
3answers
168 views

My item renderer is not finding property “data.”

I'm trying to create a custom button renderer for my list and it keeps saying unidentified property "data." Here is my code. Renderer: <?xml version="1.0" encoding="utf-8"?> <s:Button ...
1
vote
2answers
583 views

Flex/AS3 Using Multiple Item Renderers In a List

I'm trying to have multiple item renderers in a list, as I have several different types of objects that I want to display. I tried creating a new class that extends ListBase, and adding override ...
1
vote
1answer
1k views

Weird Behaviour-CheckBoxes as ItemRenderer within Flex DataGrid - FLEX 3

I'm having this weird behaviour in a datagridColumn which I've customized to have its cells rendered as checkBoxes rather than the dafault itemRenderer (i.e. strings). The relevant code is as ...

1 2 3 4 5 7