Android Question B4XTable no rows showing if only one column

RB Smissaert

Well-Known Member
Licensed User
Longtime User
Using the example from this thread:

https://www.b4x.com/android/forum/t...ortable-searchable-customizable-table.102322/

If I adjust the .csv file to have only one column and alter the code accordingly, then no data is showing.
Have been debugging this for a few hours now (also with the class instead of the library), but can't find
the problem.

Attached the altered example, including the altered .csv file.

RBS
 

Attachments

  • B4XTable Example2.zip
    109.1 KB · Views: 181

RB Smissaert

Well-Known Member
Licensed User
Longtime User
You are probably using xCustomListView class older than 1,68. Download version 1.68 of the class and you will be good to go.

Thanks, that was indeed the problem. I had version 1.67.
It would be nice if there was some kind of mechanism in the B4A IDE to check all the versions.
Would have saved me a few hours.

RBS
 
Upvote 0
Top