In example "Cross platform Editable B4XTable + Form"
add only one line
Get error: "java.lang.RuntimeException: Object should first be initialized (B4XView)."
What way to hide navigation panel?
Need this, because my table is short, have fixed numbers of rows & columns and always visible. Therefore, navigation - not needed.
add only one line
B4X:
Private Sub B4XPage_Created (Root1 As B4XView)
'original code
B4XTable1.pnlHeader.Visible=False 'my line
End Sub
Get error: "java.lang.RuntimeException: Object should first be initialized (B4XView)."
What way to hide navigation panel?
Need this, because my table is short, have fixed numbers of rows & columns and always visible. Therefore, navigation - not needed.