Hello
This is my first post and I hope I can explain myself correctly
I am using Carbide Pro, an evaluation version, and I am working with ListBox using the functions of adding and removing elements from it using as a guide the example of the "shopping list"
It works correctly unless the property of Markable List of the ListBox is modified
In that case, Items can still be added to the ListBox, buif it is tried to remove one of them, I receive a Panic; E32USER-CBase 21
The line that has problems and the one used to remove items is this one:
((*CDesCArray) Model->ItemTextArray())->Delete()
Just like using another which is very similar:
model->SetItemTextArray()
But I have checked the index of the ListBox and it is between the limits of the used array



