incendio Well-Known Member Licensed User Longtime User Nov 21, 2025 #1 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).
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).
aeric Expert Licensed User Longtime User Nov 21, 2025 #2 Try put the code inside B4XTable1_DataUpdated. Upvote 1 Solution
incendio Well-Known Member Licensed User Longtime User Nov 22, 2025 #3 It worked, thanks. I thought when B4XTables declared in Designer, all its components already initialize. but seem not. Upvote 0
It worked, thanks. I thought when B4XTables declared in Designer, all its components already initialize. but seem not.
aeric Expert Licensed User Longtime User Nov 22, 2025 #4 Because the label property can change if there is data or not. Upvote 0
incendio Well-Known Member Licensed User Longtime User Nov 23, 2025 #5 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: Nov 23, 2025 Upvote 0
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.
aeric Expert Licensed User Longtime User Nov 23, 2025 #6 incendio said: 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. Click to expand... 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 said: 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. Click to expand... 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.
incendio Well-Known Member Licensed User Longtime User Nov 23, 2025 #7 aeric said: 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. Click to expand... How to mark your post? Already set thread title to Solved. Upvote 0
aeric said: 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. Click to expand... How to mark your post? Already set thread title to Solved.
aeric Expert Licensed User Longtime User Nov 23, 2025 #8 incendio said: How to mark your post? Already set thread title to Solved. Click to expand... There is a checkmark for the posts replied by members who replied your question. Upvote 0
incendio said: How to mark your post? Already set thread title to Solved. Click to expand... There is a checkmark for the posts replied by members who replied your question.