Hi Klaus
The listview contains colours, ie
listview.addsingleline("red")
and so on for yellow, blue etc.
I am able to use: Label1.text = value and that returns whatever color I have selected in the listview, which works fine.
I thought if the label is able to show a selected item as being 'red' then the panel color should be able to grab 'red' as the colors.(x) too but I'm unable to find a solution.
Something like Panel1.color = colors(value) would be what I'm seeking.
Cheers