Android Question B4xTable: Record count disappears

toby

Well-Known Member
Licensed User
Longtime User


The circled area in the above image is my concern. In my app, the record count information doesn't show, due to unknown reason; however my test app works as shown in the picture above.

I would like to get it back. If someone could show me how, I would greatly appreciate it.
 

Mahares

Expert
Licensed User
Longtime User
The circled area in the above image is my concern.
I am sure you tried these:
1. Change its color:
B4X:
Sleep(0)  '
    B4XTable1.lblFromTo.TextColor= Colors.red
2. Did you try: B4XTable1.lblFromTo.Visible=True
3. Did you make sure it was not hidden by the B4XTable layout top which was negative.
4. I am probably not telling you anything you did not know.
 
Upvote 0

toby

Well-Known Member
Licensed User
Longtime User
1. Change its color:
B4XTable1.lblFromTo.TextColor= Colors.red[/code]

Your first suggestion works like a charm! The original color value is -1.275068417E9

You've made my day! Surely you know a lot of things I don't know.

Earlier I even opened up the B4XTable library zip file and noticed the view is called lblFromTo, but I didn't realize that I should go back to my project to see if it's accessible.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…