Hi,
This has probably been discussed before, but a search through this forum hasn't helped so far...
I'm trying to set up an editable configuration file using Map & read the contents straight into code to typically change an items property i.e something along the lines of (simplified - I'm actually loading the text from a Map.GetValueAt(i) instruction)
Listview1.twoLinesAndBitmap.itemHeight = edtText.text
where edtText.text = 100dip or
ListView1.color = "colors." & edtText.text
where edtText.text is blue
I'm guessing that I have to parse this text as an attribute or something. I just need to get my head around the code needed. :sign0085: