Hello,
what is the code for sd_shoplistview clicked item
how can i choose an item from the list
what is the code for sd_shoplistview clicked item
how can i choose an item from the list
Produce a small example that you can see doesn't work. Attach it in zip format, so I can see itthank you for your request but is not working
I don't know what happens on your phonein b4j is working in perfect
Sub ShopListView1_Clicked (Pos As Int, ID As String)
Log("id "&ID)
Log("pos "&Pos)
End Sub