Questions pertaining to creating and using a custom ItemRenderer to display bound data in Flash constrols such as List and DataGrid.
0
votes
2answers
48 views
Item Renderer not Working correctly in Spark List
I used flex sdk 4.5 for creating Adobe Air application. My application download files one by one. I show the currently downloading, pending and completed files in spark list. I used item Renderer that ...
0
votes
2answers
70 views
Flex ItemRenderer Example Troubles, what am I doing wrong
Hello to whomever wishes to help me.
I'm trying to implement this example:
http://ramblingdeveloper.com/ramblings/2011/9/24/creating-a-flex-spark-list-of-checkbox-bound-to-xml-dataprov.html
My ...
0
votes
1answer
12 views
change state for itemRenderer when drag complete
I have a List with dragEnabled = true, and selectionColor = "#ff0000", when the user selects one item, it behaves as what I expect. But when I complete drag and release item, it still remains selected ...
0
votes
0answers
66 views
Flex Mobile IconItemRenderer not garbage collected
I have a list with ItemRenderers extending IconItemRenderer... I dispose the list when I come to a page and remove it when I leave...
In the profiler at the begining I have 1 List and 12 ...
2
votes
2answers
47 views
Spark ItemRenderer “shorthand” causing strange behaviour
I have a simple ItemRenderer that is causing strange behaviour when I use it in a Spark List of products. It is defined as follows:
<?xml version="1.0" encoding="utf-8"?>
<s:ItemRenderer ...
0
votes
1answer
49 views
List with multilined (word wrapping) item renderer - how to scroll to the bottom? With test case and screenshots
In a Flex 4 web application I am trying to use a spark.components.List for a chat (for various reasons - it works well for me in a Flex mobile app already), but because I use an item renderer which ...
2
votes
1answer
55 views
Multilined itemRenderer for a spark.components.List - with test case and screenshot
In the simple Flex 4 web application below -
is it possible to change the custom item renderer MyRenderer, so that it wraps the too long lines?
TestApp.mxml:
<?xml version="1.0" ...
1
vote
1answer
48 views
Flex tilelist itemrender instance not match the dataprovider length
I use the custom itemrenderer for my Tilelist control. When I run my application. I found that the customitemrenderer's instance count was not equal to the dataprovider listItem count. There are only ...
2
votes
1answer
121 views
Multiple CJuiAutocomplete in Yii - items not rendering
I need two CJuiAutocomplete items on my view page. Unfortunately - only one of them is rendering items properly. The other one - renders empty rows. I checked in firebug and the values are retrieved ...
0
votes
1answer
59 views
Flex transient dto stop collectionChanged event custom ComboBox
I am having an issue with the collectionChanged event being fired when a transient property of a DTO is changed. I have a custom ComboBox, which has a CheckBox itemRenderer for each row, that stays ...
0
votes
0answers
84 views
How to get text vaule of a DateField before it is commited in Flex
I am trying to add functionality to be able to enter numbers into a DateField without the slashes.
On FocusOut of the DateField I get the text and format it and set the text back and everything works ...
0
votes
2answers
141 views
flex spark datagrid itemrenderer get owner component
in flex3 ,i can get the owner component by listdata in datagrid.but in flex4 ,there is no listdata property in itemrenderer,so what can I do to get the owner datagrid.
I try the dataGrid= ...
0
votes
1answer
188 views
How to change the component's properties in an item renderer dynamically?
I have data grid table that contains an array of shape objects.The GridColumn in my data grid table calls an item renderer called "MovementLogItemRenderer".
In my "MovementLogItemRenderer" I have a ...
-1
votes
2answers
361 views
Flex : How to reuse Item renderer?
I have a data grid table, the gridColumn in the dataGrid table calls a "DropDownListItemRenderer". Using the same item renderer I want to change the contents in the drop down list according to the ...
0
votes
0answers
113 views
Light weight datagrid component for flex mobile\iOS?
I know that we do not have a table\datagrid component for flex mobile apps. Currently I am developing an iPad app, in which I am using datagrid(though it says it's not optimized), which works quite ...
2
votes
1answer
237 views
ItemRenderer change background color
I have an item renderer that I want to change default colors of:
<s:ItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
...
0
votes
1answer
43 views
Accessing Dataprovider arraycollection
How to access dataprovider arraycollection from custom ItemRenderer class related to that DataProvider?
0
votes
1answer
381 views
How to check/tick a CheckBox in the item renderer?
I have a grid table that contains ship objects(data provider accepts a array collection of ships objects) and displays just the name of ship and date in the grid table. My ship object has a property ...
0
votes
1answer
55 views
flex mobile iconrenderer customization
I been trying to figure out how to modify the label Style of a iconRenderder.
I have figure out how to apply a CSS to messageField like so:
<?xml version="1.0" encoding="utf-8"?>
...
0
votes
1answer
125 views
ItemRenderers keep states after changes dataprovider in List
I have the following issue with a Datagrid. I have a comboBox which change the Client and once a client is selected, the system populate the Datagrid with an ItemRenderer which has a CheckBox and two ...
0
votes
1answer
84 views
How to Better Handle Redundant Item Renderers components between Desktop and Mobile devices in Flex AIR?
I have an app build with Flex AIR that supports desktop and mobile devices.
Using an Item Renderer for a List components. Have some very common features, the only difference between desktop and ...
0
votes
1answer
431 views
Flash Builder 4.6 - List control has ItemRenderer with text box - scrolling of list makes txt box values show all over
I have a list control, and an item renderer. Within the item renderer, I have a text box for the quantity that the person wants of each item. On each qty update (focus in an focus out events on the ...
0
votes
1answer
139 views
Rotating a Label 90 degree in an Item Renderer
I'm trying to rotate a label on my item renderer.
When I rotate it 45 degrees, it's working just fine but when I rotate it 90 degrees,
which is what I wanna do, label is rotating but after list ...
0
votes
0answers
65 views
Flex 4 List Component itemRendererFunction Data Adding Sequence
I have a list with an itemRendererFunction and I'm adding my data through different renderers but my data's adding sequence is very important. But when I run my app, my data's sequence is random. How ...
0
votes
1answer
141 views
unknown property error within item renderer's data property
I'm using an item renderer, but keep getting this actionscript error:
Error: Unknown Property: 'skillName'. at ...
0
votes
2answers
92 views
Bold text in Label
I am using label in itemRenderer in datagrid and displaying the label based on the validation. I need to show the label as Bold. for this i have given fontWeight="bold"; it is not working and font ...
0
votes
2answers
104 views
Enable drag and drop between itemrenderers
I have two tilelists in my mxml application. The items (image and a label) get rendered by an itemrenderer. The functionality I want to achieve: drag image from tilelist #1 and drop it on tilelist #2 ...
0
votes
0answers
114 views
Flex DataGrid display data that takes up multiple rows
For a project I'm working on, I have a requirement to display data for certain events that cover differing time periods. So, 1 event might be from period 1 to 4, another might be from 2 to 3, and they ...
0
votes
1answer
157 views
Formatting date inside a custom itemRenderer for Spark List
I would like to efficiently format a date property for a Spark list that uses a custom ItemRenderer. All the dates should be formatted the same so I really do not want to instantiate a new ...
0
votes
1answer
77 views
flash builder 4.6 pass variable from application to item renderer
I'm trying to pass a variable from my main application to an itemRenderer. I know that, when using a Custom Component, you can just public declare a variable and you can access this variable from the ...
1
vote
1answer
314 views
I want to put a button inside datagrid's column tag in flex 3
I need to put a button in one of the columns of datagrid tag and the column's value should appear on the buttons label. Any help will be highly appreciated
1
vote
1answer
140 views
Flex item renderer - blink image
I have a List with his ItemRenderer, all right, when I send the data to dataprovider, this enter in the function 'set data' (override), I have there two images and one label, when the data is sent ...
0
votes
3answers
37 views
The property still has the old value in validateProperties
I have a custom renderer (inherits from AdvancedDataGridItemRenderer), and I'm overriding validateProperties and using the value of the width property, but I'm getting the old value every time! Isn't ...
0
votes
2answers
58 views
How to get the effect of showDataTips on a custom renderer?
I have an AdvancedDataGrid with a custom renderer on one of the columns (that extends AdvancedDataGridItemRenderer). I'm interested in displaying the full text in the column as a tooltip when it's too ...
0
votes
0answers
64 views
Long image list in forms application
I am trying to populate a large horizontal list with small images.
There may be thousands of these images that need to be scrolled through.
I want to avoid pagination as the non-fluid motion can make ...
1
vote
1answer
203 views
Is it possible to use a ext js component as item renderer for a Dataview in stead of using the tpl?
I have some experience with Ext JS 3.4
I can create a Dataview with a store and using a tpl to display/render the items.
But what I would like is create a item renderer (just like in Flex) for the ...
0
votes
1answer
326 views
Flex AdvancedDataGrid hierarchical view itemrenderer
I display hierarchical data in my AdvancedDatagrid. I have set a checkbox as itemrenderer for the column which displays the hierarchical .Each leaf node in the view has checkbox next to it.
Suppose ...
0
votes
2answers
57 views
Wait for itemcontrol to render
My ItemControl is binded via ItemsSource to an ObservableCollection<...>. When I fill the collection, the program needs some (a little, but still some) time to create right ItemTemplate objects and ...
0
votes
0answers
87 views
stroke benethe the itemRenderer in Flex LineChart
I'm new to flex chart, recently I'm working on LineChart, when I'm trying to set the itemRenderer on the lineSeries of more than one LineCharts, it's interesting to find that the one of the LineChart ...
1
vote
3answers
201 views
Flex ItemRenderers
I know an ItemRenderer is a ClassFactory and that you can use the newInstance method of ClassFactory to get an instance of the ItemRenderer. My question, however, is is it possible to use methods of ...
0
votes
0answers
208 views
Check boxes and list android flash builder
I have a view which gets the data from the homeview
navigator.pushView(views.TripDetails, tripList.selectedItem, null,
fadeTrans);
I have setup list in the TripDetails view to display check ...
0
votes
2answers
261 views
how to access the parent application property inside item renderer
I have a datagrid which has 3 columns in main application. In the third column I want to use the item renderer where I want to use hbox which has two components inside it. One is a button and one is a ...
1
vote
0answers
600 views
how to access the listData property in item renderer for datagrid in flex 4
I have a custom datagrid. I am passing value of hslider through a property criteria into it. I have an external itemrenderer for this datagrid which extends GridItemRenderer. I want to change the item ...
0
votes
1answer
229 views
Item renderer - Rendering a row in flex
I have got a datagrid with three columns. I have applied two different renderers on different columns (Say Renderer A at column 1 and Renderer B at column 3).
Now in set Data() of B (column three's ...
0
votes
1answer
717 views
Flex Datagrid ItemRenderer
I'm using Flash Builder 4.6 to create a schedule for the next 12 hours. The rows hold employees and the columns represent the hours. I want one GridItemRenderer that can be used by all cells to ...
1
vote
1answer
209 views
Access DataField value in Itemrenderer when submitting to Database
I'm really stuck on this one. I have setup an Itemrenderer in a Datagrid which manages a DateField. Users can enter a date and other values directly in the datagrid. When they click 'submit', I want ...
0
votes
1answer
339 views
Flex 4.5 Mobile - Setting width of a StyleableTextField in Custom Item Renderer
I am creating a custom item renderer for a list so that I can have multiple columns of data using several StyleTextFields.
I'm working on a mixture of MXML and Actionscript (as StyleableTextField can ...
0
votes
0answers
296 views
Flex 4.5 spark datagrid Itemrenderer Memory Leak
We have Spark dataGrid which Contains many ItemRenderers. we load more than 200 rows every time. This causes memory leak in our app.
So Is there any way to free the ItemRenderers?
Problem is almost ...
0
votes
1answer
121 views
How to show label of checkBox itemRenderer in DataGrid
The dataProvider of my datagrid is an arrayCollection with 2 columns. The first column of the arrayCollection contains true or false (so that the checkbox is selected) and the other column contains ...
0
votes
0answers
149 views
Flex 4.6 Android Mobile Project - wanting to display xml array in datagroup (grid)
I'm brand new to using Flashbuilder. I created a project with 3 tabs. In one of the tabs I dragged a DataGroup control. In services I pointed it to an xml file that looks like this:
<?xml ...

