Android Question SD_shoplistview

spiroskaras

Member
Licensed User
Longtime User
Hello,
what is the code for sd_shoplistview clicked item
how can i choose an item from the list
 

Star-Dust

Expert
Licensed User
Longtime User
thank you for your request but is not working
Produce a small example that you can see doesn't work. Attach it in zip format, so I can see it
 
Upvote 0

spiroskaras

Member
Licensed User
Longtime User
i tried the code in 2 different tablets (samsung,lenovo) and the sub clicked gives me id and pos from internal library not from my code in order to use event (clicked) to fire another process
 
Upvote 0

spiroskaras

Member
Licensed User
Longtime User
without having sub shoplistview_clicked inside your code ,clicking to the list responds with id and pos
if you add event clicked somehow is ignoring your code
 
Upvote 0

teddybear

Well-Known Member
Licensed User
in b4j is working in perfect
I don't know what happens on your phone
B4X:
 Sub ShopListView1_Clicked (Pos As Int, ID As String)
    Log("id "&ID)
         Log("pos "&Pos)
End Sub
the event works on b4a and b4j
 
Upvote 0

spiroskaras

Member
Licensed User
Longtime User
i tried from another work pc and and another tablet (also samsung). clicked is logging back ID and pos without "id" and ID or "pos" and pos
 
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
Download version 0.11
 
Upvote 1
Solution
Top