Android Question BBListItem not reflecting the any text.

Hanz

Active Member
I have a BBCodeView, I read a comment from Erel that the view causes a lot of unexpected behaviors when inside the custom listview, and we should use the BBListitem. Everything works find with BBCodeView but when I replaced it with the BBListItem, only the B4XImageView is shown and the rest of the texts are not. I checked if the texts are in the BBListItem with log(BBLisItem.Text) and it is there. Any insight which should I look into beside changing the declaration of the variable from BBCodeView to the BBLisiItem? Thanks!
 
Top