hi
i am using this code to create a tableview: https://www.b4x.com/android/forum/threads/tableview-action-swipe-buttons.61111/
everything is also working fine. no when i want to refill the tableview its not working.
i have a list where i store my items (only strings) and all changes that are made are made to the list
after i have updated the list i want to view the result in a tableview so i clear the tableview and refill it but
its not working. so what i did is intialize again the tableview and remove it from his parent and add it again to the panel and then it worked. but is this the right way to do?
thanx
.
i am using this code to create a tableview: https://www.b4x.com/android/forum/threads/tableview-action-swipe-buttons.61111/
everything is also working fine. no when i want to refill the tableview its not working.
i have a list where i store my items (only strings) and all changes that are made are made to the list
after i have updated the list i want to view the result in a tableview so i clear the tableview and refill it but
its not working. so what i did is intialize again the tableview and remove it from his parent and add it again to the panel and then it worked. but is this the right way to do?
thanx
.