Android Question B4XTable CellClicked problem

jotajota52

Member
When I click on a cell of a B4XTable it turns blue. That's ok, but the problem is that the cell stays blue, and the same cell location in the rest of the pages stay blue also.
That is, if I click the first cell in the third row, it turns blue, and if I move to the second page of the table, the first cell in the third row is now blue also(selected color), and
it happens in all the pages.
Is this the way it's supposed to work ?
How can I turn off the selected cell color ?

Please help,
George
 

jotajota52

Member
Thank you Erel. Yes I can see it highlights for a short duration, but in my case, in the CellClicked event I'm querying a database for coordinates and then use an Intent to show a marker in google maps.
The thing is that when I hit the back button to close the google maps view and return to my app, the cell is still highlighted, and stays that way in all the pages of the table.
 
Upvote 0
Top