C Christian75 Member Jan 3, 2023 #1 Hi, 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
Hi, 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
Mashiane Expert Licensed User Longtime User Jan 5, 2023 #2 Thank you so much, will attend to it. Upvote 0