Android Question [SOLVED] B4XTable, how to change Navigation Color?

incendio

Well-Known Member
Licensed User
Longtime User
Hi guys,

Tried to change navigation color with this code
B4X:
    B4XTable.SetData(data)
    B4XTable.lblFirst.TextColor = Colors.RGB(245,245,220)

Got Error :
java.lang.RuntimeException: Object should first be initialized (B4XView).
 

incendio

Well-Known Member
Licensed User
Longtime User
Despite of easy to use, have to abandon B4XTable, can not use it.

Adding a simple summary at the end of the row is difficult, such as total, is difficult or don't know if it is even possible.
 
Last edited:
Upvote 0

aeric

Expert
Licensed User
Longtime User
Despite of easy to use, have to abandon B4XTable, can not use it.

Adding a simple summary at the end of the row is difficult, such as total, is difficult or don't know if it is even possible.
Please start a new thread for new question.
B4XTable is so powerful if you can imagine.

If my answer is correct in this thread, please mark my post above as solution.
 
Upvote 0

incendio

Well-Known Member
Licensed User
Longtime User
Please start a new thread for new question.
B4XTable is so powerful if you can imagine.

If my answer is correct in this thread, please mark my post above as solution.
How to mark your post? Already set thread title to Solved.
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
How to mark your post? Already set thread title to Solved.
There is a checkmark for the posts replied by members who replied your question.
8052.jpg
 
Upvote 0
Top