Android Question B4XPages_SqliteLight2 App has minor bug

Diceman

Active Member
Licensed User
The B4XPages_SqliteLight2 tutorial app has a minor bug. If you add new row(s) to the table, they do not appear in the B4XTable view unless the program is restarted. The B4XTable view needs to be refreshed when rows are updated, added, deleted. For example, if you delete a row then click on the deleted row in B4XTable you will get an out of bounds exception. Also B4XTable when refreshed will need to preserve the sort order and the relative page number and the top of page row.

B4XPages_SqliteLight2 App Tutorial
 

Mahares

Expert
Licensed User
Longtime User
The B4XPages_SqliteLight2 tutorial app has a minor bug.
I have tested the app and it is working as it should, update, delete add, all of them are ok for me. Are you sure you did not somehow modify the original app. I am with klaus on this one.
 
Upvote 0

Diceman

Active Member
Licensed User
I should have mentioned the problem is with B4J. I didn't check B4A this morning because I thought it would be the same. But I tried B4A just now and it works fine.
Try the app in B4J and see if you can reproduce the problem. I'm using B4J v8.50 if that matters.
TIA
 
Upvote 0
Top