Christian75
Member
Hi,
There is a copy past error for VCol UpdateVisibleOnApp for 7.35:
It should be:
/Christian
There is a copy past error for VCol UpdateVisibleOnApp for 7.35:
B4X:
Sub UpdateVisibleOnApp(C As VueComponent, b As Boolean)
C.SetData(mVShow, b)
C.SetData(mVIf, b)
End Sub
It should be:
B4X:
Sub UpdateVisibleOnApp(C As VuetifyApp, b As Boolean)
C.SetData(mVShow, b)
C.SetData(mVIf, b)
End Sub
/Christian