Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
pepigno #1
[fl04] datagrid component
Hello, i must create a system of static in flash.
The date are received into flash by socket, but i try with a file txt.
I want to use the datagrid component but a have some problem to populate
dinamically the component.
I have some problems to add item beacuse this action is wrong:
var anObject= {name:"Jim!!", age:30};
var addedObject = myGrid.addItem(anObject);
dinamically
// after populate two array:
var anObject= {name_array[0]:data_array[0]}
var addedObject = myGrid.addItem(anObject);
If i write name of column all work.
i make an example:
[url]www.prestigiacomouomo.it/grid.zip[/url]
sorry for my english but i'm an italy web developer
pepigno Guest
-
Flash MX 2004 Pro DataGrid component
I have chosen to make one of the fields editable and it works fine. Problem is that I cannot seem to get the new value of the field from the... -
The DataGrid component in 2004?
Has anyone has success implementing this solution? It doesn't work for me. I get undefined for the value. -
A component for bidirectional sorting of a datagrid?
"Billy Porter" <billy@xymox.com> wrote in message news:u4XnHdAYDHA.4040@tk2msftngp13.phx.gbl... In my code, sorting usually has more to do with... -
Example of creating a component to be used like the datagrid
Hi there. Anyone have a link to a good article about "how to create a component, that would work in the same way as eg. the datagrid". What I... -
DataGrid Component Question
Greetings! I am trying to add an FComboBox to a cell in an FDataGrid instance, similar to what you see here: ...



Reply With Quote

