Bug? B4XTable pnlTitle.Visible pnlHeader.Visible can't set to False

Status
Not open for further replies.

VArt

Member
In example "Cross platform Editable B4XTable + Form"
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.
 
Status
Not open for further replies.
Top