I have a XmlListModel that fetches data from a webserver, which works great.
However, I want to use that in a CLComboBox (from the Colibri library).
If I set the parameter ListModel to my XmlListModel I get:
Non-existent attached object
ListModel:xmlModel13
But it does exists; since a ListView-object can use the very same model.
It seems to me that the CLComboBox only accepts a ListModel, so is there any way to transform a XmlListModel to a ListModel easily?