When I select an item the first time on a listview everything goes fine, but when I select a second item on the same listview it doesn't let me pick any item.
?
I show up a panel with the listview and when I pick an item the sub listview_itemclick catches up an I can use the position or values for my code and everything works fine.
I close the panel with visibile=false, and when I want to pick a second item on the same listview I open the panel again with visibile=true but the listview works scrolling up and down but it doesn't make me select any item and the listview_itemclick doesn't get cathed.
Where is the trick?
Thankx Pal57.
?
I show up a panel with the listview and when I pick an item the sub listview_itemclick catches up an I can use the position or values for my code and everything works fine.
I close the panel with visibile=false, and when I want to pick a second item on the same listview I open the panel again with visibile=true but the listview works scrolling up and down but it doesn't make me select any item and the listview_itemclick doesn't get cathed.
Where is the trick?
Thankx Pal57.