Jesus Gonzalez
New Member
good morning coworkers, my question is: is there a way to remove the header (Browser) of B4XTable?
I tried this in Activity_Create after creating the instance of the EditableTable class containing the B4XTable.Sleep(0)
B4XTable1.pnlHeader.Visible = False
java.lang.RuntimeException: Object should first be initialized (B4XView).
It works for me with no issues. Maybe because you are using your own modified class as you alluded to a while back, instead the B4XTable lib 1.15java.lang.RuntimeException: Object should first be initialized (B4XView).
I tried it in the B4XTable1_DataUpdated sub.
No error but headers still visible.
No, I am using the latest B4XTable lib 1.15 in a class. The B4XTable lib is up-to-date.you are using your own modified class