DataGrid editing using the PickWheel...?
Posted: Thu Oct 13, 2011 12:35 pm
Hi All,
I've been trying to work this out for a few days, reading the forums and the docs and just searching all over the place. I'm just learning how the data grid works. It is very complicated and I don't find it very intuitive. I have DataGridHelper too and that has helped me get to the point where I can edit the DataGrid Table cells with the keyboard.
I am developing the table for some data entry into and out of MySQL, using the iPad, for internal use, not the app store. (The database part is working well).
The table has around 800 cells. Most of the values should just be numeric, in multiples of 5 (from 0 to 100), so I would think that editing with a PickWheel style list would be best. What I want is for the user to just tap on a cell, the pick list pops up, they choose a value and it is stored back into the cell.
With the DataGridHelper I have managed to get keyboard editing working. It seems to use "command EditValue" in the DataGrid group script, which in turn references "EditFieldText", but I don't know where the rest of the DataGrid scripts hide in the group...
Has anyone done this?
Can anyone show me how to use the iphonePick command to edit the cell contents of a DataGrid?
Oh, and I don't want each cell to be an Option Menu / Button. It looks terrible.
Any help appreciated!
Cheers,
Rishi.
I've been trying to work this out for a few days, reading the forums and the docs and just searching all over the place. I'm just learning how the data grid works. It is very complicated and I don't find it very intuitive. I have DataGridHelper too and that has helped me get to the point where I can edit the DataGrid Table cells with the keyboard.
I am developing the table for some data entry into and out of MySQL, using the iPad, for internal use, not the app store. (The database part is working well).
The table has around 800 cells. Most of the values should just be numeric, in multiples of 5 (from 0 to 100), so I would think that editing with a PickWheel style list would be best. What I want is for the user to just tap on a cell, the pick list pops up, they choose a value and it is stored back into the cell.
With the DataGridHelper I have managed to get keyboard editing working. It seems to use "command EditValue" in the DataGrid group script, which in turn references "EditFieldText", but I don't know where the rest of the DataGrid scripts hide in the group...
Has anyone done this?
Can anyone show me how to use the iphonePick command to edit the cell contents of a DataGrid?
Oh, and I don't want each cell to be an Option Menu / Button. It looks terrible.
Any help appreciated!
Cheers,
Rishi.