incendio Well-Known Member Licensed User Longtime User Friday at 10:40 AM #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 Friday at 1:27 PM #2 Try put the code inside B4XTable1_DataUpdated. Upvote 1
incendio Well-Known Member Licensed User Longtime User Yesterday at 12:20 AM #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 Yesterday at 4:34 AM #4 Because the label property can change if there is data or not. Upvote 0
incendio Well-Known Member Licensed User Longtime User Today at 2:17 AM #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: Today at 2:33 AM 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 Today at 2:44 AM #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 Today at 4:41 AM #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 Today at 5:32 AM #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.