RE: [flexcoders] DataGrid - problem highlighting cells

2008-12-03 Thread Alex Harui
@yahoogroups.com Subject: [flexcoders] DataGrid - problem highlighting cells I have a problem with highlighting cells in a DG. I have overridden updatDisplayList with my code that does the coloring based on data conditions. My problem is when I have two rows to highlight the cells, only top row gets

[flexcoders] DataGrid - problem highlighting cells

2008-12-03 Thread markgoldin_2000
I have a problem with highlighting cells in a DG. I have overridden updatDisplayList with my code that does the coloring based on data conditions. My problem is when I have two rows to highlight the cells, only top row gets color. If I click on a cell in the row below then the cell gets backgro

[flexcoders] DataGrid problem with highlighted row flashing when data is updated

2008-06-16 Thread jbaileyadam
I have a simple DataGrid that gets its data from a dataprovider. One of the columns contains a seconds field that is updated every second by a timer. Every time the underlying data is updated, the row that is highlighted by the cursor briefly flashes. The same hold true if I position the cursor

RE: [flexcoders] DataGrid problem

2007-11-19 Thread Alex Harui
: [flexcoders] DataGrid problem I have datagrid, with only one column, which its dataProvider is an array that contains strings, So, i have no value to set at the dataField property. In this case i have no problem to display this array, but, the problem starts when i am trying to edit the

[flexcoders] DataGrid problem

2007-11-19 Thread liorfadida
I have datagrid, with only one column, which its dataProvider is an array that contains strings, So, i have no value to set at the dataField property. In this case i have no problem to display this array, but, the problem starts when i am trying to edit the array values. The application crushs

Re: [flexcoders] Datagrid problem

2006-11-23 Thread Tom Chiverton
On Wednesday 22 November 2006 16:26, rickdconner wrote: > just showing me a empty datagrid. here is my code: Set a break point in both result handlers and see what is coming back. -- Tom Chiverton Helping to carefully enhance integrated designs ***

Re: [flexcoders] DataGrid Problem

2006-08-03 Thread Tariq Ahmed
### test.mxml "http://www.adobe.com/2006/mxml" >                                             ### some.xml             34214         foo         23                 42234       

RE: [flexcoders] DataGrid Problem

2006-08-03 Thread Tracy Spratt
Subject: [flexcoders] DataGrid Problem   How can populate data dynamically in data grid?? For ex: i have a XML data, i've to read through 34214</itemcode> something $23 and more items i want put all these elements in a array and bind to a DataGrid. Is Dynamic datagr

[flexcoders] DataGrid Problem

2006-08-03 Thread Silpa sirivella
How can populate data dynamically in data grid?? For ex: i have a XML data, i've to read through 34214 something $23 and more items i want put all these elements in a array and bind to a DataGrid. Is Dynamic datagrid possible?? -- Flexcoders Mailing List FAQ: http://groups.yah