Hi,
I am trying to make a listbox (I tried with Koda, but failed miserably) which displays content of an array, with the possibility to change the data directly.
Like:
a,1, , ,comment about line 1
a,0,1200, ,comment about line 2
b,10, ,comment about line 3
So my array should hold (one letter, a number, a number, text max 254) for x number of lines.
I am finding the coupling between the GUI controls and the array difficult.
My GUI should look something like this
Letter__#_____number____Comment
------------------------------------------------------------
A______1______0________bla bla bla
B______2______10_______more bla bla
F______12_____0________even more bla
Y______3______1200_____more bla bla
G______1______0________bla bla
- - - - <-- new lines to array here