Hi
I add 10 item to customlistview example below
when i remove item from 10 items,and again remove item then get error that not exist index
i use index from line 4 variable i
I add 10 item to customlistview example below
B4X:
1: for i = 0 to 10
2: dim p1 as panel
3: p1.initialize("")
4: customlistview1.add(p1,100,i)
5: p1.loadlayout("frm1")
6: next
i use index from line 4 variable i